Update to version 0.3.2

This commit is contained in:
Jan Vidar Krey 2010-05-31 17:13:40 +02:00
parent b3ed3a5526
commit ac5811633e
4 changed files with 18 additions and 2 deletions

View File

@ -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: 0.3.1:
- Fixed bug where !getip did not work. - Fixed bug where !getip did not work.
- Added flood control configuration options. - Added flood control configuration options.

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
uhub (0.3.2-1) unstable; urgency=low
* Updated upstream version.
-- Jan Vidar Krey <janvidar@extatic.org> Mon 30 May 2010 18:00:00 +0200
uhub (0.3.1-1) unstable; urgency=low uhub (0.3.1-1) unstable; urgency=low
* Updated version number. * Updated version number.

View File

@ -1,6 +1,6 @@
Summary: High performance ADC p2p hub. Summary: High performance ADC p2p hub.
Name: uhub Name: uhub
Version: 0.3.1 Version: 0.3.2
Release: 3 Release: 3
License: GPLv3 License: GPLv3
Group: Networking/File transfer Group: Networking/File transfer

View File

@ -5,7 +5,7 @@
#endif #endif
#ifndef VERSION #ifndef VERSION
#define VERSION "0.3.1" #define VERSION "0.3.2"
#endif #endif
#ifndef GIT_REVISION #ifndef GIT_REVISION