mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 13:01:11 -05:00
- 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
This commit is contained in:
parent
fd6c2df7f4
commit
15e39b76b6
8
NEWS
8
NEWS
@ -49,6 +49,8 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
|
||||
so unavailable characters will be transliterated into something
|
||||
readable
|
||||
<charset> 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 <staff@irssi.org>
|
||||
- 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 <tss@iki.fi>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
3
debian/patches/00list
vendored
3
debian/patches/00list
vendored
@ -1,6 +1,3 @@
|
||||
01glib-errors
|
||||
03sigtstp
|
||||
04eval_recurse
|
||||
05upgrade-check-binary
|
||||
06gnutls-support
|
||||
07gnutls-support-automakery
|
||||
|
Loading…
x
Reference in New Issue
Block a user