ngIRCd Release 17~rc3

This commit is contained in:
Alexander Barton 2010-10-27 22:31:05 +02:00
parent d7ad956a06
commit bdcf3f0e24
3 changed files with 17 additions and 1 deletions

View File

@ -12,6 +12,16 @@
ngIRCd Release 17
ngIRCd 17~rc3 (2010-10-27)
- Xcode builds: detect version number correctly, updateed project file
to use the Mac OS X 10.5.x SDK, disable pam_fail_delay() because it
is only available starting with Mac OS X 10.6, and generate a default
PAM configuration for the Mac OS X Installer.app package of ngIRCd.
- Debian: updated standards version to 3.9.1, added libpam0g-dev to the
dependencies, and install a default /etc/pam.d/ngircd allowing all logins.
- Make contrib/platformtest.sh more portable.
- Fix connect attempts to further IP addresses of outgoing server links.
ngIRCd 17~rc2 (2010-10-25)
- ZeroConf: include header files missing since commit a988bbc86a.
- Generate ngIRCd version number from GIT tag.

View File

@ -1,3 +1,9 @@
ngircd (17~rc3-0ab1) unstable; urgency=low
* New "upstream" release candidate 3 for ngIRCd Release 17.
-- Alexander Barton <alex@barton.de> Wed, 27 Oct 2010 22:30:08 +0200
ngircd (17~rc2-0ab2) unstable; urgency=low
* Install /etc/pam.d/ngircd including "auth required pam_permit.so" when

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version 17~rc2
%define version 17~rc3
%define release 1
%define prefix %{_prefix}