mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 06:10:28 +00:00
ngIRCd release 15
This commit is contained in:
parent
bc88b2cb06
commit
c414d0bd3a
@ -10,7 +10,9 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd Release 15
|
ngIRCd Release 15 (2009-11-07)
|
||||||
|
|
||||||
|
- "ngircd --configtest": print SSL configuration options even when unset.
|
||||||
|
|
||||||
ngIRCd 15~rc1 (2009-10-15)
|
ngIRCd 15~rc1 (2009-10-15)
|
||||||
- Do not add default listening port (6667) if SSL ports were specified, so
|
- Do not add default listening port (6667) if SSL ports were specified, so
|
||||||
|
2
NEWS
2
NEWS
@ -10,7 +10,7 @@
|
|||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd Release 15
|
ngIRCd Release 15 (2009-11-07)
|
||||||
|
|
||||||
ngIRCd 15~rc1 (2009-10-15)
|
ngIRCd 15~rc1 (2009-10-15)
|
||||||
- Do not add default listening port (6667) if SSL ports were specified, so
|
- Do not add default listening port (6667) if SSL ports were specified, so
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, 15~rc1)
|
AC_INIT(ngircd, 15)
|
||||||
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 (15-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New "upstream" release: ngIRCd 15.
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Thu, 7 Nov 2009 12:07:08 +0200
|
||||||
|
|
||||||
ngircd (15~rc1-0ab1) unstable; urgency=low
|
ngircd (15~rc1-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
* New "upstream" release candidate 1 for ngIRCd Release 15.
|
* New "upstream" release candidate 1 for ngIRCd Release 15.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version 15~rc1
|
%define version 15
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user