]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update master development branch
authorAlexander Barton <alex@barton.de>
Tue, 13 May 2008 14:12:15 +0000 (16:12 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 13 May 2008 14:12:15 +0000 (16:12 +0200)
- use "dev" instead of "HEAD" as "version number",
- update ChangeLog and NEWS to reflect the 0.12.0 release.

ChangeLog
NEWS
configure.in
contrib/ngircd.spec

index 6213d7a13c5fb5d0ed7e2cd8f880e50e872d1003..74eed80e85145677abe95ed746013de8688d368d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd-dev
 
 
 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 Bug: 85: "WHO #SecretChannel" that user is not a member of now returns
     proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran)
-  - Implemented IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions
-    to be even more RFC-compliant. Closes bug 74.
-  - Fixed Bug 75: KICK now handles comma-delimited lists.
-    (Brandon Beresini, Bryan Caldwell)
-  - Fixed Bug 83: ngIRCd chokes on 1-character messages.
-  - Add support for modeless channels ("+channels").
-    (Bryan Caldwell, Ali Shemiran)
-
-ngIRCd 0.12.0-pre2 (2008-04-29)
+  - 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.
   - 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.
diff --git a/NEWS b/NEWS
index 17e382e04d18bf2c73d843f96602f6ba7b232478..47def921ef9f656d98e423410c24af3ec51d9ea0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,9 @@
                                   -- NEWS --
 
 
                                   -- 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)
   - IPv6: Add config options to disabe ipv4/ipv6 support.
 
   ngIRCd 0.12.0-pre1 (2008-04-20)
index 9b56318b109933756eb71ca8c3edc8d1d8b96700..0f17322afae6ca43177fdcc73afa89f06582e1e8 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, HEAD)
+AC_INIT(ngircd, dev)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
index 924b0d1b5706f46e34262dca2c1e3b0ef2586347..276a826f8aa751fe6abc1dcabe9eecaff8a214f5 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
 %define name    ngircd
-%define version CVSHEAD
+%define version dev
 %define release 1
 %define prefix  %{_prefix}
 
 %define release 1
 %define prefix  %{_prefix}