diff --git a/NEWS b/NEWS index 94429c20..f28e8e74 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,7 @@ v0.8.10 2005-xx-xx The Irssi team 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 - 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 diff --git a/configure.in b/configure.in index 4fd75ba4..0cb5f5f8 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-rc6) +AM_INIT_AUTOMAKE(irssi, 0.8.10-rc7) AM_MAINTAINER_MODE