Poco Versions Save

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

poco-1.11.7-release

9 months ago

This is a maintenance release.

  • GH #4023: CPPParser: Losing data if parameter std::function<void(bool)> is used
  • GH #4031: Classes with virtual functions missing virtual destructors (compilation issues)
  • GH #4014: wrong string offset in HTTPCredentials::isNTLMCredentials
  • GH #4071: PageCompiler: add referrerPolicy to page directive
  • GH #4077: OpenSSL 3: Don't throw if legacy provider is not available
  • GH #4078: Upgrade bundled SQLite to 3.42
  • GH #4079: SocketConnector: constructor should take SocketAddress by const reference
  • GH #4082: Logger performance improvement with formatting

poco-1.11.6-release

1 year ago
  • GH #3147: Reading from request stream hangs when "Transfer-Encoding: chunked" is used
  • GH #3859: zlib headers not updated
  • GH #3876: Replace sprintf with snprintf in Environment and NumberFormatter to avoid deprecation warnings
  • Build system improvements for Xcode on Apple Silicon.
  • Upgrade bundled SQLite to 3.40.0

poco-1.12.4-release

1 year ago

This release upgrades the bundled expat library to release 2.5.0, which fixes CVE-2022-43680, and fixes an issue in PollSet which could lead to 100 % CPU load on single-core systems.

CHANGELOG

poco-1.11.5-release

1 year ago

This release upgrades the bundled expat library to release 2.5.0, which fixes CVE-2022-43680.

poco-1.12.3-release

1 year ago

This release upgrades bundled third-party libraries expat, zlib and SQLite to fix potential vulnerabilities in those. Furthermore, a number of issues have been fixed.

See the CHANGELOG for details.

poco-1.11.4-release

1 year ago

Upgraded bundled third-party libraries expat, zlib and SQLite to fix potential vulnerabilities in those.

poco-1.12.2-release

1 year ago

This is a bugfix release.

Issues fixed in this release can be found here.

poco-1.12.1-release

1 year ago

This is a bugfix release.

Issues fixed in this release can be found here.

poco-1.12.0-release

1 year ago

This release introduces Prometheus library.

Updated bundled external libraries:

  • PCRE to PCRE2 10.40
  • double-conversion to v3.2.0
  • pdjson to latest master

Issues fixed in this release can be found here.

Pull requests merged can be found here.

poco-1.11.3-release

1 year ago

This is a maintenance release that fixes a few issues introduced in 1.11.2. The complete list of closed GitHub issues is in the CHANGELOG.