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