From: fatbob313 Date: Wed, 9 Feb 2011 21:51:58 +0000 (+0000) Subject: Add 0.2.6 changes X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=6e01d24c0f102951799cbeb3f70523819b7bbfe0;p=umurmur.git Add 0.2.6 changes --- diff --git a/CHANGELOG b/CHANGELOG index 501f1fc..9b92a7e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +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.