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