1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-03-12 12:08:12 +00:00

Updated NEWS and ChangeLog for ngIRCd 0.12.0.

This commit is contained in:
Alexander Barton 2008-05-13 12:42:27 +02:00
parent 78257374f0
commit 1a56c77751
2 changed files with 8 additions and 4 deletions

View File

@ -9,12 +9,15 @@
-- ChangeLog --
ngIRCd 0.12.X
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)
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.

3
NEWS
View File

@ -10,8 +10,9 @@
-- NEWS --
ngIRCd 0.12.0-pre2 (2008-04-29)
ngIRCd 0.12.0 (2008-05-13)
ngIRCd 0.12.0-pre2 (2008-04-29)
- IPv6: Add config options to disabe ipv4/ipv6 support.
ngIRCd 0.12.0-pre1 (2008-04-20)