]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/release.txt
Fixed Vadims fix.
[wxWidgets.git] / docs / release.txt
index ab13ab2b65ed8459e4385b70520c171575e312ae..f9d473583012d07668e520b935e862c47910cdc6 100644 (file)
@@ -1,6 +1,28 @@
 wxWindows Release Notes
 -----------------------
 
+2.1.13
+======
+
+- New wxEncodingConverter class
+
+
+2.1.12
+======
+
+- New wxDateTime class to replace millenium-uncompliant wxTime
+  and wxDate classes.
+
+- New wxCalendarCtrl class and sample.
+
+- New wxCmdLineParser class.
+
+- wxHTML printing and other improvements.
+
+- Life sample added.
+
+- TIFF support added to wxImage.
+
 2.1.11
 ======
 
@@ -28,7 +50,14 @@ wxWindows Release Notes
   HTML (such as the wxWindows manual generated using Tex2RTF).
   This may be a compiler problem and will be investigated
   for 2.1.12.
+  [ fixed since 2.1.13 ]
 
 - wxHTML printing has spacing problems under Windows, and may not
   work fully under Unix. Hopefully this will be resolved for 2.1.12.
-  
+  [ fixed since 2.1.12 ]
+
+- wxStaticBox under Windows obscures controls placed within it:
+  this will be fixed in 2.1.12.
+
+- wxStaticBitmap under Windows doesn't respect the transparency mask.
+