diff options
| author | Alexander Barton <alex@barton.de> | 2010-05-02 15:25:35 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-05-02 15:25:35 +0200 |
| commit | defd7e09afb62ac71859ad910e6dd52a86fb0ae2 (patch) | |
| tree | 5ed050d43a003aa0a212d4d7a274b3bf8d30906e | |
| parent | 29d448ed637968359394b1189f3f2be8076f1134 (diff) | |
| download | ngircd-rel-16.tar.gz ngircd-rel-16.zip | |
ngIRCd release 16 rel-16
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
5 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 55b0c39e..d40a2be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,9 @@ -- ChangeLog -- -ngIRCd Release 16 +ngIRCd Release 16 (2010-05-02) + + - doc/SSL: remove line continuation marker ngIRCd 16~rc2 (2010-04-25) - Updated some more copyright notices, it's 2010 already :-) diff --git a/NEWS b/NEWS index 71f9f60a..3d81baf0 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd Release 16 +ngIRCd Release 16 (2010-05-02) ngIRCd 16~rc2 (2010-04-25) - Enhace connection statistics counters: display total number of served diff --git a/configure.in b/configure.in index 112bad37..6d9312d4 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 16~rc2) +AC_INIT(ngircd, 16) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 9da2f181..a337686e 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (16-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 16. + + -- Alexander Barton <alex@barton.de> Sun, 02 May 2010 13:32:41 +0200 + ngircd (16~rc2-0ab1) unstable; urgency=low * New "upstream" release candidate 2 for ngIRCd Release 16. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index b957517d..4ecc1528 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 16~rc2 +%define version 16 %define release 1 %define prefix %{_prefix} |