X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=74eed80e85145677abe95ed746013de8688d368d;hb=4c121f277da634d62a382457eb1df354cfb77b9b;hp=33536007c320ce7d29fbf1994f48813e38ff4e4b;hpb=bb6ee46892e94a8c7aae9eaa89981343fbd6863d;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 33536007..74eed80e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,26 @@ -- ChangeLog -- -ngIRCd 0.12.0-pre1 (2008-04-20) +ngIRCd-dev + - ... + +ngIRCd 0.12.0 (2008-05-13) + + - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns + proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran) + - Fix complie on FreeBSD 5.4 and AIX. + - If bind() fails, also print ip address and not just the port number. + + ngIRCd 0.12.0-pre2 (2008-04-29) + - IPv6: Add config options to disabe ipv4/ipv6 support. + - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! + - Documentation: get rid of some more references to CVS, switch to GIT. + - Get rid of cvs-version.* and CVSDATE definition. + - Report ERR_NOTONCHANNEL when trying to part a channel one is not member of. + - Testsuite: remove erroneous ConfUID setting in config file. + + ngIRCd 0.12.0-pre1 (2008-04-20) - Include Mac OS X Xcode project in distribution archives. - Do not exit on SIGHUP or /REHASH if the config file cannot opened. - Add IPv6 support.