POCO v1.3.3.p1 Release Notes

Release Date: 2008-10-09 // over 15 years ago
    • ๐Ÿ›  Fixed SF# 2153031: 1.3.3 Crypto won't compile on 64-bit Linux
    • ๐Ÿ›  Fixed a warning in MySQL connector
    • โšก๏ธ Updated README
    • The global Makefile in the Zip archive is no longer broken

    ๐Ÿš€ Release 1.3.3 (2008-10-07)

    • ๐Ÿ‘ Threads now have optional user-settable stack size (if the OS supports that feature)
    • ๐Ÿ‘ Events now support simplified delegate syntax based on delegate function template. See Poco::AbstractEvent documentation for new syntax.
    • ๐Ÿ‘ Cache supports new access expire strategy.
    • โฌ†๏ธ Upgraded to SQLite 3.6.2
    • โฌ†๏ธ Upgraded to PCRE 7.8
    • โž• added HttpOnly support to Poco::Net::HTTPCookie
    • ๐Ÿ NetworkInterface now has displayName() member (useful only on Windows)
    • Poco::Util::WinRegistryKey now has a read-only mode
    • Poco::Util::WinRegistryKey::deleteKey() can now recursively delete registry keys
    • Poco::File::created() now returns 0 if the creation date/time is not known, as it's the case on most Unix platforms (including Linux). On FreeBSD and Mac OS X, it returns the real creation time.
    • ๐ŸŒฒ Time interval based log file rotation (Poco::FileChannel) now works correctly. Since there's no reliable and portable way to find out the creation date of a file (Windows has the tunneling "feature", most Unixes don't provide the creation date), the creation/rotation date of the log file is written into the log file as the first line.
    • โž• added Environment::nodeId() for obtaining the Ethernet address of the system (this is now also used by UUIDGenerator - the corresponding code from UUIDGenerator was moved into Environment)
    • โž• added a release policy argument to SharedPtr template
    • Socket::select() will no longer throw an InvalidArgumentException on Windows when called with no sockets at all. If all three socket sets are empty, Socket::select() will return 0 immediately.
    • SocketReactor::run() now catches exceptions and reports them via the ErrorHandler.
    • SocketReactor has a new IdleNotification, which will be posted when the SocketReactor has no sockets to handle.
    • โž• added referenceCount() method to Poco::SharedPtr.
    • ๐Ÿ— POCO now builds with GCC 4.3 (but there are some stupid warnings: "suggest parentheses around && within ||".
    • Solution and project files for Visual Studio 2008 are included
    • ๐Ÿš€ The Zip library is now officially part of the standard POCO release.
    • The Crypto library (based on OpenSSL) has been added. The original code was kindly contributed by Ferdinand Beyer.
    • A Data Connector to MySQL, contributed by Sergey Kholodilov, is now part of the POCO release.
    • ๐Ÿ›  fixed SF# 1859738: AsyncChannel stall
    • fixed SF# 1815124: XML Compile failed on VS7.1 with XML_UNICODE_WCHAR_T
    • ๐Ÿ›  fixed SF# 1867340: Net and NetSSL additional dependency not set - ws2_32.lib
    • ๐Ÿ›  fixed SF# 1871946: no exception thrown on error
    • ๐Ÿ›  fixed SF# 1881113: LinearHashTable does not conform to stl iterators
    • ๐Ÿ›  fixed SF# 1899808: HTMLForm.load() should call clear() first
    • ๐Ÿ›  fixed SF# 2030074: Cookie problem with .NET server
    • ๐Ÿ›  fixed SF# 2009707: small bug in Net/ICMPPacketImpl.cpp
    • ๐Ÿ›  fixed SF# 1988579: Intel Warning: invalid multibyte character sequence
    • ๐Ÿ›  fixed SF# 2007486: Please clarify license for Data/samples/*
    • ๐Ÿ›  fixed SF# 1985180: Poco::Net::DNS multithreading issue
    • ๐Ÿ›  fixed SF# 1968106: DigestOutputStream losing data
    • ๐Ÿ›  fixed SF# 1980478: FileChannel loses messages with "archive"="timestamp"
    • fixed SF# 1906481: mingw build WC_NO_BEST_FIT_CHARS is not defined
    • ๐Ÿ›  fixed SF# 1916763: Bug in Activity?
    • ๐Ÿ›  fixed SF# 1956300: HTTPServerConnection hanging
    • ๐Ÿ›  fixed SF# 1963214: Typo in documentation for NumberParser::parseFloat
    • ๐Ÿ›  fixed SF# 1981865: Cygwin Makefile lacks ThreadTarget.cpp
    • ๐Ÿ›  fixed SF# 1981130: pointless comparison of unsigned integer with zero
    • fixed SF# 1943728: POCO_APP_MAIN namespace issue
    • ๐Ÿ›  fixed SF# 1981139: initial value of reference to non-const must be an lvalue
    • fixed SF# 1995073: setupRegistry is broken if POCO_WIN32_UTF8 enabled
    • ๐Ÿ›  fixed SF# 1981125: std::swap_ranges overloading resolution failed
    • ๐Ÿ›  fixed SF# 2019857: Memory leak in Data::ODBC Extractor
    • ๐Ÿ›  fixed SF# 1916761: Bug in Stopwatch?
    • ๐Ÿ›  fixed SF# 1951443: NetworkInterface::list BSD/QNX no netmask and broadcast addr
    • ๐Ÿ›  fixed SF# 1935310: Unhandled characters in Windows1252Encoding
    • ๐Ÿ›  fixed SF# 1948361: a little bug for win32
    • ๐Ÿ›  fixed SF# 1896482: tryReadLock intermittent error
    • ๐Ÿšฆ workaround for SF# 1959059: Poco::SignalHandler deadlock the SignalHandler can now be disabled globally by adding a #define POCO_NO_SIGNAL_HANDLER to Poco/Config.h
    • ๐Ÿ›  fixed SF# 2012050: Configuration key created on read access
    • ๐Ÿ›  fixed SF# 1895483: PCRE - possible buffer overflow
    • ๐Ÿ›  fixed SF# 2062835: Logfile _creationDate is wrong
    • fixed SF# 2118943: out_of_bound access in Poco::Data::BLOB:rawContent
    • ๐Ÿ›  fixed SF# 2121732: Prevent InvalidArgumentException in SocketReactor
    • ๐Ÿ›  fixed SF# 1891132: Poco::Data::StatementImpl::executeWithLimit is not correct
    • ๐Ÿ›  fixed SF# 1951604: POCO refuses to compile with g++ 4.3.0
    • fixed SF# 1954327: CYGWIN's pthread does not define PTHREAD_STACK_MIN
    • ๐Ÿ›  fixed SF# 2124636: Discrepancy between FileWIN32(U)::handleLastError
    • ๐Ÿ›  fixed SF# 1558300: MinGW/MSYS Builds
    • ๐Ÿ›  fixed SF# 2123266: Memory leak under QNX6 with dinkum library
    • ๐Ÿ›  fixed SF# 2140411: ScopedUnlock documentation bug
    • ๐Ÿ›  fixed SF# 2036460: UUID regression tests are failing on Linux with g++ 4.3.1
    • ๐Ÿ›  fixed SF# 2150438: Tuple TypeHandler position increment size is wrong

    ๐Ÿš€ Release 1.3.2 (2008-02-04)

    Foundation, XML, Net, Util:

    • added POCO_NO_SHAREDMEMORY to Config.h
    • POCO_NO_WSTRING now really disables all wide string related calls
    • โž• added template specialization for string hashfunction (performance)
    • ๐ŸŽ XML parser performance improvements (SAX parser is now up to 40 % faster
    • โž• added parseMemoryNP() to XMLReader and friends
    • URIStreamOpener improvement: redirect logic is now in URIStreamOpener. this enables support for redirects from http to https.
    • โž• added support for temporary redirects and useproxy return code
    • โž• added getBlocking() to Socket
    • โž• added File::isHidden()
    • ๐Ÿ‘ better WIN64 support (AMD64 and IA64 platforms are recognized)
    • โž• added support for timed lock operations to [Fast]Mutex
    • SharedLibrary: dlopen() is called with RTLD_GLOBAL instead of RTLD_LOCAL (see http://gcc.gnu.org/faq.html#dso)
    • Poco::Timer threads can now run with a specified priority
    • โž• added testcase for SF# 1774351
    • ๐Ÿ›  fixed SF# 1784772: Message::swap omits _tid mem
    • ๐Ÿ›  fixed SF# 1790894: IPAddress(addr,family) doesn't fail on invalid address
    • ๐Ÿ›  fixed SF# 1804395: Constructor argument name wrong
    • ๐Ÿ›  fixed SF# 1806807: XMLWriter::characters should ignore empty strings
    • ๐Ÿ›  fixed SF# 1806994: property application.runAsService set too late
    • ๐Ÿ›  fixed SF# 1828908: HTMLForm does not encode '+'
    • ๐Ÿ›  fixed SF# 1831871: Windows configuration file line endings not correct.
    • ๐Ÿ›  fixed SF# 1845545: TCP server hangs on shutdown
    • ๐Ÿ›  fixed SF# 1846734: Option::validator() does not behave according to doc
    • ๐Ÿ›  fixed SF# 1856567: Assertion in DateTimeParser::tryParse()
    • ๐Ÿ›  fixed SF# 1864832: HTTP server sendFile() uses incorrect date
    • HTTPServerResponseImpl now always sets the Date header automatically in the constructor.
    • ๐Ÿ›  fixed SF# 1787667: DateTimeFormatter and time related classes (also SF# 1800031: The wrong behavior of time related classes)
    • ๐Ÿ›  fixed SF# 1829700: TaskManager::_taskList contains tasks that never started
    • ๐Ÿ›  fixed SF# 1834127: Anonymous enums in Tuple.h result in invalid C++
    • ๐Ÿ›  fixed SF# 1834130: RunnableAdapter::operator= not returning a value
    • ๐Ÿ›  fixed SF# 1873924: Add exception code to NetException
    • ๐Ÿ›  fixed SF# 1873929: SMTPClientSession support for name in sender field
    • ๐ŸŽ logging performance improvements (PatternFormatter)
    • ๐Ÿ›  fixed SF# 1883871: TypeList operator < fails for tuples with duplicate values
    • ๐Ÿ— CYGWIN build works again (most things work but Foundation testsuite still fails)
    • ๐Ÿ†• new build configuration for Digi Embedded Linux (ARM9, uclibc)
    • ๐Ÿ†• new build configuration for PowerPC Linux

    Data:

    • ๐Ÿ›  fixed SF# 1724388: ODBC Diagnostics
    • ๐Ÿ›  fixed SF# 1804797: ODBC Statement multiple execution fails
    • ๐Ÿ›  fixed SF# 1803435: SessionPool onJanitorTimer called too often?
    • ๐Ÿ›  fixed SF# 1851997: Undefined Behavior in ODBC::Preparation
    • โšก๏ธ updated SQlite to 3.5.5

    ๐Ÿš€ Release 1.3.1 (2007-08-08)

    Foundation, XML, Net, Util:

    • ๐Ÿ›  DynamicAny fixes for char conversions
    • ๐Ÿ›  fixed SF# 1733362: Strange timeout handling in SocketImpl::poll and Socket::select
    • ๐Ÿ›  fixed SF patch# 1728912: crash in POCO on Solaris
    • ๐Ÿ›  fixed SF# 1732138: Bug in WinRegistryConfiguration::getString
    • ๐Ÿ›  fixed SF# 1730790: Reference counting breaks NetworkInterface::list()
    • ๐Ÿ›  fixed SF# 1720733: Poco::SignalHandler bug
    • ๐Ÿ›  fixed SF# 1718724: Poco::StreamCopier::copyStream loops forever
    • ๐Ÿ›  fixed SF# 1718437: HashMap bug
    • ๐Ÿ”„ changed LinearHashTable iterator implementation. less templates -> good thing.
    • ๐Ÿ›  fixed SF# 1733964: DynamicAny compile error
    • ๐Ÿ›  UUIDGenerator: fixed infinite loop with non ethernet interfaces
    • โšก๏ธ updated expat to 2.0.1
    • ๐Ÿ›  fixed SF# 1730566: HTTP server throws exception
    • ๐Ÿ‘ Glob supports symbolic links (additional flag to control behavior)
    • ๐Ÿ›  fixed a problem with non blocking connect in NetSSL_OpenSSL (see http://www.appinf.com/poco/wiki/tiki-view_forum_thread.php?comments_parentId=441&topics_threshold=0&topics_offset=29&topics_sort_mode=commentDate_desc&topics_find=&forumId=6)
    • ๐Ÿ›  fixed a problem with SSL renegotiation in NetSSL_OpenSSL (thanks to Sanjay Chouksey for the fix)
    • ๐Ÿ›  fixed SF# 1714753: NetSSL_OpenSSL: HTTPS connections fail with wildcard certs
    • HTTPClientSession: set Host header only if it's not already set (proposed by EHL)
    • ๐Ÿ NetworkInterface (Windows): Loopback interface now has correct netmask; interfaces that do not have an IP address assigned are no longer reported.
    • ๐Ÿ›  Fixes for VC++ W4 warnings from EHL
    • SharedMemory: first constructor has an additional "server" parameter Setting to true does not unlink the shared memory region when the SharedMemory object is destroyed. (Alessandro Oliveira Ungaro)
    • ๐Ÿ›  fixed SF# 1768231: MemoryPool constructor

    Data:

    • ๐Ÿ›  fixed SF# 1739989: Data::RecordSet::operator = () (in 1.3 branch)
    • ๐Ÿ›  fixed SF# 1747525: SQLite, Transactions and Session Pooling (in 1.3 branch)
    • โฌ†๏ธ upgraded to SQLite 3.4.1

    ๐Ÿš€ Release 1.3.0 (2007-05-07)

    • โž• added HashMap, HashSet classes
    • the 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.
    • โž• added Poco::Tuple
    • โž• added AbstractCache::getAllKeys(), improved performance of the get operation
    • ๐Ÿ›  fixed AbstractCache::size() to do cache replacement before returning the size
    • โž• added additional match() method to RegularExpression and documented the fact that the simple match() method internally sets RE_ANCHORED and RE_NOTEMPTY.
    • โž• added ExpirationDecorator template. Decorates data types so that they can be used with UniqueExpireCaches
    • โž• added operator ! to AutoPtr and SharedPtr
    • Buffer uses std::size_t instead of int
    • ๐Ÿ‘ป Exception::what() now returns exception name instead of message
    • added poco_ndc_dbg() macro (same as poco_ndc(), but only enabled in debug builds)
    • โž• added Environment::get(name, defaultValue);
    • Foundation.h now includes Config.h at the very beginning.
    • โž• added replace() and replaceInPlace() to Poco/String.h
    • โž• added AutoPtr::assign() and SharedPtr::assign()
    • โž• added operator () to AbstractEvent
    • ๐Ÿš€ gcc Makefiles now strip release builds
    • Void now has a == and != operator
    • ๐Ÿ‘ Base64Encoder and HexBinaryEncoder now support an unlimited line length (no newlines written), by specifying a line length of 0
    • ๐Ÿ“œ NumberParser now has stricter syntax requirements: garbage following a number leads to a SyntaxException (Thanks to [email protected] for the suggestion)
    • ๐Ÿ›  fixed SF# 1676830: Don't use -rpath in libraries
    • ๐Ÿ›  fixed SF# 1670279: AbstractConfiguration::unckeckedExpand crash
    • ๐Ÿ›  fixed a warning in Hashtable
    • ๐Ÿ‘ HTTPClientSession now uses a keepAliveTimeout for better persistent connection handling
    • โž• added DateTime::makeUTC() and DateTime::makeLocal()
    • โž• added another constructor to LocalDateTime
    • POCO_WIN32_UTF8 is ignored on non-Windows platforms
    • ๐Ÿ›  fixed a timeout bug (with NetSSL) in HTTPSession
    • ๐ŸŒฒ AsyncChannel is automatically opened with first log()
    • minor fix to NotificationQueue sample (reported by Laszlo Keresztfalvi)
    • โž• added File::canExecute() and File::setExecutable()
    • โž• added SharedMemory class to Foundation
    • โž• added FileStream, FileInputStream, FileOutputStream to Foundation
    • โž• added NodeAppender class to XML for faster DOM tree creation
    • HTTPServerRequest and HTTPServerResponse are now abstract base classes, actual functionality has moved into HTTPServerRequestImpl and HTTPServerResponseImpl. This allows us to plug other HTTP servers into POCO.
    • โž• added DynamicAny class to Foundation
    • replaced std::fstream with Poco::FileStream across POCO.
    • โž• added Poco::Checksum class to Foundation.
    • ๐Ÿ›  fixed SF# 1700811: conflict in threadpool
    • ๐Ÿ›  bugfix: File::moveTo() does not work if the target is a directory
    • ๐Ÿšš File::copyTo() and File::moveTo() now copy/move directories recursively
    • ๐Ÿ”จ refactored NetworkInterface (now using pimpl idiom); added broadcast address and netmask support
    • ๐Ÿ›  fixed SF# 1688982: POP3ClientSession fails when retrieving mails with attachment
    • ๐Ÿ›  fixed SF# 1655104: Enhance Poco::TextEncoding functionality
    • โž• added Poco::Condition class, implementing a POSIX-style condition variable
    • ๐Ÿ›  fixed a bug in File::create() for Windows
    • added poco_static_assert (imported from boost)
    • โž• added Thread::join(timeout) and Thread::tryJoin()
    • ClassLoader support for named manifests (see ClassLibrary.h - POCO_EXPORT_NAMED_MANIFEST)
    • POCO_WIN32_UTF8: UNICODE #define is no longer required (and no longer automatically defined in POCO_WIN32_UTF8 is defined)
    • โฌ†๏ธ PCRE: upgraded to PCRE version 7.1
    • ๐Ÿ›  fixed SF# 1682162: Suggestion on thread priority
    • ๐Ÿ›  fixed SF# 1613460: MSVC/STLPort warnings
    • ๐Ÿ›  fixed SF# 1709358: Format double percent std::String bug
    • โž• added WindowsConsoleChannel class to Foundation
    • โž• added AutoPtr::unsafeCast<>() and SharedPtr::unsafeCast<>()
    • ๐Ÿ›  fixed SF# 1708552: Failed to build on arm and powerpc
    • ๐Ÿ›  fixed SF$ 1708529: Failed to build using GCC 4.3: missing #includes
    • ๐Ÿ›  fixed SF# 1710053: LogStream proposal
    • ๐Ÿ›  fixed a bug involving empty root directories in Windows DirectoryIterator implementation (see http://www.appinf.com/poco/wiki/tiki-view_forum_thread.php?comments_parentId=343&forumId=6)
    • ๐Ÿšš robustness improvements to ActiveMethod - removed the opportunity for memory leaks in case something goes while invoking the method
    • made C library usage more C++-like - use C++ headers (e.g. ) instead of C ones (). Also, use C library functions in std namespace.
    • โž• added Unicode and UTF8String for improved Unicode support. The Unicode class can be used to obtain the Unicode properties of a character. The UTF8 class provides case insensitive comparison and case conversion for UTF-8 encoded strings.
    • โž• added UnWindows.h header file, replaced all #include with #include "Poco/UnWindows.h". See the Poco/UnWindows.h header file for a rationale and explanations.
    • ๐Ÿ›  fixed SF# 1713820: StreamSocketImpl::sendBytes sends too many bytes
    • ๐Ÿ File::copyTo(): on Windows, the copy now always has the read-only flag reset, to be consistent with other platforms.
    • With Microsoft Visual C++, the necessary POCO libraries are now implicitly linked when the corresponding header files are included (#pragma comment(lib, "PocoXYZ.lib") is used). To disable this, compile POCO with the preprocessor symbol POCO_NO_AUTOMATIC_LIBS #define'd (see Poco/Foundation.h and Poco/Config.h).
    • ๐Ÿ”ง The Visual Studio project files for the POCO libraries now include configurations for building static libraries.

    ๐Ÿš€ Release 1.2.9 (2007-02-26)

    • ๐Ÿ›  fixed a formatting problem in Util::HelpFormatter
    • HTTPClientSession::sendRequest() now attempts to send the complete request in one network packet.
    • ๐Ÿ‘Œ improved network performance of ChunkedOutputStream: chunk size and chunk data are sent in one network packet if possible
    • ๐Ÿ›  fixed SF# 1655035: Wrong expires field calculation in HTTPCookie (thanks to Sergey N. Yatskevich for this and other fixes)
    • ๐Ÿ›  fixed SF# 1655049: Fix discrepancy of a code to the description
    • ๐Ÿ›  fixed SF# 1655170: Poco::Timezone::standardName() problem on WIN32
    • fixed SF# 1629095: POCO_WIN32_UTF8 problem There is a new function Path::transcode() that can be used to convert a path (or any other string) from UTF-8 to the current Windows code page. This string can the be passed as a filename to an fstream or fopen(). This function only does the conversion on Windows, and only, if POCO_WIN32_UTF8 is defined. Otherwise, it simply returns the unmodified argument.
    • ๐Ÿ›  fixed SF# 1659607: Probably a bug in Poco::Net::DialogSocket
    • ๐ŸŽ HTTPServer network performance improvement: responses that fit into a single network packet sent with HTTPServerResponse::sendFile() or the new HTTPServerResponse::sendBuffer() are sent in only one packet.
    • โž• added HTTPServerResponse::sendBuffer()
    • ๐Ÿ“œ HTTPServer now sends a Bad Request response if it fails to parse the HTTP request header.
    • HTTPServer now sends an Internal Server Error response if the request handler throws an exception prior to sending a response.- enabled TCP_NODELAY per default on TCPServer/HTTPServer
    • ๐Ÿ›  fixed a bug in HTTP persistent connection handling (server does not send Connection: close when it reaches connection maximum)
    • HTMLForm - POST submission of URL encoded form no longer uses chunked transfer encoding (thus improving interoperability with certain web servers)
    • โ†” integrated Environment.cpp from Main (missing get(var, default))
    • โž• added missing AutoPtr include to Util/Application (and using Poco::AutoPtr is no longer necessary for POCO_APP_MAIN macro)
    • ๐Ÿ›  fixed SF# 1635420: Per Regents of the University of Calfornia letter, remove advertising from BSD licensed parts
    • ๐Ÿ›  fixed SF# 1633133: MultipartWriter writes superluous CR-LF at beginning

    ๐Ÿš€ Release 1.2.8 (2007-01-04)

    • ๐Ÿ›  fixed SF# 1613906: Util/Application.h and GCC 3.3
    • ๐Ÿ›  fixed a byte order issue (failed test) in IPv6 address formatting
    • ๐Ÿ›  fixed SF# 1626640: Poco::Net::SocketReactor bug
    • ๐Ÿ›  fixed client side chunked transfer encoding handling
    • ๐Ÿ›  fixed client side persistent connection handling
    • ๐Ÿ›  fixed SF# 1623536: HTTP Server Chunked Transfer Encoding Bug
    • ๐Ÿ‘Œ improved HTTP server exception text
    • ๐Ÿ›  fixed SF# 1616294: KeepAlive HTTPServerSession patch
    • ๐Ÿ›  fixed SF# 1616296: Trivial Poco::TaskCustomNotification patch
    • ๐Ÿ›  fixed SF# 1619282: PurgeStrategy bug fix
    • ๐Ÿ›  fixed SF# 1620855: Format problem there is a new format specifier %z for std::size_t, as well as a new flag ? for %d, %i, %o, %x meaning any signed or unsigned integer

    ๐Ÿš€ Release 1.2.7 (2006-12-07)

    • ๐Ÿ›  Poco::File: fixed root directory handling
    • ๐Ÿ›  fixed UUIDGenerator documentation
    • ๐Ÿ“š clarified Application::setUnixOptions() documentation
    • ๐Ÿ›  fixes for issue [SOAPLite Transport 0000023]: SOAP Transport Listener should be able to use existing HTTPServer instance
    • ๐Ÿ›  fixing mantis issues 13, 14, 15, 16, 17, 18, 19, 21
    • ๐Ÿ›  fixed SF# 1597022: Signed/unsigned warning in StringTokenizer::operator[]
    • ๐Ÿ›  fixed SF# 1598601: Message::op= leaks
    • ๐Ÿ›  fixed SF# 1605960: PatternFormatter crashes on custom property
    • ๐Ÿ›  fixed SF# 1605950: Memory leak in Logger sample code
    • ๐Ÿ›  fixed SF# 1591635: Copy Paste Error in sample code
    • ๐Ÿ›  fixed SF# 1591512: SMTPClientSession response stream
    • ๐Ÿ›  fixed SF #1592776: LayeredConfiguration: getRaw should enumerate in reverse order
    • ๐Ÿ— SF Patch # 1599848 ] VS 2005 Util build fails
    • Logger::dump() now uses std::size_t instead of int for buffer size
    • ๐Ÿ”ง LayeredConfiguration now supports a priority value for each configuration. Also, it's possible to specify for each configuration added whether it should be writeable.
    • ServerApplication: cd to root directory only if running as a daemon
    • โž• added Message::swap()
    • ๐Ÿ‘Œ improvements to build system: global Makefile has correct dependencies for samples on Windows, samples build after libraries are ready configure supports --no-wstring and --no-fpenvironment flags build system supports POCO_FLAGS environment variable for compiler flags
    • ๐Ÿ›  RemoteGen: fixed error handling for write protected files (SystemException) fixing integral constant overflow messages with large cache expiration, m_ support for type serializers, case-insensitive comparison added

    ๐Ÿš€ Release 1.2.6 (2006-11-19)

    • โž• added additional match() method to RegularExpression and documented the fact that the simple match() method internally sets RE_ANCHORED and RE_NOTEMPTY.
    • โž• added ExpirationDecorator template. Decorates data types so that they can be used with UniqueExpireCaches
    • โž• added operator ! to AutoPtr and SharedPtr
    • Buffer uses std::size_t instead of int
    • added poco_ndc_dbg() macro (same as poco_ndc(), but only enabled in debug builds)
    • Foundation.h now includes Config.h at the very beginning.
    • โž• added AutoPtr::assign() and SharedPtr::assign()
    • โž• added operator () to AbstractEvent
    • ๐Ÿš€ gcc Makefiles now strip release builds
    • ๐Ÿ“š documentation improvements

    ๐Ÿš€ Release 1.2.5 (2006-10-23)

    • ๐Ÿ‘Œ Improved LoggingConfigurator: channel creation and configuration is now a two-step process. This means that the previous problems with PropertyFileConfiguration and IniFileConfiguration when referencing other channels are solved.
    • ๐Ÿ‘Œ improved options handling: better handling of (non) ambiguities. If both an option named "help" and one named "helper" is specified, this no longer causes ambiguity errors.
    • โž• added check for duplicate option definition
    • ๐Ÿ›  ThreadPool bugfix: fixed a crash that occurs on Linux multiprocessor machines (caused by an thread unsafe string assignment corrupting the heap...) (SF# 1575315)
    • ๐Ÿ‘Œ improved ThreadPool performance
    • XML now compiles with -DXML_UNICODE_WCHAR_T (SF# 1575174)
    • ๐Ÿ›  fixed SF# 1572757: HTML forms can have more than one key/value pair with the same name
    • got rid of the dynamic casts in Events, Events/Cache: simpler/faster Delegate < operator, prevents some rare dynamic casts error from occuring when using StrategyCollection with Caches
    • ๐Ÿ‘Œ improvements to Logger and LoggingConfigurator:
      • added Logger::unsafeGet()
      • added Logger::setProperty(loggerName, propertyName, value)
      • LoggingConfigurator now correctly (re)configures existing Loggers (prior to this change, if a Logger named "a.b.c" existed before the LoggingConfigurator started its work, and the LoggingConfigurator configured a Logger named "a.b", then "a.b.c" would not inherit the new configuration).
    • ๐Ÿ‘Œ improvements to SplitterChannel and EventLogChannel configuration
    • ๐Ÿ‘Œ improved LoggingRegistry exception messages
    • MessageHeader::read() is more liberal with malformed message headers. This fixes problems with certain network cameras sending malformed HTTP headers.

    ๐Ÿš€ Release 1.2.4 (2006-10-02)

    • some code beautifying and improvements to comments
    • DOMParser now automatically sets FEATURE_NAMESPACE_PREFIXES
    • ๐Ÿ›  fixed SF #1567051: DOMBuilder/DOMParser/NamespaceStrategy bug
    • fixed SF #1567364: POCO_APP_MAIN
    • โž• added Document::getElementById() (two-argument) and getElementByIdNS()
    • โž• added another test for DOMParser
    • โž• added AutoPtr::isNull() (to be consistent with SharedPtr)
    • ๐Ÿš€ this release again compiles on PA-RISC HP-UX systems with aCC
    • โž• added CMAKE support files contributed by Andrew J. P. Maclean

    ๐Ÿš€ Release 1.2.3 (2006-09-14)

    • ๐Ÿ”ง configure script now checks if (auto)selected configuration is supported
    • ๐Ÿ›  fixed SF #1552904: NamedEvent bug?
    • ๐Ÿ›  fixed SF #1552787: POCO not handling EINTR
    • ๐Ÿ›  fixed SF #1552846: Random::~Random uses scalar delete
    • ๐Ÿ›  fixed SF #1552987: TLSSlot should explicitly default-construct _value
    • IPAddress no longer accepts an empty address string
    • split up Observer.h into AbstractObserver.h and Observer.h
    • โž• added NObserver class template which supports an AutoPtr argument for the notification callback
    • ๐Ÿ”„ changed EchoServer sample to use NObserver
    • ๐Ÿ some Windows-specific files were missing in the tarballs

    ๐Ÿš€ Release 1.2.2 (2006-09-01)

    • ๐Ÿ›  fixed SF # 1549973: NotificationCenter::hasObservers() returns wrong result
    • ๐Ÿ›  fixed a memory leak in EchoServer sample
    • ๐Ÿ›  fixed SocketReactor TimeoutNotification bug (SF #1549365, SocketNotifier::addObserver() incorrect behavior)
    • ๐Ÿ›  fixed SF# 1549513: MultipartReader does not work with Unix-style linefeeds
    • MailMessage and HTMLForm: processing of multipart messages will no longer fail if a PartHandler does not read all data from the part stream.
    • โž• added additional test case (Unix-style line ends) to MultipartReaderTest

    ๐Ÿš€ Release 1.2.1 (2006-08-29)

    • ๐Ÿ›  fixed Config.h header (no more #undefs)

    ๐Ÿš€ Release 1.2.0 (2006-08-29)

    • ๐Ÿ›  DateTime fixes: Julian Day is no longer stored internally. Times (hours, minutes, seconds, ...) are now always taken from an utcValue (if available) and not from the Julian day. The Julian day is only used for calculating year, month and day (except when the Julian day is the only thing we have) This helps us get rid of rounding errors that the Julian Day arithmetic introduced.- on Windows, UUIDGenerator no longer uses Netbios, but GetAdaptersInfo instead
    • The main Makefile now has correct dependencies
    • โšก๏ธ updated poco-doc.pl with latest version by Caleb Epstein
    • ๐Ÿ›  fixed SF #1542722: InflatingInputStream: buffer error
    • ๐Ÿ‘Œ improved Windows UTF-8 support
    • โž• added Logger::names()
    • โž• added configure script and make install target
    • ๐Ÿ›  XMLWriter bugfix: pretty-print bug with characters() and rawCharacters()
    • ๐Ÿ‘Œ improvements to build system: support builds outside of source tree
    • โž• added header doc conversion tool contributed by Caleb Epstein
    • ๐Ÿ›  fixed SF #1542618 (build/config/Linux patch)
    • ๐Ÿ›  bugfix: BinaryReader/BinaryWriter BOM is now 16 bits, as documented
    • ๐Ÿ›  fixed SF #1542247 (Compiler warning from OptionCallback)
    • ๐Ÿ›  fixed SF #1542253 (ServerApplication::handleOption doesn't call Application::handleOption)
    • โž• added Application::stopOptionsProcessing()
    • โšก๏ธ updated samples
    • ๐Ÿ‘ Util::Application command line handling now supports:
      • argument validation (Option::validator(); see Validator, IntValidator, RegExpValidator)
      • binding of argument values to config properties (Option::binding())
      • callbacks for arguments (Option::callback())
      • checking of required parameters
    • ๐Ÿ”„ changed header file locations: Foundation headers are now in Poco (#include "Poco/Foundation.h") XML headers are now in Poco/XML, Poco/SAX and Poco/DOM (#include "Poco/XML/XML.h") Util headers are now in Poco/Util (#include "Poco/Util/Util.h") etc. Unfortunately, this change will break existing code. However, fixing the code is a matter of a few global search/replace operations and can be done quickly. On the plus side, POCO is now a much better citizen when used with other libraries.
    • ๐Ÿ”„ changed namespaces: Foundation is now Poco XML is now Poco::XML Util is now Poco::Util Net is now Poco::Net
    • โœ‚ removed namespace macros
    • ๐Ÿ›  fixed some warnings reported by gcc -Wall -Wextra
    • ๐Ÿ›  fixed AutoPtr and LayeredConfiguration documentation
    • ๐Ÿ‘Œ improved StreamSocket::receiveBytes() doc
    • โž• added Pipe and PipeStream classes
    • โž• added support for I/O redirection (pipes) to Process::launch()
    • โž• added LogStream class (ostream interface to Logger)
    • ๐Ÿ‘Œ improved Makefiles (no more double-building if clean all is specified)
    • โž• added CppUnit and DateTime testsuite contributions by Andrew Marlow
    • ๐Ÿ‘Œ improved Cygwin and minimal MinGW support
    • FileChannel: gzip compression if archived files now runs in a background thread (SF #1537481)
    • ๐Ÿง POCO now compiles with large (64-bit) file support on Linux (SF #1536634)
    • โž• added format() function, which provides typesafe sprintf-like functionality (SF #1327621)
    • โž• added File::isLink()
    • ๐Ÿ›  bugfix: dangling symbolic links in a directory no longer cause recursive remove to fail with file not found error
    • โž• added Void class (useful as argument to ActiveMethod)
    • ๐Ÿ‘ ActiveResult now supports exceptions
    • ๐Ÿ›  bugfix: Timezone::utcOffset() and Timezone::dst() returned wrong values on Unix platforms (SF #1535428)
    • โž• added ActiveDispatcher class
    • โž• added ActiveStarter class, which is a policy used by ActiveMethod for starting methods
    • ๐Ÿšš ActiveRunnable moved to its own header file
    • ThreadPool: added startWithPriority(), which allows for running threads with a different priority
    • โž• added error handling to dir sample
    • โž• added additional test case to HTTPServer test suite- HTMLForm: should now work with request methods other than POST and GET (all non-POST requests are treated the same as GET)
    • ๐Ÿ“š clarified HTMLForm documentation
    • ๐Ÿ›  HTMLForm bugfix: uploaded files no longer end up in value; PartHandler is called instead
    • 0๏ธโƒฃ NameValueCollection: added get(name, defaultValue)
    • โž• added HTTPFormServer sample
    • โž• added Foundation::HashTable and SimpleHashTable
    • โž• added Net::HTTPSessionFactory
    • ๐Ÿ‘Œ improvements to AutoPtr and SharedPtr
    • ๐Ÿ‘Œ improvements to namespaces handling in XMLWriter
    • ๐Ÿ›  Foundation Cache: fixed add implementation to match the docu: a 2nd add will now simply overwrite existing entries
    • โž• added DateTime::isValid()
    • โž• added Exception::rethrow() (virtual, must be overridden by all subclasses)
    • Timer can now use a user-supplied ThreadPool
    • โž• added rethrow() to exception classes
    • Net: made some constructors explicit
    • Net: added SocketAddress constructor to HTTPClientSession
    • Net: added HTTPSession::networkException() to check for exceptions swallowed by stream classes
    • Net: added single string argument constructor to SocketAddress.
    • Net: improved HTTPClientSession error handling (no more "Invalid HTTP version string" exceptions when the server prematurely closes the connection due to too much load)
    • Net: improved HTTPSession error handling. Exceptions while sending and receiving data are stored for later retrieval and no longer get lost since streambufs swallow them.
    • โœ… Net: added HTTPLoadTest sample
    • ๐Ÿ›  fixed a bug when opening logfiles on Unix platforms causing an existing logfile to be truncated
    • ๐Ÿ›  bugfix: log file purge intervals given in months did not work, due to a stupid typo
    • โž• added RawSocket and ICMP classes
    • ๐Ÿ›  UUID: fixed a doc formatting bug
    • ๐Ÿ NetworkInterface::list() now includes loopback interface on Windows (SF #1460309)
    • ๐Ÿ‘ป made Exception::message() and Exception::nested() inline
    • โž• added Net::UnsupportedRedirectException
    • ๐Ÿ‘ HTTPStreamFactory throws an UnsupportedRedirectException if it encounters a redirect to https
    • ๐Ÿ›  HTTP: fixed bad 100 Continue handling in client and server code
    • โž• added CONTRIBUTORS file

    ๐Ÿš€ Release 1.1.2 (2006-07-07)

    • ๐Ÿ”„ Changed license to Boost license
    • ๐Ÿš€ DBlite and NetSSL have been removed from the Boost-licensed release. Please contact Applied Informatics ([email protected]) if you're interested in them.

    ๐Ÿš€ Release 1.1.1 (2006-04-03)

    • ๐Ÿ‘ NetSSL_OpenSSL now supports separate certificate verification settings for client and server.
    • ๐Ÿ›  fixed SF #1460309 (enumerating network interfaces failed on 64bit Linux)
    • TCPServer no longer crashes if accept() fails

    ๐Ÿš€ Release 1.1.0 (2006-03-23)

    • events no longer require awkward += new syntax
    • ๐Ÿ“š source code and documentation cleanups
    • ๐Ÿ‘ basic support for new compilers and platforms