X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=899ba8ae47cbba3beca78a2cd5c50c52db25f492;hb=8fc16ab1c450f9ae6cb11a1b565193d0c5ab9d91;hp=0cb609ab9862de14ab90d9100087c2ce46cafa21;hpb=ddcbe7b803f4bd28eb930220f9ee03d128bce2d2;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 0cb609a..899ba8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2007-12-03 Michael Poole + + * doc/Makefile.in (DATAROOTDIR): Define. + (DATADIR): Likewise. + +2007-11-30 Kevin L. Mitchell + + * ircd/version.c.SH: correct invalid syntax in shell case/esac + + * ircd/ircd_lexer.l: provide an implementation of yywrap() so we + no longer have to link against -lfl + + * configure.in: drop tests on LEXLIB and don't add it to the list + of libs + + * ircd/gline.c (gline_add): apply too-many-users test to realname + G-lines *only* when the origin is my user (or a user, for + remote-local G-lines) + +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.