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)