summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2007-04-18 20:00:10 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-04-18 20:00:10 +0000
commit8861980f94a1c6cbf2f3c1a061afc1b7b673e73d (patch)
treeba2d3f2a98444e53d90aea8314d0b24d3ce9643e
parentaf94d52d2187afcee96674ca9f5417e4a85ec266 (diff)
downloadirssi-8861980f94a1c6cbf2f3c1a061afc1b7b673e73d.zip
Release 0.8.11-rc2
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4456 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--NEWS3
-rw-r--r--configure.in2
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 <staff@irssi.org>
+ 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 <staff@irssi.org>
- 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