Patch Release 1.8.0.1 Available
1.8.0.1 is a patch release for 1.8.0 that fixes a file corruption issue in the Zip library caused by a change to Poco::DeflatingStream in 1.8.0. Upgrading is strongly recommended.
1.8.0.1 is a patch release for 1.8.0 that fixes a file corruption issue in the Zip library caused by a change to Poco::DeflatingStream in 1.8.0. Upgrading is strongly recommended.
POCO C++ Libraries release 1.8.0 is available. This release brings Unix Domain Socket support in the Net library, Zip64 support in the Zip library, an XML stream parser API, the new Redis client library, support for connection string URIs in the MongoDB client library and a couple of other improvements and bugfixes. This release still […]
Release 1.7.9p2 of the POCO C++ Libraries is available. This is a minor bugfix release that fixes the Zip testsuite build for non-static builds on Windows platforms. Note that the previous release, 1.7.9p1, fixed a potential vulnerability in the Zip library.
Release 1.7.9p1 fixes a potential vulnerability in the Zip library. The checks Poco::Zip::Decompress performs on an Zip archive entry file name before extracting that file were insufficient. This would allow an attacker to craft a malicious Zip archive containing files with absolute paths, or paths relative to the current user’s home directory on Linux/Unix platforms. […]
Release 1.7.9 is available. This release upgrades the bundled Expat XML parser to release 2.2.3 and also fixes a few issues in the XML library. There have also been changes to Poco::Util::LayeredConfiguration, PageCompiler and Poco::NamedEvent/Poco::NamedMutex. Please see the Changelog for details.
Release 1.7.8p3 upgrades the bundled Expat XML parser to release 2.2.1 which fixes some vulnerabilities. Upgrading from earlier releases is highly recommended. Changelog
As it happened in my case, the Visual Studio 2017 installer (Community Edition, but maybe also other editions) may break an existing Visual Studio 2008 installation. Specifically, when you run Visual Studio 2008 under WoW64 (e.g., from a TeamCity agent or similar), the Visual Studio $(WindowsSdkDir) variable will be undefined after running the 2017 installer, […]
Release 1.7.8 of the POCO C++ Libraries is available. This is a maintenance release containing significant improvements and bugfixes in the Foundation, Net, Zip and MongoDB libraries. Furthermore, the bundled SQLite, zlib, PCRE and double-conversion libraries have been upgraded to current releases. Incidentally, release 1.7.8 marks the 12th anniversary of the first public POCO C++ […]
Release 1.7.7 of the POCO C++ Libraries is available. This maintenance release contains bugfixes and improvements in the Foundation, JSON, Net, NetSSL, Data/ODBC, Data/SQLite and Zip libraries. On Apple platforms, the latest Xcode 8.2 toolchains are supported and an IPv6 DNS issue on iOS and related platforms causing rejection of apps during App Store validation […]
Release 1.7.6 of the POCO C++ Libraries is available. This release contains bugfixes and improvements in the Foundation, XML, Util, Net, Data/MySQL and Zip libraries. A special focus of this release was correcting a couple of non-critical issues reported by static code analysis tools. As usual, the full list of changes in in the CHANGELOG. […]