ngIRCd release 14~rc1
This commit is contained in:
parent
156569d263
commit
1f6a5744f6
|
@ -10,8 +10,9 @@
|
||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd Release 14~rc1
|
ngIRCd Release 14
|
||||||
|
|
||||||
|
ngIRCd 14~rc1 (2009-03-29)
|
||||||
- Updated Debian/Linux init script (see contrib/Debian/ngircd.init).
|
- Updated Debian/Linux init script (see contrib/Debian/ngircd.init).
|
||||||
- Allow creation of persistent modeless channels.
|
- Allow creation of persistent modeless channels.
|
||||||
- The INFO command reports the compile time now (if available).
|
- The INFO command reports the compile time now (if available).
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -10,8 +10,9 @@
|
||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd Release 14~rc1
|
ngIRCd Release 14
|
||||||
|
|
||||||
|
ngIRCd 14~rc1 (2009-03-29)
|
||||||
- Allow creation of persistent modeless channels.
|
- Allow creation of persistent modeless channels.
|
||||||
- The INFO command reports the compile time now (if available).
|
- The INFO command reports the compile time now (if available).
|
||||||
- Support individual channel keys for pre-defined channels: introduce
|
- Support individual channel keys for pre-defined channels: introduce
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, 13)
|
AC_INIT(ngircd, 14~rc1)
|
||||||
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(1.6)
|
AM_INIT_AUTOMAKE(1.6)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ngircd (14~rc1-0ab1 unstable; urgency=low
|
||||||
|
|
||||||
|
* New "upstream" release candidate for 1 for ngIRCd Release 14.
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Sun, 29 Mar 2009 17:09:17 +0200
|
||||||
|
|
||||||
ngircd (13-0ab1) unstable; urgency=low
|
ngircd (13-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
* New "upstream" release: ngIRCd 13.
|
* New "upstream" release: ngIRCd 13.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version 13
|
%define version 14~rc1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue