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