Update README, Changelog and codename.
[umurmur.git] / ChangeLog
1 0.2.11:
2 Support Mumble protocol 1.2.4.
3 Support Opus codec.
4 Add config file option for 'Opus threshold'.
5 Support PolarSSL 1.2.x.
6 Remove support for PolarSSL versions prior to 1.0.0.
7 Fix disconnect when using PTT.
8 Fix possible crash when many clients disconnects simultaneously.
9 Fix error message at client disconnect when using OpenSSL.
10 Autoconf './configure' switches added:
11 --enable-polarssl-test-certificate - use and link the PolarSSL
12         test certificate. Not used by default, causing umurmurd to exit
13         with error if no certificate and/or key file is found.
14 --enable-polarssl-havege - use PolarSSL's HAVEGE random number
15         generator. Defaults to /dev/urandom.
16 + some other fixes.
17
18 0.2.10:
19 Update version string everywhere.
20 Better logging when connection fails.
21 Update Changelog!
22
23 0.2.9:
24 Fix compile on *BSD (J Sisson).
25 Fix building on OS X.
26 Support for PolarSSL 1.1.x.
27 Admin user via token password.
28 Mute/deafen/kick and optionally ban for admin user.
29 Optionally save banlist to file.
30 Bans via IP and user certificate.
31 Banlist editing in Mumble.
32 Option added to disallow text messages.
33 Release codename added.
34 Some other random fixes e.g. 'self deaf' also 'self mutes'.
35
36 0.2.8:
37 Add channel passwords support. 'password = "<password>";' in channel configuration.
38 Remove pointless CA cert handling with PolarSSL. Did not work anyway...
39 Add support for PolarSSL v1.x.x. v0.x.x is still supported.
40 Fix portability issues in configure script. Add poll.h to header checks.
41 Fix unneccesary fatal exit when client is disconnected due to SSL error.
42 Add configuration test flag to umurmurd (-t).
43
44 0.2.7:
45 Autotools build system implemented by Diaoul
46 Add configuration option to log to file.
47 Fix codec alpha/beta in message to client.
48 Some random cleanup.
49
50 0.2.6:
51 Privilege dropping support added. Enable in conf file. (from tilman2)
52 PID file fixes  + various other fixes by tilman2.
53 Configuration file errors now goes to the log instead of stderr.
54 BSD fixes by J Sisson.
55 Update Mumble protocol to 1.2.3.
56 Add support for UserStats message.
57 Add support for recording.
58
59 0.2.5:
60 Change error handling from fatal + exit to just warn when fail to set
61 TOS for UDP socket.
62 Fix mute/unmute status not showing up properly in GUI in the other
63 clients.
64 Fix false 'authenticated' status showing up for other clients.
65 Add bind IP and port to commandline parameters.
66 Update Protobuf-C to 0.14.
67
68 0.2.4:
69 Fsked up the 0.2.3 release with a bad Makefile... Fixed in this one.
70
71 0.2.3:
72 Fix byte order confusion which made uMurmur not work on big endian
73 platforms.
74
75 0.2.2:
76 Fix server crash when user adding an Access Token while connected to the
77 server.
78 Fix server crash when dragging the self user from a temporary channel and
79 dropping it back into the very same temporary channel.
80
81 0.2.1:
82 Just a version string update (accidentally was left at "0.2.0-beta2" in
83 release 0.2.0).
84
85
86 0.2.0:
87 Lots of changes. Highlights:
88
89 Uses Mumble protocol 1.2.x, meaning that clients 1.2.x are supported.
90 Support for PolarSSL as an alternative to OpenSSL.
91 Whisper target to channels, channel trees and linked channels.
92 Temporary channels can be created by users.
93 Channel links can be configured in the configuration file.
94 Channels can be configured non-enterable in configuration file.
95 Positional audio is stripped if users are not in the same plugin context
96 (playing the same game).
97
98 0.1.3:
99 Fix TCP-mode memory leak.
100 Add command-line switch to enable realtime priority
101
102 0.1.2:
103 Increase max string size
104 Force a close when inactivity timer triggers
105 Correct log levels
106
107 0.1.1:
108 Initial release