Introduction

POCO C++ Libraries Release Notes

Contents

Release 1.4.2p1

Summary of Changes

Release 1.4.2

Summary of Changes

Release 1.4.1p1

Summary of Changes

Release 1.4.1

Summary of Changes

Release 1.4.0

Summary of Changes

Incompatible Changes and Possible Transition Issues

Release 1.3.6p2

Summary of Changes

Release 1.3.6p1

Summary of Changes

Release 1.3.6

Summary of Changes

Release 1.3.5

Summary of Changes

Release 1.3.4

Summary of Changes

Incompatible Changes and Possible Transition Issues

Release 1.3.3

Summary of Changes

Release 1.3.2

Summary of Changes

Release 1.3.1

Summary of Changes

Release 1.3.0

Release 1.3 of the POCO C++ Libraries contains major improvements and new features throughout all libraries.

Summary of Changes

Incompatible Changes and Possible Transition Issues

The (now deprecated) Poco::HashFunction class template has been changed in an incompatible way. The member function formerly named hash() is now the function call operator. If you have defined your own HashFunction classes, you have to update your code. Sorry for the inconvenience.

On Windows, POCO now builds with Unicode/UTF-8 support (POCO_WIN32_UTF8) enabled by default. If you need the previous (1.2) behavior, remove the corresponding #define from Poco/Config.h