[svn] - note the I/O reworking
This commit is contained in:
parent
751894543b
commit
f32e30ddd8
3 changed files with 13 additions and 2 deletions
|
@ -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)
|
nenolod 2007/04/03 10:49:11 UTC (20070403-3374)
|
||||||
Log:
|
Log:
|
||||||
- enforce proper conditions for EPOLL_CTL_DEL.
|
- enforce proper conditions for EPOLL_CTL_DEL.
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -3,6 +3,8 @@ See LICENSE for licensing details (GPL v2).
|
||||||
|
|
||||||
-- charybdis-2.2.0
|
-- 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.
|
- Improve error checking and error messages for kline/dline/xline/resv files.
|
||||||
- Allow kline ipv6:address, unkline some.host and unkline ipv6:address
|
- Allow kline ipv6:address, unkline some.host and unkline ipv6:address
|
||||||
without *@.
|
without *@.
|
||||||
|
@ -373,5 +375,5 @@ modules in case the developers need them.
|
||||||
Other files recommended for reading: BUGS, README.FIRST, INSTALL
|
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 $
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define SERNO "20070403-3374"
|
#define SERNO "20070403-3376"
|
||||||
|
|
Loading…
Reference in a new issue