From 15e39b76b6631d99ccb20b0bc6fc24da875d3e5f Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Sun, 25 Sep 2005 13:36:09 +0000 Subject: [PATCH] - Disable commited patches in debian/patches - update NEWS - Bump version to 0.8.10-rc6 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3997 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 8 ++++++++ configure.in | 2 +- debian/patches/00list | 3 --- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5ec0ff02..94429c20 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ v0.8.10 2005-xx-xx The Irssi team so unavailable characters will be transliterated into something readable can be almost everything listed by 'iconv -l' + + Added transpose_words, capitalize_word, downcase_word, upcase_word + key bindings - Pasted lines weren't added to command history. Some other paste detection fixes - Fixed /BIND escape_char @@ -102,6 +104,12 @@ v0.8.10 2005-xx-xx The Irssi team - Print glib errors nicely, by David Pashley - Handle ^Z better, by David Pashley - Fixed /eval recursion crashing, by David Pashley + - Fix notify with more nicks than max_whois_in_cmd (Bug 257), + based on patch by Krzysztof Kowalik (Borys) + - Fixed irssiproxy sometimes missing (parts of) lines + - Fixed remote /WHOWAS + - Parse negative time setting values, makes it possible again to do + /SET server_reconnect_time -1 to disable reconnecting v0.8.9 2003-12-11 Timo Sirainen diff --git a/configure.in b/configure.in index 1405bf48..854f3a9c 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ if test -n "`grep '^#undef VERSION' config.h.in`"; then fi AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(irssi, 0.8.10-rc5) +AM_INIT_AUTOMAKE(irssi, 0.8.10-rc6) AM_MAINTAINER_MODE diff --git a/debian/patches/00list b/debian/patches/00list index c64815f8..e5663620 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,6 +1,3 @@ -01glib-errors -03sigtstp -04eval_recurse 05upgrade-check-binary 06gnutls-support 07gnutls-support-automakery