summaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-09-13 22:12:15 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-09-13 22:25:32 -0700
commit2b5d606bca429deed616339f460897aa41819a63 (patch)
treeebda932ef4a9cb594f126410243345844d8fc12c /ChangeLog.md
parent7188e5dce20e56e43314ed3f9c61c8717f961eff (diff)
downloadrabbitmq-c-github-ask-2b5d606bca429deed616339f460897aa41819a63.tar.gz
Preparation for v0.5.2 release.
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md8
1 files changed, 8 insertions, 0 deletions
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