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