summaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-03-31 07:14:29 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-03-31 20:22:03 -0700
commita64c08c68aff34d49a2ac152f04988cd921084f9 (patch)
tree88fdb3c22424e0348d8f36013ec53da6b02fd64b /ChangeLog.md
parentbeb3d417313d5e21365f57a58dd2864463d21178 (diff)
downloadrabbitmq-c-a64c08c68aff34d49a2ac152f04988cd921084f9.tar.gz
Preparation for v0.11.0 releasev0.11.0
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 919f2ce..a4b4934 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,25 @@
# Change Log
+## v0.11.0 - 2021-03-31
+## Added:
+- rabbitmq-c-config.cmake is now generated (#611)
+- rabbitmq-c can be compiled on Win32 using pthreads (#613)
+- Add amqp_set_ssl_engine API to allow setting OpenSSL engine (#618)
+- Add amqp_ssl_socket_set_key_engine API to allow setting OpenSSL engine (#618)
+- Add support use of password-protected SSL keys (#661)
+
+## Changed
+- Update OpenSSL library initialization to current best practices (#603)
+- Updates to OpenSSL to support v3.0.0 (#654, 627)
+
+## Fixed:
+- OpenSSL symbol clash when compiling on Win32 (#583)
+- Restore correct non-blocking behavior using OpenSSL v1.1.1 (#586)
+- Disable harmless secure CRT compile warnings on Win32 (#588)
+- Fix unused parameter warnings on Win32 (#591)
+- Fix invalid format in generated pkg-config file (#599)
+- Fix invalid AMQP_STATUS_HEARTBEAT_TIMEOUT (#557)
+- Fix incorrect port when using --server flag in CLI tools
+
## v0.10.0 - 2019-12-01
## Added:
- amqp_ssl_socket_get_context can be used to get the current OpenSSL CTX*