From 60aae12f64796bca7e8aed516f2b294120245957 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Tue, 11 Oct 2011 06:44:58 -0400 Subject: [PATCH] Update to version 0.2.8. --- ChangeLog | 8 ++++++++ README.md | 1 + configure.ac | 2 +- src/version.h | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bb5d4c..13a19fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. diff --git a/README.md b/README.md index b5d145d..4887330 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Contributors * [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. diff --git a/configure.ac b/configure.ac index 6521769..7d39d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ # 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 diff --git a/src/version.h b/src/version.h index 606e5be..d5f0412 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H_989876 #define VERSION_H_989876 -#define UMURMUR_VERSION "0.2.7" +#define UMURMUR_VERSION "0.2.8" #endif -- 2.30.2