Revert "Temporarily change the release to 3.2.0-rc1"

This reverts commit 4a286c1868 to set the
version to 3.2.0 again.
This commit is contained in:
Vadim Zeitlin 2022-06-30 00:21:33 +02:00
parent 964a7d2e4f
commit 844e51e672
6 changed files with 83 additions and 83 deletions

View file

@ -232,8 +232,8 @@ Changes in behaviour which may result in build errors
minimum required version is now 2005. minimum required version is now 2005.
3.2.0-rc1: (released 2022-06-27) 3.2.0: (released 2022-07-07)
-------------------------------- ----------------------------
All: All:

View file

@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = wxWidgets PROJECT_NAME = wxWidgets
PROJECT_NUMBER = 3.2.0-rc1 PROJECT_NUMBER = 3.2.0
PROJECT_BRIEF = PROJECT_BRIEF =
PROJECT_LOGO = logo.png PROJECT_LOGO = logo.png
OUTPUT_DIRECTORY = out OUTPUT_DIRECTORY = out

View file

@ -17,7 +17,7 @@ Getting the files
----------------- -----------------
First, you need to get the correct files. You will always need the First, you need to get the correct files. You will always need the
`wxWidgets-3.2.0-rc1-headers.7z` one but the rest depends on your compiler version `wxWidgets-3.2.0-headers.7z` one but the rest depends on your compiler version
and architecture: as different versions of MSVC compiler are not binary and architecture: as different versions of MSVC compiler are not binary
compatible, you should select the files with the correct compatible, you should select the files with the correct
`vc80`, `vc90`, `vc100`, `vc110`, `vc120`, or `vc14x` `vc80`, `vc90`, `vc100`, `vc110`, `vc120`, or `vc14x`
@ -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 determining the combination of suffixes you need, you should download the
"Dev" and the "ReleaseDLL" files in addition to the "Headers" one above, "Dev" and the "ReleaseDLL" files in addition to the "Headers" one above,
e.g. for 32-bit MSVS 2017 development you need e.g. for 32-bit MSVS 2017 development you need
`wxMSW-3.2.0-rc1_vc14x_Dev.7z` and `wxMSW-3.2.0-rc1_vc14x_ReleaseDLL.7z`. `wxMSW-3.2.0_vc14x_Dev.7z` and `wxMSW-3.2.0_vc14x_ReleaseDLL.7z`.
All binaries are available at: All binaries are available at:
https://www.wxwidgets.org/downloads#v3.2.0-rc1_msw https://www.wxwidgets.org/downloads#v3.2.0_msw
Once you have the files you need, unzip all of them into the same directory, for Once you have the files you need, unzip all of them into the same directory, for
example `c:\wx\3.2.0-rc1`. You should have only include and lib subdirectories under example `c:\wx\3.2.0`. You should have only include and lib subdirectories under
it, nothing else. To avoid hard-coding this path into your projects, define 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, `wxwin` environment variable containing it: although it's a little known fact,
all versions of MSVC support environment variable expansion in the C++ projects all versions of MSVC support environment variable expansion in the C++ projects

View file

@ -1,17 +1,17 @@
June 27, 2022 -- The wxWidgets team is pleased to announce the first July 07, 2022 -- The wxWidgets team is pleased to announce a new
release candidate a new major version of our open source framework for major release of our open source framework for the development of native
the development of native cross-platform applications in C++. cross-platform applications in C++.
wxWidgets 3.2.0 will be the first release in the new 3.2.x series and it wxWidgets 3.2.0 is the first release in the new 3.2.x series and is
release candidate version is available now from available now from
https://github.com/wxWidgets/wxWidgets/releases/v3.2.0-rc1 https://www.wxwidgets.org/downloads/
Compared to the stable 3.0.x series, this version brings too many 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 improvements and even more bug fixes to list all of them here, please
see the change log see the change log
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0-rc1/docs/changes.txt https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0/docs/changes.txt
for the incomplete list of the most important ones and 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: maximally condensed summary of the changes compared to 3.0:

View file

@ -1,9 +1,9 @@
wxWidgets 3.2.0-rc1 Release Notes wxWidgets 3.2.0 Release Notes
============================= =============================
Welcome to the release candidate of the new stable release of wxWidgets, Welcome to the new stable release of wxWidgets, a free and open source
a free and open source cross-platform C++ framework for writing cross-platform C++ framework for writing advanced GUI applications using
advanced GUI applications using native controls. native controls.
wxWidgets allows you to write native-looking GUI applications for all the major wxWidgets allows you to write native-looking GUI applications for all the major
desktop platforms and also helps with abstracting the differences in the non-GUI desktop platforms and also helps with abstracting the differences in the non-GUI
@ -16,7 +16,7 @@ more about wxWidgets at:
Documentation is available online at: Documentation is available online at:
* https://docs.wxwidgets.org/3.2.0-rc1/ * https://docs.wxwidgets.org/3.2.0/
wxWidgets sources and binaries for the selected platforms are available for wxWidgets sources and binaries for the selected platforms are available for
download from: download from:
@ -25,9 +25,9 @@ download from:
or, for a more more permanent but less convenient to use link, from or, for a more more permanent but less convenient to use link, from
* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.0-rc1/ * https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.0/
Please see https://docs.wxwidgets.org/3.2.0-rc1/overview_install.html for full Please see https://docs.wxwidgets.org/3.2.0/overview_install.html for full
installation instructions. installation instructions.

View file

@ -1,32 +1,32 @@
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls. Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
wxWidgets 3.2.0-rc1 is the first release in the 3.2 stable branch. This means that it will remain ABI-compatible with all the 3.2.x releases in the future, i.e. the applications using it will continue to work with the future releases in this series even without recompiling. wxWidgets 3.2.0 is the first release in the 3.2 stable branch. This means that it will remain ABI-compatible with all the 3.2.x releases in the future, i.e. the applications using it will continue to work with the future releases in this series even without recompiling.
We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it. We recommend using this version for any new wxWidgets applications. Existing applications using wxWidgets 3.0 or 3.1 shouldn't require any special effort to upgrade to this version too, so please try upgrading them to it.
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0-rc1/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0-rc1/docs/changes.txt) for more details of the changes in it. Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0/docs/changes.txt) for more details of the changes in it.
## Source Files and Documentation ## Source Files and Documentation
If you intend to build wxWidgets from sources (which is recommended), please do **NOT** download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets. If you intend to build wxWidgets from sources (which is recommended), please do **NOT** download the files using the "Source code" links just above, which are automatically generated by GitHub and don't contain the submodules sources which are necessary for building wxWidgets.
Instead, download one of [wxWidgets-3.2.0-rc1.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0-rc1/wxWidgets-3.2.0-rc1.zip) or [wxWidgets-3.2.0-rc1.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0-rc1/wxWidgets-3.2.0-rc1.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.0-rc1.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0-rc1/wxWidgets-3.2.0-rc1.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform. Instead, download one of [wxWidgets-3.2.0.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxWidgets-3.2.0.zip) or [wxWidgets-3.2.0.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxWidgets-3.2.0.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.0.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxWidgets-3.2.0.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.2.0-rc1). In addition, we provide archives containing the documentation in either HTML or Microsoft CHM formats. Notice that the documentation is also [available online](https://docs.wxwidgets.org/3.2.0).
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0-rc1/wxMSW-3.2.0-rc1-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those. Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.0/wxMSW-3.2.0-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
To verify your download please use the following SHA-1 checksums: To verify your download please use the following SHA-1 checksums:
3bf43d93f110482901c65340c0a52d08a063e23c wxMSW-3.2.0-rc1-Setup.exe 0000000000000000000000000000000000000000 wxMSW-3.2.0-Setup.exe
b926e515b5efc2a7b6d066b52f9b4a8ddffa51f8 wxWidgets-3.2.0-rc1-docs-chm.zip 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-chm.zip
e94efa2bff9b2468f9aa91e8915bffc13a6f0d0c wxWidgets-3.2.0-rc1-docs-html.tar.bz2 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-html.tar.bz2
45b84d1d45494493175fcd45023b4a480193a2dd wxWidgets-3.2.0-rc1-docs-html.zip 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-html.zip
582dc5962d09eeeb730404c2c34924f7782871a5 wxWidgets-3.2.0-rc1-headers.7z 0000000000000000000000000000000000000000 wxWidgets-3.2.0-headers.7z
137f58d72d2426a08cfb9813be344096538e9263 wxWidgets-3.2.0-rc1.7z 0000000000000000000000000000000000000000 wxWidgets-3.2.0.7z
cd631f8f48dd78c41582c0bbd83145ce887b9469 wxWidgets-3.2.0-rc1.tar.bz2 0000000000000000000000000000000000000000 wxWidgets-3.2.0.tar.bz2
ce20f7c01bb315846631db65e899d06008bb5bf3 wxWidgets-3.2.0-rc1.zip 0000000000000000000000000000000000000000 wxWidgets-3.2.0.zip
## Binaries ## Binaries
@ -38,7 +38,7 @@ We provide pre-built binary files for the following compilers:
### For Developers ### For Developers
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.0-rc1_Headers.7z` file and one of `wxMSW-3.2.0-rc1-vcXXX_Dev.7z` or `wxMSW-3.2.0-rc1_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64). For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.0_Headers.7z` file and one of `wxMSW-3.2.0-vcXXX_Dev.7z` or `wxMSW-3.2.0_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
Unpack both files into the same directory so that `include` and `lib` directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols. Unpack both files into the same directory so that `include` and `lib` directories are at the same level after unpacking. You should be able to compile and link applications using wxWidgets in both debug and release modes but the debug symbols are provided only for debug libraries in this archive, see below for the release build debug symbols.
@ -50,63 +50,63 @@ open dialog.
### For End Users ### For End Users
End users may download one of `wxMSW-3.2.0-rc1_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.0-rc1_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets. End users may download one of `wxMSW-3.2.0_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.0_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
### For Debugging ### For Debugging
* Microsoft Visual C++ users: Files `wxMSW-3.2.0-rc1_vcXXX_ReleasePDB.7z` contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines. * Microsoft Visual C++ users: Files `wxMSW-3.2.0_vcXXX_ReleasePDB.7z` contain the debug symbols for the release build of the DLLs. Download them if you want to debug your own applications in release build or if you want to get meaningful information from mini-dumps retrieved from your users machines.
* MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols). * MinGW-TDM users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contains the debug symbols).
### Binary File Download Verification ### Binary File Download Verification
To verify your download please use the following SHA-1 checksums: To verify your download please use the following SHA-1 checksums:
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_Dev.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_ReleaseDLL.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_ReleasePDB.7z 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_ReleasePDB.7z
## Reporting Problems ## Reporting Problems