From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 7bd8d18592..4a94227a55 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,37 @@

This document describes the changes made to the wxErlang application.

+
Wx 0.99.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a deadlock in the driver, which could happen if a + callback caused another callback to be invoked.

+

+ Own Id: OTP-9725

+
+
+
+ + +
Improvements and New Features + + +

+ Implemented wxSystemOptions.

+

+ Load Opengl from libGL.so.1 instead libGL.so to work + around linux problems.

+

+ Own Id: OTP-9702

+
+
+
+ +
+
Wx 0.99
Fixed Bugs and Malfunctions diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 8685c633d4..3f3e9422a8 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 0.99 +WX_VSN = 0.99.1 -- cgit v1.2.3