Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wx: Prepare release
  • Loading branch information
dgud authored and Erlang/OTP committed Feb 17, 2010
1 parent b1427ec commit 02fa42b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 5 deletions.
58 changes: 55 additions & 3 deletions lib/wx/doc/src/notes.xml
Expand Up @@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
<year>2009</year>
<year>2009</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Expand All @@ -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.

</legalnotice>

<title>wxErlang Release Notes</title>
Expand All @@ -31,6 +31,58 @@
<p>This document describes the changes made to the wxErlang
application.</p>

<section><title>Wx 0.98.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Corrected incorrectly generated wxFileDialog:getPaths/1.
Reported by Jason/hornja.</p>
<p>
Own Id: OTP-8330</p>
</item>
<item>
<p>
Fixed a memory reference bug which caused unexplained
{badarg, Int} exits when running multiple wx
applications.</p>
<p>
Own Id: OTP-8461</p>
</item>
</list>
</section>


<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Added <c>wxListCtrl:getEditCtrl/1</c> (not available on
Mac).</p>
<p>
Own Id: OTP-8408</p>
</item>
<item>
<p>
Cleanups suggested by tidier and modernization of types
and specs.</p>
<p>
Own Id: OTP-8455</p>
</item>
<item>
<p> 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. </p> <p>
Added getFirstChild and getNextChild to wxTreeCtrl.</p>
<p>
Own Id: OTP-8462</p>
</item>
</list>
</section>

</section>

<section><title>Wx 0.98.4</title>

<section><title>Improvements and New Features</title>
Expand Down
5 changes: 3 additions & 2 deletions 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

0 comments on commit 02fa42b

Please sign in to comment.