From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 6ecae3752b..c330353dd4 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.1.1 + +
Fixed Bugs and Malfunctions + + +

+ wx initialization hanged with wxWidgets-3.0 on mac. Fixed + a crash with wxListBox on wxWidgets-3.0 (thanks Sergei + Golovan) Fixed documentation links. Fixed event callbacks + cleanup.

+

+ Own Id: OTP-11393

+
+ +

+ Improve documentation (Thanks to Boris Mühmer)

+

+ Own Id: OTP-11505

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

+ Fix silent make rules (Thanks to Anthony Ramine)

+

+ Own Id: OTP-11515

+
+
+
+ +
+
Wx 1.0
Fixed Bugs and Malfunctions diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 869ed99f16..24c62390f4 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.1 +WX_VSN = 1.1.1 -- cgit v1.2.3