+0.2.8:
+Add channel passwords support. 'password = "<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.
* [tilman2](http://code.google.com/u/@UhZTSlBWAxNMWgU%3D/)
* J Sisson - sisson.j ( AT ) gmail DOT com
* [pierre.h](http://code.google.com/u/@VBRUQ1ZTAhNEXwJ9/)
+* [phr0z3nt04st](https://github.com/phr0z3nt04st)
Hope I didn't forget anyone... Please just send me a mail if you feel this is the case.
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([umurmur], [0.2.7], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
+AC_INIT([umurmur], [0.2.8], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur])
AC_CONFIG_SRCDIR([src/client.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
#ifndef VERSION_H_989876
#define VERSION_H_989876
-#define UMURMUR_VERSION "0.2.7"
+#define UMURMUR_VERSION "0.2.8"
#endif