]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/changelog
Darwin has commandline args.
[wxWidgets.git] / debian / changelog
index bc6f0088a5803a6f7f4890d6a37549ad68b7684a..8cc964926309bb516e0e62ff987be6a68b2508a3 100644 (file)
@@ -5,6 +5,7 @@ wxwindows2.3 (2.3.2) unstable; urgency=low
       Added .dll's to msw-cross packages.
       Added -dbg versions of the cross packages.
       Added experimental -univ(gtk) package.
+      Switched to python 2.1
 
  -- Ron Lee <ron@debian.org>  Thu, 27 Sep 2001 05:55:07 -0700
 
@@ -21,6 +22,38 @@ wxwindows2.3 (2.3.0) unstable; urgency=low
 
  -- Ron Lee <ron@debian.org>  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 <ron@debian.org>  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 <ron@debian.org>  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 <ron@debian.org>  Sun, 18 Nov 2001 04:28:41 -0800
+
+wxwindows2.2 (2.2.8.1) unstable; urgency=low
+
+  * Rebuild for python2.1  Closes: #119226, #118835
+
+ -- Ron Lee <ron@debian.org>  Mon, 12 Nov 2001 21:47:38 -0800
+
 wxwindows2.2 (2.2.8) unstable; urgency=medium
 
   * Fixed bogus samples makefile. Closes: #110061