X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CHANGELOG;h=9b92a7e47f4fb09f37dc7f5ea0d80657b8ad83cf;hb=0aa8ce1f1509416e72f5a752ac6cf547476c51c4;hp=39ba7bb87990a22772f51f132f7a8a2cdfccf4e2;hpb=96df23c96dad288efccfcb67254688cb00bcd907;p=umurmur.git diff --git a/CHANGELOG b/CHANGELOG index 39ba7bb..9b92a7e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +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.