X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=2c089c631678a3c98067030aa46db2b98d642126;hb=e418cc009a0315fe8384ba6e316808d9861c2109;hp=4f006262979666abefd36c9e077dc6b98468e4c8;hpb=26e8592ac0d9a87f06bdb39023ec5da6d7397ab6;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 4f00626..2c089c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2007-11-28 Michael Poole + + * include/patchlevel.h (PATCHLEVEL): Bump for pre12 development. + +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. + (apply_ban): Only block narrower bans if the wider ban is active. + +2007-11-24 Michael Poole + + * ircd/m_names.c (do_names): Don't try to re-initialize the start + of buf[] for each line. It's done the first time around and that + can be reused safely. + 2007-11-17 Michael Poole * ircd/m_stats.c (m_stats): Properly assign param before it is