POCO 1.2.4 Released

POCO release 1.2.4 is available for download.
This release contains mostly bugfixes for namespace handling in the XML library.

Changes in detail:

– 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