X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/763141418818d2fe0dbdc8ce6d9f654700f1fe33..65d48d095fb1390edd46f682c864320d7b9626e3:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 2a017cdcb2..8cc9649263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,32 @@ wxwindows2.3 (2.3.0) unstable; urgency=low -- Ron Lee Sat, 27 Jan 2001 01:51:24 -0800 +wxwindows2.2 (2.2.8.4) unstable; urgency=low + + * Put the (modified) size_t == ulong kludge back into sndwav.cpp + it's still needed until wxDataOutputStream is made 64 bit + friendly, which may not happen for 2.2 since it will probably + not be binary compatible. + * caps a memory leak in the jpeg handler. + + -- Ron Lee Sun, 25 Nov 2001 11:53:59 -0800 + +wxwindows2.2 (2.2.8.3) unstable; urgency=low + + * Backported size_t test from 2.3 tree, removes the need for + specific tests for various 64 bit platforms including now + S/390 (thanks to Gerhard Tonn for the report). + Closes: #120768 + + -- Ron Lee Fri, 23 Nov 2001 20:53:49 -0800 + +wxwindows2.2 (2.2.8.2) unstable; urgency=low + + * python-dev doesn't get me python? More bytes in Build-Dep then + I guess ... Closes: #119954 + + -- Ron Lee Sun, 18 Nov 2001 04:28:41 -0800 + wxwindows2.2 (2.2.8.1) unstable; urgency=low * Rebuild for python2.1 Closes: #119226, #118835