From 8861980f94a1c6cbf2f3c1a061afc1b7b673e73d Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Wed, 18 Apr 2007 20:00:10 +0000 Subject: [PATCH] Release 0.8.11-rc2 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4456 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 3 +-- configure.in | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3302207b..20d065e5 100644 --- a/NEWS +++ b/NEWS @@ -29,7 +29,7 @@ v0.8.11 200x-xx-xx The Irssi team + Recognize cursor left and cursor right sequences sent by recent xterm - Fix some UTF-8 issues, bugs #452 (Patch by Yi-Hsuan Hsin), #459, #460 - Fixed segfault on quit introduced in 0.8.10 - - Fixed a bug where tab-complete didn't worked with utf8/big5 properly + - Fixed a bug where tab-completion didn't work with utf8/big5 properly - Ignore joins without a nick from broken servers - Fix whois_hide_safe_channel_id: only look at the beginning of a channel name, not in the middle @@ -55,7 +55,6 @@ v0.8.11 200x-xx-xx The Irssi team - Fix failed assertion when the config file is unreadable, patch by Daniel Koning (Bug 164) - Removed automatic glib downloading and compiling. - - Recognize UTF-8 0x80-0x9f as control characters - Fix /FORMAT -delete daychange so it doesn't print an empty line - Forbid /WINDOW SHOW when the target window is sticky rather than when there is a window bound to the container of the target window. diff --git a/configure.in b/configure.in index 35e93019..7b3eec2b 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ if grep '^#undef VERSION' $srcdir/config.h.in >/dev/null; then fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(irssi, 0.8.11-rc1) +AM_INIT_AUTOMAKE(irssi, 0.8.11-rc2) AM_MAINTAINER_MODE