This commit is contained in:
Evgeny Poberezkin
2024-02-10 22:07:02 +00:00
parent 189885c50d
commit e64b6cba4b
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 5.5.2
Extensible handshake for clients and SMP/NTF servers (ignore extra data).
# 5.5.1
SMP servers:
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplexmq
version: 5.5.1.2
version: 5.5.2.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
+1 -1
View File
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 5.5.1.2
version: 5.5.2.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and
+1 -1
View File
@@ -33,7 +33,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
xftpServerVersion :: String
xftpServerVersion = "1.2.1.0"
xftpServerVersion = "1.2.2.0"
xftpServerCLI :: FilePath -> FilePath -> IO ()
xftpServerCLI cfgPath logPath = do
@@ -30,7 +30,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
ntfServerVersion :: String
ntfServerVersion = "1.7.1.0"
ntfServerVersion = "1.7.2.0"
defaultSMPBatchDelay :: Int
defaultSMPBatchDelay = 10000