diff --git a/NEWS b/NEWS index b74c458d..029739af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +v0.7.20.1 1999-11-28 Timo Sirainen [unstable] + + * I just started #irssi in irc.openprojects.net too.. It's still in + IRCNet too, don't know yet if I'll keep both or drop the other one.. + + + You can use %n as current nick with aliases + - Closing a window with split windows open crashed + - Channel widgets weren't being updated when joined to channel in + empty window + - configure didn't check if we wanted to build MySQL plugin or not, + now it's built only if you give --with-mysql to configure + - Using the whois, ping, etc. buttons in queries crashed + v0.7.20 1999-11-27 Timo Sirainen [unstable] + Polish and finnish translations started diff --git a/TODO b/TODO index c2b4ffcb..85e17a3c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ - + *** Bugs - irssi can't find new themes in ~/.irssi/ while running - scan for new diff --git a/configure.in b/configure.in index 6839197e..d51710bf 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(irssi, 0.7.20) +AM_INIT_AUTOMAKE(irssi, 0.7.20.1) AM_MAINTAINER_MODE