diff --git a/docs/changes.txt b/docs/changes.txt index 13d4dfc8a0..2103c6d66a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -232,8 +232,8 @@ Changes in behaviour which may result in build errors minimum required version is now 2005. -3.2.0: (released 2022-07-07) ----------------------------- +3.2.0-rc1: (released 2022-06-27) +-------------------------------- All: diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index aad0e6e35e..c8a2279d21 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -6,7 +6,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = wxWidgets -PROJECT_NUMBER = 3.2.0 +PROJECT_NUMBER = 3.2.0-rc1 PROJECT_BRIEF = PROJECT_LOGO = logo.png OUTPUT_DIRECTORY = out diff --git a/docs/msw/binaries.md b/docs/msw/binaries.md index 92226410f9..27dfe7e1f7 100644 --- a/docs/msw/binaries.md +++ b/docs/msw/binaries.md @@ -17,7 +17,7 @@ Getting the files ----------------- First, you need to get the correct files. You will always need the -`wxWidgets-3.2.0-headers.7z` one but the rest depends on your compiler version +`wxWidgets-3.2.0-rc1-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` @@ -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.2.0_vc14x_Dev.7z` and `wxMSW-3.2.0_vc14x_ReleaseDLL.7z`. +`wxMSW-3.2.0-rc1_vc14x_Dev.7z` and `wxMSW-3.2.0-rc1_vc14x_ReleaseDLL.7z`. All binaries are available at: -https://www.wxwidgets.org/downloads#v3.2.0_msw +https://www.wxwidgets.org/downloads#v3.2.0-rc1_msw Once you have the files you need, unzip all of them into the same directory, for -example `c:\wx\3.2.0`. You should have only include and lib subdirectories under +example `c:\wx\3.2.0-rc1`. 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 diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index 72a312f775..e64236e101 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -1,17 +1,17 @@ -July 07, 2022 -- The wxWidgets team is pleased to announce a new -major release of our open source framework for the development of native -cross-platform applications in C++. +June 27, 2022 -- The wxWidgets team is pleased to announce the first +release candidate a new major version of our open source framework for +the development of native cross-platform applications in C++. -wxWidgets 3.2.0 is the first release in the new 3.2.x series and is -available now from +wxWidgets 3.2.0 will be the first release in the new 3.2.x series and it +release candidate version is available now from - https://www.wxwidgets.org/downloads/ + https://github.com/wxWidgets/wxWidgets/releases/v3.2.0-rc1 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.2.0/docs/changes.txt +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0-rc1/docs/changes.txt for the incomplete list of the most important ones and here is the maximally condensed summary of the changes compared to 3.0: diff --git a/docs/readme.txt b/docs/readme.txt index 99e8c1ce0f..0c54d52923 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -1,9 +1,9 @@ -wxWidgets 3.2.0 Release Notes +wxWidgets 3.2.0-rc1 Release Notes ============================= -Welcome to the new stable release of wxWidgets, a free and open source -cross-platform C++ framework for writing advanced GUI applications using -native controls. +Welcome to the release candidate of the new stable release of wxWidgets, +a free and open source cross-platform C++ framework for writing +advanced GUI applications using native controls. 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 @@ -16,7 +16,7 @@ more about wxWidgets at: Documentation is available online at: -* https://docs.wxwidgets.org/3.2.0/ +* https://docs.wxwidgets.org/3.2.0-rc1/ wxWidgets sources and binaries for the selected platforms are available for download from: @@ -25,9 +25,9 @@ download from: or, for a more more permanent but less convenient to use link, from -* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.0/ +* https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.0-rc1/ -Please see https://docs.wxwidgets.org/3.2.0/overview_install.html for full +Please see https://docs.wxwidgets.org/3.2.0-rc1/overview_install.html for full installation instructions. diff --git a/docs/release.md b/docs/release.md index 044d34a8ca..c085f8213b 100644 --- a/docs/release.md +++ b/docs/release.md @@ -1,32 +1,32 @@ Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls. -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. +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. 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/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. +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. ## 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. -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. +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. -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). +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). -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. +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. To verify your download please use the following SHA-1 checksums: - 0000000000000000000000000000000000000000 wxMSW-3.2.0-Setup.exe - 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-chm.zip - 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-html.tar.bz2 - 0000000000000000000000000000000000000000 wxWidgets-3.2.0-docs-html.zip - 0000000000000000000000000000000000000000 wxWidgets-3.2.0-headers.7z - 0000000000000000000000000000000000000000 wxWidgets-3.2.0.7z - 0000000000000000000000000000000000000000 wxWidgets-3.2.0.tar.bz2 - 0000000000000000000000000000000000000000 wxWidgets-3.2.0.zip + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1-Setup.exe + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1-docs-chm.zip + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1-docs-html.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1-docs-html.zip + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1-headers.7z + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1.7z + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1.tar.bz2 + 0000000000000000000000000000000000000000 wxWidgets-3.2.0-rc1.zip ## Binaries @@ -38,7 +38,7 @@ We provide pre-built binary files for the following compilers: ### For Developers -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). +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). 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 -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. +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. ### For Debugging -* 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. +* 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. * 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 To verify your download please use the following SHA-1 checksums: - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc730_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc810_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc920TDM_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_gcc1020_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc90_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc100_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc110_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc120_x64_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_ReleasePDB.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_Dev.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_ReleaseDLL.7z - 0000000000000000000000000000000000000000 wxMSW-3.2.0_vc14x_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc730_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc810_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc920TDM_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_gcc1020_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc90_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc100_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc110_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc120_x64_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_ReleasePDB.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_Dev.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_ReleaseDLL.7z + 0000000000000000000000000000000000000000 wxMSW-3.2.0-rc1_vc14x_x64_ReleasePDB.7z ## Reporting Problems