X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=13a19fe1b979a0ae88e71c95554efaf862c4d0e8;hb=04e1b924dfa4950e852ead79b2a51a5687bf8b41;hp=9b92a7e47f4fb09f37dc7f5ea0d80657b8ad83cf;hpb=c989e4519ccdb068d0897e6255b9f3306e385bac;p=umurmur.git diff --git a/ChangeLog b/ChangeLog index 9b92a7e..13a19fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +0.2.8: +Add channel passwords support. 'password = "";' in channel configuration. +Remove pointless CA cert handling with PolarSSL. Did not work anyway... +Add support for PolarSSL v1.x.x. v0.x.x is still supported. +Fix portability issues in configure script. Add poll.h to header checks. +Fix unneccesary fatal exit when client is disconnected due to SSL error. +Add configuration test flag to umurmurd (-t). + +0.2.7: +Autotools build system implemented by Diaoul +Add configuration option to log to file. +Fix codec alpha/beta in message to client. +Some random cleanup. + 0.2.6: Privilege dropping support added. Enable in conf file. (from tilman2) PID file fixes + various other fixes by tilman2.