POCO C++ Libraries Release 1.4.1p1 Available

Release 1.4.1 is a bugfix/patch release that fixes two issues introduced in 1.4.1.
On Linux, Poco::Mutex is not recursive, which may cause code requiring on recursiveness of Poco::Mutex to deadlock. This was introduced in 1.4.1 due to a wrong compile-time check for availability of PTHREAD_MUTEX_RECURSIVE (which is an enum value and not a macro).
The second issue is with Poco::Net::SecureSocketImpl::abort(). This method now simply shuts down the underlying socket and no longer frees the SSL object, which may have lead to multithreading issues.
Upgrading to 1.4.1p1 is recommended for all users.