diff options
| author | Lukas Larsson <lukas@erlang.org> | 2022-05-03 08:13:56 +0200 |
|---|---|---|
| committer | Lukas Larsson <lukas@erlang.org> | 2022-05-03 08:13:56 +0200 |
| commit | 107b222f25fb4cbcb7d88cd21a2c7a29b623c156 (patch) | |
| tree | 80dd7c6cc0c2439257dba8d18baca735e108025f /lib/wx | |
| parent | 83305dc37be1540f864689d15a052a3f8338a982 (diff) | |
| parent | 0e6fd72aa06199c7d11b600ac724e21f8aeddda0 (diff) | |
| download | erlang-107b222f25fb4cbcb7d88cd21a2c7a29b623c156.tar.gz | |
Merge branch 'maint' into master
* maint:
Updated OTP version
Prepare release
Update copyright year
Diffstat (limited to 'lib/wx')
| -rw-r--r-- | lib/wx/c_src/wxe_gl.cpp | 2 | ||||
| -rw-r--r-- | lib/wx/doc/src/notes.xml | 28 | ||||
| -rw-r--r-- | lib/wx/vsn.mk | 2 |
3 files changed, 30 insertions, 2 deletions
diff --git a/lib/wx/c_src/wxe_gl.cpp b/lib/wx/c_src/wxe_gl.cpp index e819e4302a..46c4cc7679 100644 --- a/lib/wx/c_src/wxe_gl.cpp +++ b/lib/wx/c_src/wxe_gl.cpp @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2008-2021. All Rights Reserved. + * Copyright Ericsson AB 2008-2022. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 5a9632cd01..4261afa703 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,34 @@ <p>This document describes the changes made to the wxErlang application.</p> +<section><title>Wx 2.1.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix build failure with wxWidgets-3.1.6.</p> + <p> + Own Id: OTP-18064 Aux Id: GH-5893 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Enable the possibility to build wx on windows with + wxWidgets-3.1.6.</p> + <p> + Own Id: OTP-18061 Aux Id: GH-5883 </p> + </item> + </list> + </section> + +</section> + <section><title>Wx 2.1.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index b3c8589b83..51279f250b 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 2.1.3 +WX_VSN = 2.1.4 |
