From 126080e46c98274fefacf7c60185a6844b0fd067 Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Tue, 14 Feb 2006 21:08:02 +0000 Subject: [PATCH] update of Paste command, new revision git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/tools/XRCed/CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 877cc306a3..fbb041aaf4 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,11 @@ +0.1.7-1 +------- + +Important update of Paste command code which was passing too much data +thru clipboard using cPickle. Objects created while unpickling (from +minidom) were clogging memory. Now using toxml() (why didn't I do it +before - was I drunk or what? :) ). + 0.1.7-0 ------- -- 2.45.2