From 8dea9a04f61e7829b939711c292b65916278a4d4 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 11 Aug 2014 21:36:11 -0700 Subject: Preparation for v0.5.1 release. --- ChangeLog.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog.md') diff --git a/ChangeLog.md b/ChangeLog.md index 2f9d2f9..c19a1c0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,28 @@ # Change Log +## Changes since v0.5.0 (a.k.a., v0.5.1) +### Enhancements: +- `a566929` SSL: Add support for wildcards in hostname verification (Mike + Steinert) +- `a78aa8a` Lib: Use poll(2) instead of select(2) for timeouts on sockets. +- `357bdb3` Lib: support for specifying frame and decoding pool sizes. (Mike + Stitt) +- `8956003` Lib: improve invalid frame detection code. + +### Bug fixes: +- `b852f84` Lib: Add missing amqp_get_server_properties() function. +- `7001e82` Lib: Add missing ssize_t on Win32 (emazv72) +- `c2ce2cb` Lib: Correctly specify WINVER on Win32 when unspecified. +- `fe844e4` CMake: specify -DHAVE_CONFIG_H in examples. +- `932de5f` Lib: correct time computation on Win32 (jestor) +- `3e83192` HPUX: use gethrtime on HP-UX for timers. +- `cb1b44e` HPUX: correct include location of sys/uio.h +- `8ce585d` Lib: incorrect OOM condition when 0-lenth exchange name is received. +- `c7716b8` CMake: correct htonll detection code on platforms defined with a + macro. +- `4dc4eda` Lib: remove unused assignment. +- `45302cf` Lib: remove range-check of channel-ids. + + ## Changes since v0.4.1 (a.k.a., v0.5.0): ### Major changes: - Add amqp_get_broker_properties() function 5c7c40adc1 -- cgit v1.2.1 From 2b5d606bca429deed616339f460897aa41819a63 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Sat, 13 Sep 2014 22:12:15 -0700 Subject: Preparation for v0.5.2 release. --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog.md') diff --git a/ChangeLog.md b/ChangeLog.md index c19a1c0..6907e76 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,12 @@ # Change Log +## Changes since v0.5.1 (a.k.a., v0.5.2) +- `fcdf0f8` Autoconf: check for htonll as declaration in a header file +- `5790ec7` SSL: correctly report hostname verification errors. +- `d60c28c` Build: disable OpenSSL deprecation warnings on OSX +- `072191a` Lib: include platform, version and copyright in AMQP handshake +- `8b448c6` Examples: print message body in amqp[s]_listen[q] examples +- `7188e5d` Tools: Add flag to set prefetch for amqp-consume tool + ## Changes since v0.5.0 (a.k.a., v0.5.1) ### Enhancements: - `a566929` SSL: Add support for wildcards in hostname verification (Mike -- cgit v1.2.1