about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--contrib/ngircd.spec2
4 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5bc4011..adba5f6d 100644
--- a/ChangeLog
+++ b/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 <naoya@sanow.net>.
+  - 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 "[<addr>]" when accepting connections.
diff --git a/NEWS b/NEWS
index e92a57c4..25494c22 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@
                                   -- 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)
 
   ngIRCd 14~rc1 (2009-03-29)
diff --git a/configure.in b/configure.in
index 221875dc..6738dd68 100644
--- a/configure.in
+++ b/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)
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index dcd26505..1e72f307 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 14
+%define version 14.1
 %define release 1
 %define prefix  %{_prefix}