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