diff options
author | Itay Grudev <itay-grudev@users.noreply.github.com> | 2018-07-27 04:29:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 04:29:55 +0300 |
commit | 46b2204a3fee86b61568946896c866894a77bec9 (patch) | |
tree | 50461fdf6d2f01201668eff4b33d4fd3dcffa52b /CHANGELOG.md | |
parent | Fix sendmessage (#46) (diff) | |
download | singleapplication-46b2204a3fee86b61568946896c866894a77bec9.tar.xz |
Proposed SA changes still containing a race condition (#48)3.0.11a
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
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__ ---------- |