From 4c92f38f97bf6865700ad1d3c5dd5824504b830d Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 13 Oct 2002 19:27:15 +0000 Subject: [PATCH] Release 1.1.3-2-dev - Misc: Add mem_snapshot() and mem_dump() - Misc: bugfix: mem_free() did not work correctly - Usrv: bugfix: incomimg messages were not freed - Msgfmt: bugfix: parse() had small memory leaks --- CHANGES | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c1ce1ab4..01dbf4bf 100644 --- a/CHANGES +++ b/CHANGES @@ -36,3 +36,10 @@ o usrv: added on_new_connection() callback ------- o hash/md5: fixed major memory leak in file2md5() o added support for mpatrol library + +1.1.3-2 +------- +o misc: added mem_snapshot() and mem_dump() +o misc: bugfix: mem_free() did not work correctly +o usrv: bugfix: incomimg messages were not freed +o msgfmt: bugfix: parse() had small memory leaks diff --git a/VERSION b/VERSION index bf260090..f3a92982 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3-1-dev +1.1.3-2-dev