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