From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 70ff0a92b7..9086117c81 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,35 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.8 + +
Fixed Bugs and Malfunctions + + +

+ Allow string arguments to be binaries as specified, i.e. + unicode:chardata().

+

+ Own Id: OTP-13934 Aux Id: ERL-270

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

+ Add wxWindow:dragAcceptFiles/2 and wxDropFilesEvent to + support simple drag and drop from file browser.

+

+ Own Id: OTP-13933

+
+
+
+ +
+
Wx 1.7.1
Fixed Bugs and Malfunctions diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 0ce63d9f71..cfa256fb12 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.7.1 +WX_VSN = 1.8 -- cgit v1.2.3