updated CHANGELOG

This commit is contained in:
Guenter Obiltschnig
2017-02-13 16:18:05 +01:00
parent b3be17063a
commit 19310e1d0d

View File

@@ -1,6 +1,6 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.8 (2016-02-13)
Release 1.7.8 (2016-02-15)
==========================
- fixed GH #1212: Lost WebSocket Frames after Client Websocket Handshake is complete
@@ -28,6 +28,12 @@ Release 1.7.8 (2016-02-13)
- fixed GH #1558: Upgraded bundled SQLite to 3.16.2
- fixed GH #1586: Upgraded bundled PCRE to 8.40
- fixed GH #1538: Upgraded bundled double-conversion to 1.1.5
- MongoDB: added support for authentication using "MONGODB-CR" and "SCRAM-SHA-1"
authentication schemes.
- MongoDB: additional documentation and fixes for style and consistency and minor
API improvements (e.g., Poco::MongoDB::Binary)
Note: some flag enumeration values have been renamed for better consistency
and readability; existing code using these will have to be updated.
Release 1.7.7 (2016-12-31)