By
guenter
|
Published
June 25, 2019
Release 1.9.1 of the POCO C++ Libraries is available. This is a maintenance release, fixing a few bugs and upgrading bundled external components PCRE and SQLite to newer versions. Upgrading to this release is recommended. As always, please refer to the CHANGELOG for the details. This is the last regular release supporting older C++03 compilers, […]
By
guenter
|
Published
August 23, 2018
I’m happy to announce the latest release of the POCOPRO C++ Frameworks. The POCOPRO C++ Frameworks are Remoting for C++ and Open Service Platform. Remoting for C++ helps C++ developers implementing REST APIs, web services, microservices and distributed applications. Open Service Platform enables dynamic C++ applications based on a powerful and flexible plug-in and services […]
By
guenter
|
Published
August 13, 2018
After eight years it’s been about time for a new project website for the POCO C++ Libraries. And here it is. It features a completely new look, responsive design, and gives easy access to the most important information about POCO.
By
guenter
|
Published
March 8, 2018
Release 1.9.0 of the POCO C++ Libraries is available. Major new features include additional text encodings, available in the PocoEncodings library, and support for Internationalized Domain Names in the Poco::Net::DNS class. See the CHANGELOG for the full list of all 20+ changes. Upgrading to this release is recommended.
By
guenter
|
Published
January 10, 2018
1.8.1 is a bug fix/maintenance release containing a few fixes and improvements in the Foundation, XML, Data/SQLite and Net libraries. See the CHANGELOG for details. Upgrading is recommended. Furthermore, release packages are now signed with GPG.
By
guenter
|
Published
November 11, 2017
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.
By
guenter
|
Published
November 10, 2017
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 […]
By
guenter
|
Published
November 7, 2017
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.
By
guenter
|
Published
November 2, 2017
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. […]
By
guenter
|
Published
September 11, 2017
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.