From 02fa42b03c25e527c173ac026290e0e404ca3b38 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 17 Feb 2010 15:20:29 +0000 Subject: wx: Prepare release --- lib/wx/doc/src/notes.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++--- lib/wx/vsn.mk | 5 +++-- 2 files changed, 58 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index f9f16defd3..92933c348b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -4,7 +4,7 @@
- 2009 + 20092010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + wxErlang Release Notes @@ -31,6 +31,58 @@

This document describes the changes made to the wxErlang application.

+
Wx 0.98.5 + +
Fixed Bugs and Malfunctions + + +

+ Corrected incorrectly generated wxFileDialog:getPaths/1. + Reported by Jason/hornja.

+

+ Own Id: OTP-8330

+
+ +

+ Fixed a memory reference bug which caused unexplained + {badarg, Int} exits when running multiple wx + applications.

+

+ Own Id: OTP-8461

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

+ Added wxListCtrl:getEditCtrl/1 (not available on + Mac).

+

+ Own Id: OTP-8408

+
+ +

+ Cleanups suggested by tidier and modernization of types + and specs.

+

+ Own Id: OTP-8455

+
+ +

Changed representation of wxTreeItem to be an + integer. This saves memory, where the driver do not need + to keep a object reference to each tree item.

+ Added getFirstChild and getNextChild to wxTreeCtrl.

+

+ Own Id: OTP-8462

+
+
+
+ +
+
Wx 0.98.4
Improvements and New Features diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 91bbdc8c99..54ab92cad2 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1,6 +1,7 @@ -WX_VSN = 0.98.4 +WX_VSN = 0.98.5 -TICKETS = OTP-8243 OTP-8250 OTP-8292 +TICKETS = OTP-8330 OTP-8461 OTP-8408 OTP-8455 OTP-8462 +TICKETS_0.98.4 = OTP-8243 OTP-8250 OTP-8292 TICKETS_0.98.3 = OTP-8138 OTP-8126 OTP-8083 TICKETS_0.98.2 = OTP-7943 TICKETS_0.98.1 = OTP-7875 \ No newline at end of file -- cgit v1.2.3