From: Michael Poole Date: Thu, 29 Nov 2007 03:38:54 +0000 (+0000) Subject: Bump PATCHLEVEL for u2.10.12.11 release. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=c8c0b70c86b32079bb85375124f6ee24565f954b Bump PATCHLEVEL for u2.10.12.11 release. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1848 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 0cb609a..4c59663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2007-11-28 Michael Poole + + * include/patchlevel.h (PATCHLEVEL): Bump for u2.10.12.11 release. + +2007-11-28 Michael Poole + + * tests/test-driver.pl (drv_default): Fix expect for numeric + responses that have non-trivial parameters. + (check_expect): Simplify (and fix) sender name check. + + * tests/bug-1640796.cmd: Update expect NNN for new POE behavior + and part to not try to part the channel named "leaving". + + * tests/bug-1674539.cmd: Update expect NNN for new POE behavior. + + * tests/bug-1840011.cmd: New test script. + 2007-11-28 Michael Poole * ircd/channel.c (mode_ban_invalidate): Clarify Doxygen comments. diff --git a/include/patchlevel.h b/include/patchlevel.h index 2f3aa85..b202a20 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -18,7 +18,7 @@ * $Id$ * */ -#define PATCHLEVEL "pre11" +#define PATCHLEVEL "11" #define RELEASE ".12."