Bump version to 3.0.1.

This commit is contained in:
Jilles Tjoelker 2008-05-13 23:22:57 +02:00
parent 9b4f3c47e1
commit 6d2090c24c
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@ -1,6 +1,13 @@
This is charybdis 3.0.0, Copyright (c) 2005-2008 Charybdis team.
This is charybdis 3.0.1, Copyright (c) 2005-2008 Charybdis team.
See LICENSE for licensing details (GPL v2).
-- charybdis-3.0.1
- Fix occasional hung clients with kqueue.
- Fix a rare ssld crash.
- Fix a bug that could cause incorrect connect failure reasons to be
reported.
-- charybdis-3.0.0
- Port the IRCd to libratbox, which has improved our portability and allows

View File

@ -10,7 +10,7 @@ AC_PREREQ(2.57)
dnl Sneaky way to get an Id tag into the configure script
AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $])
AC_INIT([charybdis],[3.0.0])
AC_INIT([charybdis],[3.0.1])
AC_CONFIG_HEADER(include/setup.h)