10.2.17rc1:
2[FIX] Multiple possible NULL pointer dereferences (TinnedTuna)
3[FIX] Set scheduler policy before switching users (C4K3)
4[FIX] Setup TLS infrastructure before switching users (Nauxuron)
5[FIX] Default bindport6 to bindport if not set explicitly (C4K3)
6[FIX] Default to modern TLS suites (l2dy, adufray)
7[FIX] Do not leave garbage when setting socket options (pfmooney)
8[FIX] Replace stray bool with bool_t (andres-erbsen)
9[FIX] Restrict TLS connections to be TLS >= 1.0 (fmorgner)
10[NEW] Support for mbed TLS >= 2 (Rawi666, l2dy)
11	to enable use:
12	- '--with-ssl=mbedtls' with Autotools
13	- '-DSSL=mbedtls' with CMake
14[NEW] Configuration option to hide IP addresses from clients (C4K3)
15	use 'show_addresses = false;' to hide addresses
16[NEW] Export client hash in SHM interface (snowblind)
17
180.2.16a:
19[FIX] Crash in SHM API during update (doctaweeks)
20[FIX] Failure to detect missing IPv6 support in FreeBSD jails (marcusball)
21[FIX] Compile-time check for availability of version_get_string (fatbob313)
22
230.2.16:
24[FIX] Reworked timestamping code (fatbob313)
25[FIX] Banning works again when using IPv6 (fatbob313 and fmorgner)
26[NEW] Sharedmemory API (snowblind)
27	to enable use:
28	- '--with-shmapi' with Autotools
29	- '-DENABLE_SHAREDMEMORY_API=on' with CMake
30	The shm API allows you to use/write tools that communicate directly with
31	umurmurd. For an example, see: http://github.com/umurmur/umurmur-monitor
32[NEW] GnuTLS backend (fmorgner)
33[NEW] SELinux type-enforcement rules for umurmur (fmorgner)
34	The SELinux rules can be found at http://github.com/umurmur/umurmur-selinux
35
360.2.15:
37IPv6 dual-stack support (fmorgner).
38CMake build system added alongside Autotools (fmorgner).
39Update to use Protobuf-C 1.0.0.
40
410.2.14:
42Add 'silent' option to channel configuration.
43Add 'position' option to channel configuration.
44Support PolarSSL 1.3.x.
45Handle PolarSSL compiled with zlib-support.
46Use CLOCK_MONOTONIC instead of gettimeofday() which can cause mayhem if
47	time changes dramatically, e.g. when synchronizing with time
48	server.
49Add support for certificate chain delivery for OpenSSL via new option 'ca_path'.
50
510.2.13:
52Fix Opus not working.
53Add timestamp when logging to file.
54
550.2.12:
56Fix crash at client disconnect using PolarSSL >= 1.2.6
57Fix usage of /dev/urandom for random numbers (PolarSSL)
58
590.2.11:
60Support Mumble protocol 1.2.4.
61Support Opus codec.
62Add config file option for 'Opus threshold'.
63Support PolarSSL 1.2.x.
64Remove support for PolarSSL versions prior to 1.0.0.
65Fix disconnect when using PTT.
66Fix possible crash when many clients disconnects simultaneously.
67Fix error message at client disconnect when using OpenSSL.
68Autoconf './configure' switches added:
69--enable-polarssl-test-certificate - use and link the PolarSSL
70	test certificate. Not used by default, causing umurmurd to exit
71	with error if no certificate and/or key file is found.
72--enable-polarssl-havege - use PolarSSL's HAVEGE random number
73	generator. Defaults to /dev/urandom.
74+ some other fixes.
75
760.2.10:
77Update version string everywhere.
78Better logging when connection fails.
79Update Changelog!
80
810.2.9:
82Fix compile on *BSD (J Sisson).
83Fix building on OS X.
84Support for PolarSSL 1.1.x.
85Admin user via token password.
86Mute/deafen/kick and optionally ban for admin user.
87Optionally save banlist to file.
88Bans via IP and user certificate.
89Banlist editing in Mumble.
90Option added to disallow text messages.
91Release codename added.
92Some other random fixes e.g. 'self deaf' also 'self mutes'.
93
940.2.8:
95Add channel passwords support. 'password = "<password>";' in channel configuration.
96Remove pointless CA cert handling with PolarSSL. Did not work anyway...
97Add support for PolarSSL v1.x.x. v0.x.x is still supported.
98Fix portability issues in configure script. Add poll.h to header checks.
99Fix unneccesary fatal exit when client is disconnected due to SSL error.
100Add configuration test flag to umurmurd (-t).
101
1020.2.7:
103Autotools build system implemented by Diaoul
104Add configuration option to log to file.
105Fix codec alpha/beta in message to client.
106Some random cleanup.
107
1080.2.6:
109Privilege dropping support added. Enable in conf file. (from tilman2)
110PID file fixes  + various other fixes by tilman2.
111Configuration file errors now goes to the log instead of stderr.
112BSD fixes by J Sisson.
113Update Mumble protocol to 1.2.3.
114Add support for UserStats message.
115Add support for recording.
116
1170.2.5:
118Change error handling from fatal + exit to just warn when fail to set
119TOS for UDP socket.
120Fix mute/unmute status not showing up properly in GUI in the other
121clients.
122Fix false 'authenticated' status showing up for other clients.
123Add bind IP and port to commandline parameters.
124Update Protobuf-C to 0.14.
125
1260.2.4:
127Fsked up the 0.2.3 release with a bad Makefile... Fixed in this one.
128
1290.2.3:
130Fix byte order confusion which made uMurmur not work on big endian
131platforms.
132
1330.2.2:
134Fix server crash when user adding an Access Token while connected to the
135server.
136Fix server crash when dragging the self user from a temporary channel and
137dropping it back into the very same temporary channel.
138
1390.2.1:
140Just a version string update (accidentally was left at "0.2.0-beta2" in
141release 0.2.0).
142
143
1440.2.0:
145Lots of changes. Highlights:
146
147Uses Mumble protocol 1.2.x, meaning that clients 1.2.x are supported.
148Support for PolarSSL as an alternative to OpenSSL.
149Whisper target to channels, channel trees and linked channels.
150Temporary channels can be created by users.
151Channel links can be configured in the configuration file.
152Channels can be configured non-enterable in configuration file.
153Positional audio is stripped if users are not in the same plugin context
154(playing the same game).
155
1560.1.3:
157Fix TCP-mode memory leak.
158Add command-line switch to enable realtime priority
159
1600.1.2:
161Increase max string size
162Force a close when inactivity timer triggers
163Correct log levels
164
1650.1.1:
166Initial release
167