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