Module: ngircd.git Branch: master Commit: 4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=4b83a...
Author: Alexander Barton alex@barton.de Date: Thu Dec 25 23:18:29 2008 +0100
ngIRCd release 13
---
ChangeLog | 5 ++++- NEWS | 2 +- configure.in | 2 +- contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4abfca5..8d730bf 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 bef4e7d..92a6b35 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 7cc8536..be03945 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 6daf595..1e1b0e0 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 74992e4..be6a9c0 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}