X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6adaedf0fc6607ee5bb4e86358396e5e07c6649f..67003d1af86497e4403548e86843a824b22e3645:/docs/release.txt diff --git a/docs/release.txt b/docs/release.txt index ab13ab2b65..6fb13eda0a 100644 --- a/docs/release.txt +++ b/docs/release.txt @@ -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. +