From: Roman Rolinsky Date: Tue, 14 Feb 2006 21:08:02 +0000 (+0000) Subject: update of Paste command, new revision X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/126080e46c98274fefacf7c60185a6844b0fd067 update of Paste command, new revision git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 -------