[ANNOUNCE] Apache Qpid 0.32 released

2015-03-20 Thread Justin Ross
The Apache Qpid community is pleased to announce the immediate availability
of Apache Qpid 0.32.

Apache Qpid (http://qpid.apache.org) is a cross-platform enterprise
messaging solution which implements the Advanced Message Queuing Protocol
(AMQP, http://www.amqp.org). It provides brokers written in C++ and Java,
along with clients for C++, Java JMS, .Net, Python, Ruby, and Perl.

Qpid 0.32 is available from our website:

http://qpid.apache.org/download.html

The 0.32 release includes many bug fixes and improvements. We recommend
that all users upgrade. A comprehensive list of changes in the 0.32 release
is available here:

http://qpid.apache.org/releases/qpid-0.32/release-notes.html

Thanks to all the users and contributors who have helped to improve Apache
Qpid.


[ANNOUNCEMENT] HttpComponents Core 4.4.1 GA released

2015-03-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4.1 GA
release of HttpComponents Core. 

This is a maintenance release that fixes a number of minor bugs found
since 4.4. 

Please note that as of 4.4 HttpCore requires Java 1.6 or newer.

Download -
http://hc.apache.org/downloads.cgi
Release notes -
http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt
HttpComponents site - 
http://hc.apache.org/

About HttpComponents Core

HttpCore is a set of low level HTTP transport components that can be
used to build custom client and server side HTTP services with a minimal
footprint. HttpCore supports two I/O models: a blocking I/O model based
on the classic Java I/O and a non-blocking, event driven I/O model based
on Java NIO.