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