diff --git a/ChangeLog b/ChangeLog index e763d265..841c738b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +nenolod 2007/04/03 11:37:39 UTC (20070403-3376) + Log: + - use mkdir -p + + + Changes: Modified: + +4 -4 trunk/doc/Makefile.in (File Modified) + + nenolod 2007/04/03 10:49:11 UTC (20070403-3374) Log: - enforce proper conditions for EPOLL_CTL_DEL. diff --git a/NEWS b/NEWS index 20593ae5..e3573acf 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ See LICENSE for licensing details (GPL v2). -- charybdis-2.2.0 +- The I/O code has been reworked, file descriptor metadata is stored in a + hashtable and there are no longer any compiletime defines. - Improve error checking and error messages for kline/dline/xline/resv files. - Allow kline ipv6:address, unkline some.host and unkline ipv6:address without *@. @@ -373,5 +375,5 @@ modules in case the developers need them. Other files recommended for reading: BUGS, README.FIRST, INSTALL -------------------------------------------------------------------------------- -$Id: NEWS 3344 2007-04-01 22:20:00Z jilles $ +$Id: NEWS 3378 2007-04-03 11:45:22Z nenolod $ diff --git a/include/serno.h b/include/serno.h index cdf24c59..86f7b4c8 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070403-3374" +#define SERNO "20070403-3376"