]> jfr.im git - irc/charybdis-ircd/charybdis.git/commitdiff
Bump version to 3.4.2.
authorJilles Tjoelker <redacted>
Mon, 31 Dec 2012 21:47:21 +0000 (22:47 +0100)
committerJilles Tjoelker <redacted>
Mon, 31 Dec 2012 21:47:21 +0000 (22:47 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1b272aa0b21c51a3d801c33835b6a08026496eeb..9ea1e7583d6fa5e6ae6a8a4c8ceebd2b0306e03c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-This is charybdis 3.4.1, Copyright (c) 2005-2012 Charybdis team.
+This is charybdis 3.4.2, Copyright (c) 2005-2012 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
+-- charybdis-3.4.2
+
+server protocol
+- Fix a remote-triggerable crash triggered by the CAPAB parsing code.
+
 -- charybdis-3.4.1
 
 oper
index 4165de026e090827447fed24d11ea8b0626b1541..be1e44a4e111474c6b163c613b5de0783743564e 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ(2.57)
 dnl Sneaky way to get an Id tag into the configure script
 AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $])
 
-AC_INIT([charybdis], [3.4.1])
+AC_INIT([charybdis], [3.4.2])
 
 AC_CONFIG_HEADER(include/setup.h)