From 91b2e57ea0e3ab794d4b57a12ef10205383525a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2011 18:18:42 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 25 +++++++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 1493501ea4..3d27cf671b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,31 @@

This document describes the changes made to the wxErlang application.

+
Wx 0.98.9 + +
Fixed Bugs and Malfunctions + + +

Wx crashed if graphics could not be initiated, for + instance if DISPLAY was not available.

Wx could + crash during startup, thanks Boris Muhmer for extra + ordinary testing.

+

+ Own Id: OTP-9080

+
+ +

+ Wx on MacOS X generated complains on stderr about certain + cocoa functions not beeing called from the "Main thread". + This is now corrected.

+

+ Own Id: OTP-9081

+
+
+
+ +
+
Wx 0.98.8
Improvements and New Features diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index dea0678063..7c440a7f5b 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 0.98.8 +WX_VSN = 0.98.9 -- cgit v1.2.3