Bump patchlevel for 2.10.12.08 release.
[ircu2.10.12-pk.git] / ChangeLog
index 6b54d660d8c5bb9ca0f1cf00038f9d8d0f5b9d9c..3de32b0184b5e684c8d4c74377532f560161f653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-07-09  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump for 2.10.12.08 release.
+
+2006-07-05  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_freelist): New static variable.
+       (check_auth_finished): Move call to destroy_auth_request().
+       (destroy_auth_request): Prepend auth request to freelist.
+       (start_auth): Use struct from auth freelist if possible.
+
+2006-06-30  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/ircd_parser.y (iauth*): Avoid leaking program name string.
+
+2006-06-30  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (check_auth_finished): Free auth structure when
+       done with it.
+       (sendto_iauth): Free message buffer when done with it.
+
+2006-06-26  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump for pre08.
+
+2006-06-26  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHEVEL): Bump for release.
+
 2006-06-17  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_pass.c (mr_pass): Only back 'len' up when it's safe.