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