X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=9b92a7e47f4fb09f37dc7f5ea0d80657b8ad83cf;hb=c989e4519ccdb068d0897e6255b9f3306e385bac;hp=0000000000000000000000000000000000000000;hpb=ebdd6565cbbd2db46833530112c15be0e22afc29;p=umurmur.git diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9b92a7e --- /dev/null +++ b/ChangeLog @@ -0,0 +1,59 @@ +0.2.6: +Privilege dropping support added. Enable in conf file. (from tilman2) +PID file fixes + various other fixes by tilman2. +Configuration file errors now goes to the log instead of stderr. +BSD fixes by J Sisson. +Update Mumble protocol to 1.2.3. +Add support for UserStats message. +Add support for recording. + +0.2.5: +Change error handling from fatal + exit to just warn when fail to set +TOS for UDP socket. +Fix mute/unmute status not showing up properly in GUI in the other +clients. +Fix false 'authenticated' status showing up for other clients. +Add bind IP and port to commandline parameters. +Update Protobuf-C to 0.14. + +0.2.4: +Fsked up the 0.2.3 release with a bad Makefile... Fixed in this one. + +0.2.3: +Fix byte order confusion which made uMurmur not work on big endian +platforms. + +0.2.2: +Fix server crash when user adding an Access Token while connected to the +server. +Fix server crash when dragging the self user from a temporary channel and +dropping it back into the very same temporary channel. + +0.2.1: +Just a version string update (accidentally was left at "0.2.0-beta2" in +release 0.2.0). + + +0.2.0: +Lots of changes. Highlights: + +Uses Mumble protocol 1.2.x, meaning that clients 1.2.x are supported. +Support for PolarSSL as an alternative to OpenSSL. +Whisper target to channels, channel trees and linked channels. +Temporary channels can be created by users. +Channel links can be configured in the configuration file. +Channels can be configured non-enterable in configuration file. +Positional audio is stripped if users are not in the same plugin context +(playing the same game). + +0.1.3: +Fix TCP-mode memory leak. +Add command-line switch to enable realtime priority + +0.1.2: +Increase max string size +Force a close when inactivity timer triggers +Correct log levels + +0.1.1: +Initial release