From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c7400206ab..4f0e166924 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.7 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bugs which could cause called functions to be + invoked twice or not at all when callbacks where invoked + at the same time.

+

+ Own Id: OTP-13491

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

+ Changed atom 'boolean' fields in #wxMouseState{} to + 'boolean()'.

+

+ Moved out arguments in wxListCtrl:hitTest to result.

+

+ Removed no-op functions in wxGauge that have been removed + from wxWidgets-3.1.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-13553

+
+
+
+ +
+
Wx 1.6.1
Fixed Bugs and Malfunctions diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index de723b2a2d..de4e5e1935 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.6.1 +WX_VSN = 1.7 -- cgit v1.2.3