Skip to content

Commit

Permalink
Update the release documents for 3.1.6 release
Browse files Browse the repository at this point in the history
Update the version, fix the date and update the changes list.

Also zero out the checksums for the release binaries.
  • Loading branch information
vadz committed Apr 3, 2022
1 parent db4731f commit 1990792
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 122 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/mainpages/manual.h
Expand Up @@ -14,7 +14,7 @@
@author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
Bryan Petty, Francesco Montorsi, Robert Roebling et al
@date April 14, 2021
@date April 04, 2022
Welcome to wxWidgets, a stable and powerful open source framework for
developing native cross-platform GUI applications in C++!
Expand Down
8 changes: 4 additions & 4 deletions docs/msw/binaries.md
Expand Up @@ -17,7 +17,7 @@ Getting the files
-----------------

First, you need to get the correct files. You will always need the
`wxWidgets-3.1.5-headers.7z` one but the rest depends on your compiler version
`wxWidgets-3.1.6-headers.7z` one but the rest depends on your compiler version
and architecture: as different versions of MSVC compiler are not binary
compatible, you should select the files with the correct
`vc80`, `vc90`, `vc100`, `vc110`, `vc120`, or `vc14x`
Expand All @@ -28,14 +28,14 @@ or the ones without this suffix for the still more common 32-bit builds. After
determining the combination of suffixes you need, you should download the
"Dev" and the "ReleaseDLL" files in addition to the "Headers" one above,
e.g. for 32-bit MSVS 2017 development you need
`wxMSW-3.1.5_vc14x_Dev.7z` and `wxMSW-3.1.5_vc14x_ReleaseDLL.7z`.
`wxMSW-3.1.6_vc14x_Dev.7z` and `wxMSW-3.1.6_vc14x_ReleaseDLL.7z`.

All binaries are available at:

https://www.wxwidgets.org/downloads#v3.1.5_msw
https://www.wxwidgets.org/downloads#v3.1.6_msw

Once you have the files you need, unzip all of them into the same directory, for
example `c:\wx\3.1.5`. You should have only include and lib subdirectories under
example `c:\wx\3.1.6`. You should have only include and lib subdirectories under
it, nothing else. To avoid hard-coding this path into your projects, define
`wxwin` environment variable containing it: although it's a little known fact,
all versions of MSVC support environment variable expansion in the C++ projects
Expand Down
48 changes: 27 additions & 21 deletions docs/publicity/announce.txt
@@ -1,36 +1,42 @@
April 14, 2021 -- The wxWidgets team is pleased to announce a new
April 04, 2022 -- The wxWidgets team is pleased to announce a new
release of our open source framework for the development of native
cross-platform applications in C++.

wxWidgets 3.1.5 is the latest release in the 3.1 development
branch and is now available at
wxWidgets 3.1.6 is the latest release in the 3.1 development branch and
hopefully the last one before the next stable 3.2.0 release. It is now
available at

https://www.wxwidgets.org/downloads/

Compared to the stable 3.0.x series, this version brings many
improvements and even more bug fixes, please see the change log
Compared to the stable 3.0.x series, this version brings too many
improvements and even more bug fixes to list all of them here, please
see the change log

https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.5/docs/changes.txt
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/docs/changes.txt

for the incomplete list of the most important ones. Here is the
for the incomplete list of the most important ones and here is the
maximally condensed summary of the changes compared to 3.0:

- Build system improvements: support for new compilers (up to MSVS 2019, g++ 10)
with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props
file, and OS versions as well as an entirely new CMake build system.
- Support for native dark mode under macOS 10.14 Mojave and later and support
for macOS 11 on ARM hardware.
- Build system improvements: support for new compilers (up to MSVS 2022,
g++ 11, clang 13) with an even simpler way of using wxWidgets from
MSVS, with wxwidgets.props file, and OS versions as well as an
entirely new CMake build system.
- Support for native dark mode under macOS 10.14 Mojave and later and
support for macOS 11 and later on ARM hardware.
- New features: HTTPS and HTTP/2 support with wxWebRequest and friends;
support for freezing rows/columns in wxGrid; mouse gesture events (GSoC 2017
project); non-integer font sizes and arbitrary font weights in wxFont;
fractional pen widths in wxGraphicsContext; arbitrary label windows in
wxStaticBox; markup in wxDataViewCtrl items text; better support for high
DPI monitors and per-monitor DPI and dynamic DPI changes support under MSW;
support for ZIP 64 files; LZMA compression; much improved accessibility
support under MSW; new Edge-based wxWebView implementation.
support for freezing rows/columns in wxGrid; mouse gesture events
(GSoC 2017 project); non-integer font sizes and arbitrary font weights
in wxFont; fractional pen widths in wxGraphicsContext; arbitrary label
windows in wxStaticBox; markup in wxDataViewCtrl items text; better
support for high DPI monitors and per-monitor DPI, notably the
addition of wxBitmapBundle, and dynamic DPI changes support under MSW;
support for ZIP 64 files; LZMA compression; much improved
accessibility support under MSW; new Edge-based wxWebView
implementation.
- New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator,
wxNativeWindow, wxPersistentComboBox, wxPowerResourceBlocker, wxSecretStore,
wxTempFFile and many new features in the existing classes.
wxBitmapBundle, wxNativeWindow, wxPersistentComboBox,
wxPowerResourceBlocker, wxSecretStore, wxTempFFile and many new
features in the existing classes.
- New XRC handlers for all the new and some of the existing classes.
- Significant improvements to: wxBusyInfo, wxDataViewCtrl, wxDirDialog, wxGrid,
wxNotificationMessage, wxSpinCtrl, wxStaticBox, wxStyledTextCtrl,
Expand Down
75 changes: 41 additions & 34 deletions docs/readme.txt
Expand Up @@ -32,33 +32,33 @@ installation instructions.



Changes since 3.1.4
Changes since 3.1.5
-------------------

In the nine months since the previous release, there have been more than 1600
commits from 70 unique contributors (40 with multiple contributions), so it is
In almost a year since the previous release, there have been more than 1700
commits from 82 unique contributors (41 with multiple contributions), so it is
impossible to summarize all the changes in this document without making it too
long, please see the fuller changelog at

https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.6/docs/changes.txt

for more details, but here are some of the most important changes:

- New wxWebRequest and related classes provide a simple way to use HTTPS and
HTTP/2 from wxWidgets applications using native libraries or libcurl.
- Support EGL in wxGLCanvas and Wayland in wxMediaCtrl under Linux.
- Many appearance and other fixes for macOS 11.
- More improvements to wxGrid UI, API and performance.
- wxImage improvements: add alpha support in Paste() and clipboard support.
- API additions: wxPersistentComboBox, wxFileName::ResolveLink(),
wxFileHistory::SetMenuPathStyle(), wxString::utf8_string(), wxEVT_FULLSCREEN.
- Improvements: wxConfig now supports 64-bit integers, wxLog uses millisecond
resolution in timestamps, XRC files can be loaded from URLs.
- Yet more bug fixes, fixes for API inconsistencies and optimizations, notably
in wxDataViewCtrl, wxListCtrl, wxPropertyGrid.
- New wxBitmapBundle class allowing to provide art work for both normal and
high DPI in a simple way.
- New wxUILocale class replacing the old (but still available) wxLocale, but
not suffering from its multiple problems and providing more functionality.
- Support for using native spell-checking in wxTextCtrl.
- Support for undo/redo in wxTextCtrl in wxOSX.
- Better drag-and-drop implementation in wxOSX.
- Fixes for important bugs in wxDataViewCtrl under all platforms.
- Many improvements and bug fixes for Wayland support in wxGTK.
- Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS
2022, gcc 12, clang 13).
- Project bug tracker has been moved to GitHub Issues.

Notice that in spite of all the changes, this release remains almost completely
compatible with 3.1.4 at the API level, so upgrading to it if you're already
compatible with 3.1.5 at the API level, so upgrading to it if you're already
using wxWidgets 3 should be straightforward.


Expand All @@ -69,28 +69,35 @@ Compared to the stable 3.0.x series, this version brings too many
improvements and even more bug fixes to list them all, but here is the
maximally condensed summary:

- Build system improvements: support for new compilers (up to MSVS 2019, g++ 10)
with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props
file, and OS versions as well as an entirely new CMake build system.
- Support for native dark mode under macOS 10.14 Mojave and later.
- Build system improvements: support for new compilers (up to MSVS 2022,
g++ 11, clang 13) with an even simpler way of using wxWidgets from
MSVS, with wxwidgets.props file, and OS versions as well as an
entirely new CMake build system.
- Support for native dark mode under macOS 10.14 Mojave and later and
support for macOS 11 and later on ARM hardware.
- New features: HTTPS and HTTP/2 support with wxWebRequest and friends;
support for freezing rows/columns in wxGrid; mouse gesture events (GSoC 2017
project); non-integer font sizes and arbitrary font weights in wxFont;
fractional pen widths in wxGraphicsContext; arbitrary label windows in
wxStaticBox; markup in wxDataViewCtrl items text; better support for high
DPI monitors and per-monitor DPI and dynamic DPI changes support under MSW;
support for ZIP 64 files; LZMA compression; much improved accessibility
support under MSW; new Edge-based wxWebView implementation.
support for freezing rows/columns in wxGrid; mouse gesture events
(GSoC 2017 project); non-integer font sizes and arbitrary font weights
in wxFont; fractional pen widths in wxGraphicsContext; arbitrary label
windows in wxStaticBox; markup in wxDataViewCtrl items text; better
support for high DPI monitors and per-monitor DPI, notably the
addition of wxBitmapBundle, and dynamic DPI changes support under MSW;
support for ZIP 64 files; LZMA compression; much improved
accessibility support under MSW; new Edge-based wxWebView
implementation.
- New classes: wxActivityIndicator, wxAddRemoveCtrl, wxAppProgressIndicator,
wxNativeWindow, wxPersistentComboBox, wxPowerResourceBlocker, wxSecretStore,
wxTempFFile and many new features in the existing classes.
wxBitmapBundle, wxNativeWindow, wxPersistentComboBox,
wxPowerResourceBlocker, wxSecretStore, wxTempFFile and many new
features in the existing classes.
- New XRC handlers for all the new and some of the existing classes.
- Significant improvements to: wxBusyInfo, wxDataViewCtrl, wxDirDialog, wxGrid,
wxNotificationMessage, wxSpinCtrl, wxStaticBox, wxStyledTextCtrl,
wxUIActionSimulator.
- Improvements to compile-time safety with the possibility to disable dangerous
implicit conversions between wxString and "char*" strings.
- Latest versions of all bundled 3rd party libraries, including all the
security fixed and support for WebKit 2 and GStreamer 1.7 under Unix.

This comment has been minimized.

Copy link
@PBfordev

PBfordev Apr 4, 2022

Contributor

I think there is missing a word after "security", so perhaps replace "security" with "known security vulnerabilities".

This comment has been minimized.

Copy link
@vadz

vadz Apr 4, 2022

Author Contributor

It's a typo, thanks for noting it: it should have been "fixes".

- Revamped OpenGL support better suited to modern OpenGL (3.2+) and EGL support
and better support for Wayland in wxGTK.
- Revamped OpenGL support better suited to modern OpenGL (3.2+).
- Further C++11 and later support improvements, wxWidgets can be built using
C++20 compilers.
- A lot of bug fixes, especially in wxGTK3 and wxOSX/Cocoa ports.
Expand All @@ -103,9 +110,9 @@ Platforms Supported

This version of wxWidgets supports the following primary platforms:

* Windows XP, Vista, 7, 8 and 10 (32/64 bits).
* Windows XP, Vista, 7, 8, 10 and 11 (32/64 bits).
* Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
* macOS (10.10 or newer) using Cocoa (32/64 bits)
* macOS (10.10 or newer) using Cocoa

There is some support for the following platforms:

Expand Down Expand Up @@ -189,4 +196,4 @@ developed by its users and your contributions to it are always welcome!

Have fun!

The wxWidgets Team, April 2021
The wxWidgets Team, April 2022

0 comments on commit 1990792

Please sign in to comment.