All Versions
37
Latest Version
Avg Release Cycle
113 days
Latest Release
1197 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.8.1
January 10, 2018 -
v1.8.1-release
January 10, 2018 -
v1.8.0
November 10, 2017 -
v1.8.0-release
November 10, 2017 -
v1.8.0.1
November 11, 2017 -
v1.7.9p2
November 07, 2017 -
v1.7.9-release
September 11, 2017 -
v1.7.9.p2 Changes
November 06, 2017- ๐ fixed GH #1628: Export Poco::Zip::ZipUtil class
-
v1.7.9.p1 Changes
November 02, 2017- ๐ fixed GH #1968: Zip Decompress Parent Path Injection
๐ Release 1.7.9 (2017-09-11)
- ๐ 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
- ๐ fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe
- ๐ improved/fixed QNX support
- ๐ง Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label
- โฌ๏ธ upgraded bundled SQLite to 3.20.1
- ๐ PageCompiler: support <%@ include file="" %> syntax for includes, in addition to <%@ include page="" %>
- โก๏ธ PageCompiler: optimize generated request handler code by removing useless statements, e.g. writing empty strings.
- โ added POCO_DEPRECATED macro which will be used in the future to deprecate classes and methods.
- Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing between different users. Furthermore, ftok() is called with 'p' as project ID argument.
-
v1.7.8.p3 Changes
June 22, 2017- ๐ fixed GH #1760: Upgrade bundled expat to 2.2.1 which fixes some vulnerabilities: http://seclists.org/oss-sec/2017/q2/499