POCO C++ Libraries Blog

News and discussion for the POCO Community


NullMutex

As of revision 896 the POCO sourceforge trunk features a new class: the NullMutex (Poco/Mutex.h) You now probably ask yourself: What’s so special about this class? Because – as the name suggests – it does nothing. And that’s exactly why we needed it. Mostly all components of POCO are thread-safe. While this is generally a […]


POCO 1.3.3 RC1

I am happy to announce that the first release candidate for the upcoming 1.3.3 release is now ready. Those of you wanting to get a glimpse at it can download the tarball from here. The list of changes (over 50 bug fixes and enchancements) can be found here. Feedback is appreciated before we release the […]


1.3.3 is coming

As those of you following the mailing list have probably noticed, a lot of bug squashing goes on currently. The reason is the upcoming 1.3.3 release, for which we’d like to fix most of the currently reported issues. The release candidate should be ready next Monday (Sept.22), after some more Data testing by Alex the […]