diff options
author | Dan Gudmundsson <[email protected]> | 2010-06-08 12:01:30 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-08 12:01:30 +0000 |
commit | 899bcc01ae88166529c473f603e0f82e6052ccc8 (patch) | |
tree | 0e4ab5c19a35bd053d5123aac02516bea396dbdb /lib/wx | |
parent | 207dee6794b554af9d78336b1f1b5ccc11ee9ba1 (diff) | |
download | otp-899bcc01ae88166529c473f603e0f82e6052ccc8.tar.gz otp-899bcc01ae88166529c473f603e0f82e6052ccc8.tar.bz2 otp-899bcc01ae88166529c473f603e0f82e6052ccc8.zip |
Prepare Release
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/wx/vsn.mk | 6 |
2 files changed, 21 insertions, 2 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 92933c348b..34c56091aa 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,23 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 0.98.6</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Calling <c>sys:get_status()</c> for processes that have + globally registered names that were not atoms would cause + a crash. Corrected. (Thanks to Steve Vinoski.)</p> + <p> + Own Id: OTP-8656</p> + </item> + </list> + </section> + +</section> + <section><title>Wx 0.98.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 54ab92cad2..4ed22d2256 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1,6 +1,8 @@ -WX_VSN = 0.98.5 +WX_VSN = 0.98.6 -TICKETS = OTP-8330 OTP-8461 OTP-8408 OTP-8455 OTP-8462 +TICKETS = OTP-8656 + +TICKETS_0.98.5 = 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 |