]> git.saurik.com Git - wxWidgets.git/commitdiff
update of Paste command, new revision
authorRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 14 Feb 2006 21:08:02 +0000 (21:08 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 14 Feb 2006 21:08:02 +0000 (21:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/tools/XRCed/CHANGES.txt

index 877cc306a3d7a703bf2538e3c8dfcb9f8d8f9979..fbb041aaf4490151c8935a4c282bab16a5efd75d 100644 (file)
@@ -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
 -------