Skip to content

Releases: pocoproject/poco

Release 1.11.2

17 Apr 19:41
Compare
Choose a tag to compare

This is a maintenance release that adds support for building with OpenSSL 3, fixes a number of issues, and upgrades some bundled dependencies. As usual, the complete list of closed GitHub issues is in the CHANGELOG.

Release 1.11.1

05 Nov 19:32
Compare
Choose a tag to compare

This is a maintenance release fixing a few issues in 1.11.0 and earlier releases, and upgrading bundled PCRE and SQLite to their latest versions. There are also some minor improvements to the GNU Make and CMake build systems. Upgrading is recommended.

Issues closed: https://github.com/pocoproject/poco/milestone/39?closed=1

Release 1.11.0

28 Jun 07:37
Compare
Choose a tag to compare

This release introduces ActiveRecord, a simple and lightweight object-relational mapping (ORM) framework based on the Active Record pattern and the Data library.

Over 100 issues have been closed with this release.
Updated bundled external libraries:

  • expat to 2.4.1
  • PCRE to 8.44
  • pdjson to latest master
  • SQLite to 3.35.5

Issues closed: https://github.com/pocoproject/poco/milestone/38?closed=1

Release 1.10.1

17 Feb 11:13
Compare
Choose a tag to compare

This is a maintenance release fixing issues that sneaked into the 1.10.0 release and also adding some minor features that did not make it into 1.10.0. Upgrading is recommended.

Release 1.10.0

27 Jan 15:22
Compare
Choose a tag to compare

This is a major upgrade to the POCO C++ Libraries, introducing the PocoJWT and PocoDataPostgreSQL libraries, along with C++14 support.

Release 1.9.4

18 Sep 07:46
Compare
Choose a tag to compare

This is a security maintenance release that fixes CVE-2019-15903 in the bundled expat XML parser. Upgrading is recommended.

Release 1.9.3

20 Aug 18:53
Compare
Choose a tag to compare

This is a maintenance release containing bug fixes and minor new features. Upgrading is recommended.

Release 1.9.2

02 Jul 04:32
Compare
Choose a tag to compare

This is a maintenance release that most importantly updates the bundled libexpat XML parser library to release 2.2.7, which fixes a potential vulnerability (CVE-2018-20843). The release also includes fixes to CMake when building on Windows with a Windows 10 SDK (mc.exe not found) and to the caching framework.

Release 1.9.1

25 Jun 11:14
Compare
Choose a tag to compare

This is a maintenance release, fixing a few bugs and upgrading bundled external components PCRE and SQLite to newer versions.

Release 1.9.0

18 Apr 05:51
Compare
Choose a tag to compare
poco-1.9.0-release

Update openssl submodule after a cleanup