ngIRCd release 13~rc1

This commit is contained in:
Alexander Barton 2008-11-21 22:08:23 +01:00
parent ffc5f93ef5
commit 7cf9d93aee
5 changed files with 12 additions and 4 deletions

View File

@ -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.

3
NEWS
View File

@ -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.

View File

@ -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)

View File

@ -1,3 +1,9 @@
ngircd (13~rc1-0ab1) unstable; urgency=low
* New "upstream" release candidate 1 for ngIRCd Release 13.
-- Alexander Barton <alex@barton.de> Fri, 21 Nov 2008 22:04:41 +0100
ngircd (0.12.1-0ab1+dev) unstable; urgency=low
* Update package for testing the new "upstream" features:

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version dev
%define version 13~rc1
%define release 1
%define prefix %{_prefix}