updated changelog

This commit is contained in:
Guenter Obiltschnig 2017-09-01 19:57:15 +02:00
parent c7a11d5722
commit 07b096c5bb
2 changed files with 6 additions and 4 deletions

View File

@ -1,14 +1,15 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.9 (2017-08-14)
============================
Release 1.7.9 (2017-09-04)
==========================
- fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3)
- fixed GH #1826: XPath query error
- fixed GH #1834: Visual Studio 2008 cannot find stdint.h
- fixed GH #1842: Upgrade bundled expat to 2.2.3
- fixed GH #1843: Use random salt for Poco::XML::NamePool
- upgraded bundled SQLite to 3.20.0
- fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe
- upgraded bundled SQLite to 3.20.1
Release 1.7.8p3 (2017-06-22)

View File

@ -8,7 +8,8 @@ AAAIntroduction
- fixed GH #1834: Visual Studio 2008 cannot find stdint.h
- fixed GH #1842: Upgrade bundled expat to 2.2.3
- fixed GH #1843: Use random salt for Poco::XML::NamePool
- upgraded bundled SQLite to 3.20.0
- fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe
- upgraded bundled SQLite to 3.20.1
!!!Release 1.7.8p3