From 3cac0cf77c036b00291836310150c202b3ee4d32 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Nov 1999 18:37:41 +0000 Subject: [PATCH] updated to 0.7.20.1 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@93 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 13 +++++++++++++ TODO | 2 +- configure.in | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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