Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standar...
[umurmur.git] / CHANGELOG
index 39ba7bb87990a22772f51f132f7a8a2cdfccf4e2..9b92a7e47f4fb09f37dc7f5ea0d80657b8ad83cf 100644 (file)
--- 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.