Delete {arch} directory since git does not use it.
[srvx.git] / ChangeLog
index aa719b9c95393adac70f97a596712d0374cc6c5b..787425d430e7f32396abdbb2b39acbf66e1cda14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,56 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2007-01-08 04:27:45 GMT        Michael Poole <mdpoole@troilus.org>     patch-81
+
+    Summary:
+      Avoid epoll_ctl(..., EPOLL_CTL_DEL, ...) for closed fds.
+    Revision:
+      srvx--devo--1.3--patch-81
+
+    src/ioset-impl.h (struct io_engine): Add "os_closed" parameter to
+        remove() method.
+    
+    src/ioset.c (ioset_close): Add this to the call.
+    
+    src/ioset-epoll.c (ioset_epoll_remove): Use it to avoid removing the fd
+        from epoll_fd, since that epoll_ctl() call will always fail.
+    
+    src/ioset-select.c (ioset_select_remove): Ignore the new parameter.
+
+    modified files:
+     ChangeLog src/ioset-epoll.c src/ioset-impl.h
+     src/ioset-select.c src/ioset.c
+
+
+2007-01-08 04:22:20 GMT        Michael Poole <mdpoole@troilus.org>     patch-80
+
+    Summary:
+      Skip reporting mondo db sections in ?stats databases.
+    Revision:
+      srvx--devo--1.3--patch-80
+
+    src/saxdb.c (cmd_stats_databases): Only show entries for databases that
+        have their own file; skip sections of "mondo".
+
+    modified files:
+     ChangeLog src/saxdb.c
+
+
+2007-01-08 04:11:56 GMT        Michael Poole <mdpoole@troilus.org>     patch-79
+
+    Summary:
+      Fix SourceForge bug #1629748
+    Revision:
+      srvx--devo--1.3--patch-79
+
+    src/chanserv.c (cmd_adduser): Include suspended users in check for
+        pre-existing channel access for the user being added.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
 2006-12-23 05:50:25 GMT        Michael Poole <mdpoole@troilus.org>     patch-78
 
     Summary: