From f1fdc469c48161cb9ab8e93a2cbc4d194a6604fc Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 1 Mar 2007 08:25:08 +0000 Subject: [PATCH] Fixed memory leaks in perl and python plugins (bug #19163) --- ChangeLog | 3 ++- weechat/ChangeLog | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 693d5c65a..fa81a0e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2007-02-12 +ChangeLog - 2007-03-01 Version 0.2.4 (under dev!): + * fixed memory leaks in perl and python plugins (bug #19163) * added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468) * fixed permissions on "dcc" and "logs" directories (bug #18978) diff --git a/weechat/ChangeLog b/weechat/ChangeLog index 693d5c65a..fa81a0e5b 100644 --- a/weechat/ChangeLog +++ b/weechat/ChangeLog @@ -1,10 +1,11 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2007-02-12 +ChangeLog - 2007-03-01 Version 0.2.4 (under dev!): + * fixed memory leaks in perl and python plugins (bug #19163) * added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468) * fixed permissions on "dcc" and "logs" directories (bug #18978)