]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
compilation fixes after wxGTK_CONV_BACK changes
[wxWidgets.git] / docs / changes.txt
index 1f756b419d05d86ecacbf1fcc3f6e2b52d2cc788..05d265ae3d425be4e54100c5ad575515c0ad5b02 100644 (file)
@@ -35,6 +35,7 @@ All:
 - Fixed tab-related drawing and hit-testing bugs in wxRichTextCtrl.
 - Implemented background colour in wxRichTextCtrl.
 - Fixed crashes in helpview when opening a file.
+- Added wxMutex::LockTimeout() (Aleksandr Napylov)
 
 wxGTK:
 
@@ -64,6 +65,7 @@ All:
 - Added wxSearchCtrl::[Get|Set]DescriptiveText.
 - Fixed detection of number of processors under Linux 2.6
 - Fixed Base64 computation in wxHTTP (p_michalczyk)
+- Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
 
 wxMSW