repo: ngircd action: commit revision: path_from: revision_from: 4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347: path_to: revision_to:
commit 4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347 Author: Alexander BartonDate: Thu Dec 25 23:18:29 2008 +0100 ngIRCd release 13 diff --git a/ChangeLog b/ChangeLog
--- 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
--- 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
--- 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
--- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (13-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 13. + + -- Alexander BartonThu, 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
--- 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}
-----END OF PAGE-----