Bump to 0.2.17rc1
authorFelix Morgner <felix.morgner@gmail.com>
Mon, 6 Feb 2017 08:38:04 +0000 (09:38 +0100)
committerFelix Morgner <felix.morgner@gmail.com>
Mon, 6 Feb 2017 08:40:13 +0000 (09:40 +0100)
ChangeLog
src/version.h

index eddfee3b370ef7015a268e0f9d6b080d0c3f0d8e..9a169777a930126e48748657755ece9b45ba5795 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+0.2.17rc1:
+[FIX] Multiple possible NULL pointer dereferences (TinnedTuna)
+[FIX] Set scheduler policy before switching users (C4K3)
+[FIX] Setup TLS infrastructure before switching users (Nauxuron)
+[FIX] Default bindport6 to bindport if not set explicitly (C4K3)
+[FIX] Default to modern TLS suites (l2dy, adufray)
+[FIX] Do not leave garbage when setting socket options (pfmooney)
+[FIX] Replace stray bool with bool_t (andres-erbsen)
+[FIX] Restrict TLS connections to be TLS >= 1.0 (fmorgner)
+[NEW] Support for mbed TLS >= 2 (Rawi666, l2dy)
+       to enable use:
+       - '--with-ssl=mbedtls' with Autotools
+       - '-DSSL=mbedtls' with CMake
+[NEW] Configuration option to hide IP addresses from clients (C4K3)
+       use 'show_addresses = false;' to hide addresses
+[NEW] Export client hash in SHM interface (snowblind)
+
 0.2.16a:
 [FIX] Crash in SHM API during update (doctaweeks)
 [FIX] Failure to detect missing IPv6 support in FreeBSD jails (marcusball)
index 00e2a169fa2baafd3f261cb6af08f36658c8ae7c..402c4f1eafcfa0a5462ebcb58b57d6be0f0ea6ff 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef VERSION_H_989876
 #define VERSION_H_989876
 
-#define UMURMUR_VERSION "0.2.16a"
-#define UMURMUR_CODENAME "Agrajag"
+#define UMURMUR_VERSION "0.2.17rc1"
+#define UMURMUR_CODENAME "Colin"
 
 #endif