summaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-02-22 23:44:18 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2015-02-22 23:44:18 -0800
commite324e5af0cc1d58f381fc0769f020b23748df71f (patch)
treea740ccf7c451868d9f65187d3f78ddb5db46777e /ChangeLog.md
parent5348c697a0d6609d034d7bf571efc933556269a7 (diff)
downloadrabbitmq-c-e324e5af0cc1d58f381fc0769f020b23748df71f.tar.gz
Preparation for v0.6.0 release.v0.6.0
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 6907e76..45774d6 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,13 @@
# Change Log
+## Changes since v0.5.2 (a.k.a., v0.6.0)
+- `e1746f9` Tools: Enable support for SSL in tools.
+- `9626dd5` Lib: ABI CHANGE: enable support for auto_delete, internal flags to
+ amqp_exchange_declare
+- `ee54e27`, `656f833` Lib: check for double-close in SSL/TCP socket impl
+- `cf2760d` Lib: allocate struct when method has no field.
+- `513ad4a` Lib: add support for SANs in OpenSSL socket impl.
+- `5348c69` Lib: add functions to get negotiated frame_max and heartbeat parms.
+
## 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.