wxWidgets/docs/release.md
Vadim Zeitlin d06720d4c9 Update SHA-1 sums for 3.1.2 release source archives
This is the result of running ./build/tools/post-release.sh
2018-12-09 16:53:25 +01:00

8.4 KiB

Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets 3.1.2 is the latest release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series. It is not inherently more buggy or less stable than the "stable" releases and you're encouraged to use it, including in production. If you're already using 3.0, upgrading shouldn't require any special effort, so please try it out.

Please see README for more information about this release and the change log for the 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.1.2.zip or wxWidgets-3.1.2.7z, for much smaller size, for Microsoft Windows systems or wxWidgets-3.1.2.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.

Finally, Microsoft Windows users may download Setup.exe file 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:

85ac5b18de191d9d5504b7106466b21b64e7249d  wxMSW-3.1.2-Setup.exe
40a1469a13023f12a56bcbcfec2c1172fe1b86d6  wxWidgets-3.1.2-docs-chm.zip
393f6bca6c5c4fc178a9312fae5bddc04233b7bb  wxWidgets-3.1.2-docs-html.tar.bz2
e51475ec38628b7080af01963bbf43f2151121c8  wxWidgets-3.1.2-docs-html.zip
e6335af2fc8c9058d442bbb7ef456c3c5594e7fe  wxWidgets-3.1.2-headers.7z
0737ccc29f8d625496e425cb7d0ff8207343609b  wxWidgets-3.1.2.7z
29cbbba946d2a7b4d28ca1db12315810cc8de74d  wxWidgets-3.1.2.tar.bz2
ec7114242f2df2706bb90bd76fa3b79f83f1b05d  wxWidgets-3.1.2.zip

Binaries

We provide pre-built binary files for the following compilers:

  • Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0 and 14.1 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015 and 2017 respectively).
  • TDM-GCC version 5.1 and MinGW-w64 versions 7.3 and 8.1 (with the default SJLJ exceptions propagation method, using C++11).

For Developers

For developing applications with wxWidgets you need to download the compiler-independent wxWidgets-3.1.2_Headers.7z file and one of wxMSW-3.1.2-vcXXX_Dev.7z or wxMSW-3.1.2_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.

For End Users

End users may download one of wxMSW-3.1.2_vcXXX_ReleaseDLL.7z or wxMSW-3.1.2_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.1.2_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.1.2_gcc510TDM_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc510TDM_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc730_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_gcc810_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc90_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc100_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc110_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc120_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc140_x64_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_ReleasePDB.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_Dev.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_ReleaseDLL.7z
0000000000000000000000000000000000000000 wxMSW-3.1.2_vc141_x64_ReleasePDB.7z

Reporting Problems

Please report bugs to the issue tracker or the wx-users mailing list.