0.3.3 release candidate.

This commit is contained in:
Jan Vidar Krey
2010-08-24 23:36:30 +02:00
parent 25c03f5c96
commit 0190c38c32
4 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
0.3.3:
- Fix SSL/TLS related memory leak.
- Fix 100% CPU issue with SSL connections.
- Added option to redirect from adc:// to adcs:// if tls is required.
- Added more informative error messages for the configuration file parser.
- Made sure logs can be rotated by sending a SIGHUP to the hub
- Fix bug #139: Unable to use TLS - due to not handling quotes around configuration strings.
- Fix bug #136 - !broadcast does not report status back to to sender.
0.3.2:
- Fixed bugs in the kqueue network backend (OSX/BSD)
- Rewrote the configuration backend code.