mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Time for 0.8.10-rc7
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4072 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
68e4516d0b
commit
2779edc4f9
6
NEWS
6
NEWS
@ -36,7 +36,7 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
|
||||
including NULL items associated with it, by jimmy
|
||||
+ /UPGRADE now saves server->version
|
||||
+ If available, send who set topic and when to irssi-proxy clients
|
||||
+ Removed 'freenode' from the network list
|
||||
+ Cleaned up network list: removed smaller networks, added QuakeNet
|
||||
+ New default aliases: MANUAL-WINDOWS, EXEMPTLIST and ATAG
|
||||
+ Recode support: /RECODE for manipulation of the conversion database.
|
||||
Setting "term_type" has been renamed to "term_charset".
|
||||
@ -110,6 +110,10 @@ v0.8.10 2005-xx-xx The Irssi team <staff@irssi.org>
|
||||
- Fixed remote /WHOWAS
|
||||
- Parse negative time setting values, makes it possible again to do
|
||||
/SET server_reconnect_time -1 to disable reconnecting
|
||||
- Compile with gcc4
|
||||
- Compile with readonly srcdir
|
||||
- Fixed crash if receiving broken privmsg without source
|
||||
(which bitlbee can send if you msg yourself)
|
||||
|
||||
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-rc6)
|
||||
AM_INIT_AUTOMAKE(irssi, 0.8.10-rc7)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user