[svn] - note the I/O reworking

This commit is contained in:
nenolod 2007-04-03 04:45:22 -07:00
parent 751894543b
commit f32e30ddd8
3 changed files with 13 additions and 2 deletions

View File

@ -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.

4
NEWS
View File

@ -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 $

View File

@ -1 +1 @@
#define SERNO "20070403-3374"
#define SERNO "20070403-3376"