diff options
| author | Alexander Barton <alex@barton.de> | 2008-12-25 23:18:29 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2008-12-25 23:18:29 +0100 |
| commit | 4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347 (patch) | |
| tree | f57aeb1e437ef11774353ad0e92795a7c3f5b455 | |
| parent | 8a94ec9728cef27c0b1e3a7df62f5530c6394308 (diff) | |
| download | ngircd-rel-13.tar.gz ngircd-rel-13.zip | |
ngIRCd release 13 rel-13
| -rw-r--r-- | ChangeLog | 5 | ||||
| -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, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 4abfca53..8d730bf3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,10 @@ -- ChangeLog -- -ngIRCd Release 13 +ngIRCd Release 13 (2008-12-25) + + - Updated documentation, especially doc/Services.txt and doc/SSL.txt. + - Make the test suite work on OpenSolaris. ngIRCd 13~rc1 (2008-11-21): - New version numer scheme :-) diff --git a/NEWS b/NEWS index bef4e7de..92a6b357 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd Release 13 +ngIRCd Release 13 (2008-12-25) ngIRCd 13~rc1 (2008-11-21): - New version numer scheme :-) diff --git a/configure.in b/configure.in index 7cc8536e..be03945d 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 13~rc1) +AC_INIT(ngircd, 13) 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 6daf5951..1e1b0e0d 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (13-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 13. + + -- Alexander Barton <alex@barton.de> Thu, 25 Dec 2008 23:09:58 +0100 + ngircd (13~rc1-0ab1) unstable; urgency=low * New "upstream" release candidate 1 for ngIRCd Release 13. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 74992e42..be6a9c0c 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 13~rc1 +%define version 13 %define release 1 %define prefix %{_prefix} |