Update to version 0.2.3
[umurmur.git] / CHANGELOG
1 0.2.3:
2 Fix byte order confusion which made uMurmur not work on big endian
3 platforms.
4
5 0.2.2:
6 Fix server crash when user adding an Access Token while connected to the
7 server.
8 Fix server crash when dragging the self user from a temporary channel and
9 dropping it back into the very same temporary channel.
10
11 0.2.1:
12 Just a version string update (accidentally was left at "0.2.0-beta2" in
13 release 0.2.0).
14
15
16 0.2.0:
17 Lots of changes. Highlights:
18
19 Uses Mumble protocol 1.2.x, meaning that clients 1.2.x are supported.
20 Support for PolarSSL as an alternative to OpenSSL.
21 Whisper target to channels, channel trees and linked channels.
22 Temporary channels can be created by users.
23 Channel links can be configured in the configuration file.
24 Channels can be configured non-enterable in configuration file.
25 Positional audio is stripped if users are not in the same plugin context
26 (playing the same game).
27
28 0.1.3:
29 Fix TCP-mode memory leak.
30 Add command-line switch to enable realtime priority
31
32 0.1.2:
33 Increase max string size
34 Force a close when inactivity timer triggers
35 Correct log levels
36
37 0.1.1:
38 Initial release