diff options
| author | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:19 +0100 |
|---|---|---|
| committer | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:19 +0100 |
| commit | 1cf126f91eb533783409da95b117207d8c13d9aa (patch) | |
| tree | efb80e7e4849aedd6f96f56b742735d0900a86fa /lib/wx | |
| parent | 65e4ce9fc89943cb47292084e650c957a6904a8d (diff) | |
| download | erlang-1cf126f91eb533783409da95b117207d8c13d9aa.tar.gz | |
Prepare release
Diffstat (limited to 'lib/wx')
| -rw-r--r-- | lib/wx/doc/src/notes.xml | 23 | ||||
| -rw-r--r-- | lib/wx/src/wx.app.src | 2 | ||||
| -rw-r--r-- | lib/wx/vsn.mk | 2 |
3 files changed, 25 insertions, 2 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index f155b7a551..7081eb90be 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,29 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 2.3</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Runtime dependencies have been updated.</p> + <p> + Own Id: OTP-18350</p> + </item> + <item> + <p> The implementation has been fixed to use + <c>proc_lib:init_fail/2,3</c> where appropriate, instead + of <c>proc_lib:init_ack/1,2</c>. </p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-18490 Aux Id: OTP-18471, GH-6339, PR-6843 </p> + </item> + </list> + </section> + +</section> + <section><title>Wx 2.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/src/wx.app.src b/lib/wx/src/wx.app.src index 228800b76a..8b6298fb68 100644 --- a/lib/wx/src/wx.app.src +++ b/lib/wx/src/wx.app.src @@ -35,5 +35,5 @@ {registered, []}, {applications, [stdlib, kernel]}, {env, []}, - {runtime_dependencies, ["stdlib-@OTP-18490@","kernel-8.0","erts-12.0"]} + {runtime_dependencies, ["stdlib-5.0","kernel-8.0","erts-12.0"]} ]}. diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index e7144bd6a2..f6a9358c91 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 2.2.1 +WX_VSN = 2.3 |
