From ac5811633e8c7251b05b85b226aae5a9d4d82dbc Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 31 May 2010 17:13:40 +0200 Subject: [PATCH] Update to version 0.3.2 --- ChangeLog | 10 ++++++++++ debian/changelog | 6 ++++++ doc/uhub.spec | 2 +- version.h | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b39c7ff..b11c5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +0.3.2: +- Fixed bugs in the kqueue network backend (OSX/BSD) +- Rewrote the configuration backend code. +- Added support for escaping characters in the configuration files. +- Updated the !broadcast command to send private messages instead of main chat messages. +- Adding support for redirecting clients to other hubs when they fail to log in. +- Fix some out of memory related crashes. +- Fixed minor memory leaks. + + 0.3.1: - Fixed bug where !getip did not work. - Added flood control configuration options. diff --git a/debian/changelog b/debian/changelog index e2aa017..73589ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +uhub (0.3.2-1) unstable; urgency=low + + * Updated upstream version. + + -- Jan Vidar Krey Mon 30 May 2010 18:00:00 +0200 + uhub (0.3.1-1) unstable; urgency=low * Updated version number. diff --git a/doc/uhub.spec b/doc/uhub.spec index bc57b79..a72fd60 100644 --- a/doc/uhub.spec +++ b/doc/uhub.spec @@ -1,6 +1,6 @@ Summary: High performance ADC p2p hub. Name: uhub -Version: 0.3.1 +Version: 0.3.2 Release: 3 License: GPLv3 Group: Networking/File transfer diff --git a/version.h b/version.h index 66c9c2e..a958c68 100644 --- a/version.h +++ b/version.h @@ -5,7 +5,7 @@ #endif #ifndef VERSION -#define VERSION "0.3.1" +#define VERSION "0.3.2" #endif #ifndef GIT_REVISION