repo: ngircd action: commit revision: path_from: revision_from: 7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4: path_to: revision_to:
commit 7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4 Author: Alexander BartonDate: Fri Nov 21 22:08:23 2008 +0100 ngIRCd release 13~rc1 diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,9 @@
-- ChangeLog --
-ngIRCd-dev
+ngIRCd Release 13
+ ngIRCd 13~rc1 (2008-11-21):
- New version numer scheme :-)
- Initial support for IRC services, using a RFC1459 styel interface,
tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,9 @@
-- NEWS --
-ngIRCd-dev
+ngIRCd Release 13
+ ngIRCd 13~rc1 (2008-11-21):
- New version numer scheme :-)
- Initial support for IRC services, using a RFC1459 styel interface,
tested with IRCServices (http://www.ircservices.za.net/) version 5.1.13.
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, dev) +AC_INIT(ngircd, 13~rc1) 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~rc1-0ab1) unstable; urgency=low + + * New "upstream" release candidate 1 for ngIRCd Release 13. + + -- Alexander BartonFri, 21 Nov 2008 22:04:41 +0100 + ngircd (0.12.1-0ab1+dev) unstable; urgency=low * Update package for testing the new "upstream" features: 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 dev
+%define version 13~rc1
%define release 1
%define prefix %{_prefix}
-----END OF PAGE-----