From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 20 ++++++++++++++++++++ lib/wx/vsn.mk | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'lib/wx') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 0bbeeaafab..f895540b25 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,26 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.6.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed commands with multiple binaries, such as + wxImage:new/4. Added + wxWindow:SetDoubleBuffered/1, + wxWindow:isDoubleBuffered/1, + wxWindow:setTransparent/2 and + wxWindow:canSetTransparent/1. Fixed timing issues.

+

+ Own Id: OTP-13404

+
+
+
+ +
+
Wx 1.6
Improvements and New Features diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index a1bacb5d66..de723b2a2d 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.6 +WX_VSN = 1.6.1 -- cgit v1.2.3