commit 822c1e9265cfe31de6688924528dd7dc788872b5 from: Alexander Barton date: Tue May 05 10:58:51 2009 UTC ngIRCd release 14.1 commit - 5b4a3eda08029b01fb00c3968cac4df5848e06a7 commit + 822c1e9265cfe31de6688924528dd7dc788872b5 blob - c5bc4011405e5f4ef6e4c346997f2d664a1a04b7 blob + adba5f6d2c971bd3b351e9bbad19685023123f8e --- ChangeLog +++ ChangeLog @@ -10,6 +10,19 @@ -- ChangeLog -- +ngIRCd Release 14.1 (2009-05-05) + + - Security: fix remotely triggerable crash in SSL/TLS code. + - BSD start script contrib/ngircd.sh has been renamed to ngircd-bsd.sh. + - New start/stop script for RedHat-based distributions: + contrib/ngircd-redhat.init, thanks to Naoya Nakazawa . + - Doxygen: update source code repository link to GIT. + - Debian: build ngircd-full-dbg package. + - Allow ping timeout quit messages to show the timeout value. + - Fix error handling on compressed links. + - Fix server list announcement. + - Do not remove hostnames from info text. + ngIRCd Release 14 (2009-04-20) - Display IPv6 addresses as "[]" when accepting connections. blob - e92a57c4ed2c76cfc8b85e9658939acc523be732 blob + 25494c22772e8b12e000dc0476e7bc3909259f2d --- NEWS +++ NEWS @@ -8,7 +8,13 @@ terms of the GNU General Public License. -- NEWS -- + + +ngIRCd Release 14.1 (2009-05-05) + - Security: fix remotely triggerable crash in SSL/TLS code. + - Debian: build ngircd-full-dbg package. + - Allow ping timeout quit messages to show the timeout value. ngIRCd Release 14 (2009-04-20) blob - 221875dc4c7bd68cb30d7ba907619cfb2e2ea67a blob + 6738dd68eb58f7a22ab266528d147ab23464abbb --- configure.in +++ configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 14) +AC_INIT(ngircd, 14.1) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) blob - dcd265054823c9dd1a2065ab0ac5f1e4d76f0aab blob + 1e72f30778152bee41058b83d075549f170c0e83 --- contrib/ngircd.spec +++ contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 14 +%define version 14.1 %define release 1 %define prefix %{_prefix}