aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorItay Grudev <itay-grudev@users.noreply.github.com>2018-07-27 04:29:55 +0300
committerGitHub <noreply@github.com>2018-07-27 04:29:55 +0300
commit46b2204a3fee86b61568946896c866894a77bec9 (patch)
tree50461fdf6d2f01201668eff4b33d4fd3dcffa52b /CHANGELOG.md
parentFix sendmessage (#46) (diff)
downloadsingleapplication-46b2204a3fee86b61568946896c866894a77bec9.tar.xz
Proposed SA changes still containing a race condition (#48)3.0.11a
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4665222..63f1908 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
Changelog
=========
+__3.0.11a__
+----------
+
+* Fixed bug where the message sent by the second process was not received
+ correctly when the message is sent immediately following a connection.
+
+ _Francis Giraldeau_
+
+* Refactored code and implemented shared memory block consistency checks
+ via `qChecksum()` (CRC-16).
+* Explicit `qWarning` and `qCritical` when the library is unable to initialise
+ correctly.
+
__3.0.10__
----------