This commit is contained in:
Efim Poberezkin
2022-01-15 18:39:57 +04:00
committed by GitHub
parent 56fea79097
commit 7e0bcc7aa0
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
# 1.0.1
SMP server:
- Explicitly set line buffering in stdout/stderr to log each line when output is redirected to files.
# 1.0.0
Security and privacy improvements:

View File

@@ -1,5 +1,5 @@
name: simplexmq
version: 1.0.0
version: 1.0.1
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 1.0.0
version: 1.0.1
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and

View File

@@ -110,7 +110,7 @@ supportedSMPVersions :: VersionRange
supportedSMPVersions = mkVersionRange 1 1
simplexMQVersion :: String
simplexMQVersion = "1.0.0"
simplexMQVersion = "1.0.1"
-- * Transport connection class