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