From 85943e22d52876b574f237e838ae0d8d7dd9a8e5 Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Sun, 26 Aug 2007 20:02:10 +0000 Subject: [PATCH] Release 0.8.12-rc1 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4604 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0ad73011..d844cb58 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ v0.8.12 YYYY-YY-YY The Irssi team + Use CASEMAPPING dependent comparison to match channel names. Patch by Jon Mayo (bug #436). + Various improvements to the help files. + + Add Perl bindings for some gui_entry methods + + Make alt/meta+arrow keys work in recent versions of xterm (bug #496) - Fix DCC get when file size is 0 (bug #494). - Ignore empty lines when pasting. - Fix large file support on AIX (bug #404). diff --git a/configure.in b/configure.in index a4e6eda9..b14f6066 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(irssi, 0.8.12-svn) +AC_INIT(irssi, 0.8.12-rc1) AC_CONFIG_SRCDIR([src]) AC_PREREQ(2.50)