ngIRCd release 14
This commit is contained in:
parent
54879b432b
commit
68835a1d1a
|
@ -10,7 +10,9 @@
|
|||
-- ChangeLog --
|
||||
|
||||
|
||||
ngIRCd Release 14
|
||||
ngIRCd Release 14 (2009-04-20)
|
||||
|
||||
- Display IPv6 addresses as "[<addr>]" when accepting connections.
|
||||
|
||||
ngIRCd 14~rc1 (2009-03-29)
|
||||
- Updated Debian/Linux init script (see contrib/Debian/ngircd.init).
|
||||
|
|
2
NEWS
2
NEWS
|
@ -10,7 +10,7 @@
|
|||
-- NEWS --
|
||||
|
||||
|
||||
ngIRCd Release 14
|
||||
ngIRCd Release 14 (2009-04-20)
|
||||
|
||||
ngIRCd 14~rc1 (2009-03-29)
|
||||
- Allow creation of persistent modeless channels.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# -- Initialisation --
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(ngircd, 14~rc1)
|
||||
AC_INIT(ngircd, 14)
|
||||
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE(1.6)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ngircd (14-0ab1) unstable; urgency=low
|
||||
|
||||
* New "upstream" release: ngIRCd 14.
|
||||
|
||||
-- Alexander Barton <alex@barton.de> Mon, 20 Apr 2009 11:09:12 +0200
|
||||
|
||||
ngircd (14~rc1-0ab1) unstable; urgency=low
|
||||
|
||||
* New "upstream" release candidate 1 for ngIRCd Release 14.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name ngircd
|
||||
%define version 14~rc1
|
||||
%define version 14
|
||||
%define release 1
|
||||
%define prefix %{_prefix}
|
||||
|
||||
|
|
Loading…
Reference in New Issue