~mmach/netext73/wxwidgets3.0

« back to all changes in this revision

Viewing changes to docs/release.md

  • Committer: mmach
  • Date: 2023-02-26 13:00:14 UTC
  • Revision ID: netbit73@gmail.com-20230226130014-qcgvsmcc9usui2wo
3.2.3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Welcome to wxWidgets, a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
2
2
 
3
 
wxWidgets 3.2.1 is part of 3.2 stable branch. This means that it is API _and_ ABI-compatible with 3.2.0 release, i.e. the applications previously built using 3.2.0 shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.
 
3
wxWidgets 3.2.2 is part of 3.2 stable branch. This means that it is API _and_ ABI-compatible with the previous 3.2.x releases, i.e. the applications previously built using 3.2.0 or 3.2.1 shared libraries will continue working with this release even without recompiling when using shared libraries and can be rebuilt without any changes to the code otherwise.
4
4
 
5
5
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.
6
6
 
7
 
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.1/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.1/docs/changes.txt) for more details of the changes in it.
 
7
Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.2/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.2/docs/changes.txt) for more details of the changes in it.
8
8
 
9
9
 
10
10
## Source Files and Documentation
11
11
 
12
12
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.
13
13
 
14
 
Instead, download one of [wxWidgets-3.2.1.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.1/wxWidgets-3.2.1.zip) or [wxWidgets-3.2.1.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.1/wxWidgets-3.2.1.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.1.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.1/wxWidgets-3.2.1.tar.bz2) for Unix ones, including macOS. These archives have exactly the same contents, but use the line endings appropriate for the corresponding platform.
15
 
 
16
 
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.1).
17
 
 
18
 
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.1/wxMSW-3.2.1-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
 
14
Instead, download one of [wxWidgets-3.2.2.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.2/wxWidgets-3.2.2.zip) or [wxWidgets-3.2.2.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.2/wxWidgets-3.2.2.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.2.2.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.2/wxWidgets-3.2.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.
 
15
 
 
16
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.2).
 
17
 
 
18
Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.2/wxMSW-3.2.2-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
19
19
 
20
20
To verify your download please use the following SHA-1 checksums:
21
21
 
22
 
    0000000000000000000000000000000000000000  wxMSW-3.2.1-Setup.exe
23
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1-docs-chm.zip
24
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1-docs-html.tar.bz2
25
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1-docs-html.zip
26
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1-headers.7z
27
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1.7z
28
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1.tar.bz2
29
 
    0000000000000000000000000000000000000000  wxWidgets-3.2.1.zip
 
22
    0000000000000000000000000000000000000000  wxMSW-3.2.2-Setup.exe
 
23
    0000000000000000000000000000000000000000  wxWidgets-3.2.2-docs-chm.zip
 
24
    0000000000000000000000000000000000000000  wxWidgets-3.2.2-docs-html.tar.bz2
 
25
    0000000000000000000000000000000000000000  wxWidgets-3.2.2-docs-html.zip
 
26
    0000000000000000000000000000000000000000  wxWidgets-3.2.2-headers.7z
 
27
    0000000000000000000000000000000000000000  wxWidgets-3.2.2.7z
 
28
    0000000000000000000000000000000000000000  wxWidgets-3.2.2.tar.bz2
 
29
    0000000000000000000000000000000000000000  wxWidgets-3.2.2.zip
30
30
 
31
31
## Binaries
32
32
 
39
39
 
40
40
### For Developers
41
41
 
42
 
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.1_Headers.7z` file and one of `wxMSW-3.2.1-vcXXX_Dev.7z` or `wxMSW-3.2.1_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
 
42
For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.2.2_Headers.7z` file and one of `wxMSW-3.2.2-vcXXX_Dev.7z` or `wxMSW-3.2.2_gccXXX_Dev.7z` files depending on your compiler, its version and the target architecture (x86 if not specified or x64).
43
43
 
44
44
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.
45
45
 
47
47
 
48
48
### For End Users
49
49
 
50
 
End users may download one of `wxMSW-3.2.1_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.1_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
 
50
End users may download one of `wxMSW-3.2.2_vcXXX_ReleaseDLL.7z` or `wxMSW-3.2.2_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
51
51
 
52
52
### For Debugging
53
53
 
54
 
* Microsoft Visual C++ users: Files `wxMSW-3.2.1_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.
 
54
* Microsoft Visual C++ users: Files `wxMSW-3.2.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.
55
55
* 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).
56
56
 
57
57
### Binary File Download Verification
58
58
 
59
59
To verify your download please use the following SHA-1 checksums:
60
60
 
61
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc730_Dev.7z
62
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc730_ReleaseDLL.7z
63
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc730_x64_Dev.7z
64
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc730_x64_ReleaseDLL.7z
65
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc810_Dev.7z
66
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc810_ReleaseDLL.7z
67
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc810_x64_Dev.7z
68
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc810_x64_ReleaseDLL.7z
69
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1030TDM_Dev.7z
70
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1030TDM_ReleaseDLL.7z
71
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1030TDM_x64_Dev.7z
72
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1030TDM_x64_ReleaseDLL.7z
73
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1220_Dev.7z
74
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1220_ReleaseDLL.7z
75
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1220_x64_Dev.7z
76
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_gcc1220_x64_ReleaseDLL.7z
77
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_Dev.7z
78
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_ReleaseDLL.7z
79
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_ReleasePDB.7z
80
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_x64_Dev.7z
81
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_x64_ReleaseDLL.7z
82
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc90_x64_ReleasePDB.7z
83
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_Dev.7z
84
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_ReleaseDLL.7z
85
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_ReleasePDB.7z
86
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_x64_Dev.7z
87
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_x64_ReleaseDLL.7z
88
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc100_x64_ReleasePDB.7z
89
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_Dev.7z
90
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_ReleaseDLL.7z
91
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_ReleasePDB.7z
92
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_x64_Dev.7z
93
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_x64_ReleaseDLL.7z
94
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc110_x64_ReleasePDB.7z
95
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_Dev.7z
96
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_ReleaseDLL.7z
97
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_ReleasePDB.7z
98
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_x64_Dev.7z
99
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_x64_ReleaseDLL.7z
100
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc120_x64_ReleasePDB.7z
101
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_Dev.7z
102
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_ReleaseDLL.7z
103
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_ReleasePDB.7z
104
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_x64_Dev.7z
105
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_x64_ReleaseDLL.7z
106
 
    0000000000000000000000000000000000000000 wxMSW-3.2.1_vc14x_x64_ReleasePDB.7z
 
61
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc730_Dev.7z
 
62
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc730_ReleaseDLL.7z
 
63
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc730_x64_Dev.7z
 
64
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc730_x64_ReleaseDLL.7z
 
65
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc810_Dev.7z
 
66
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc810_ReleaseDLL.7z
 
67
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc810_x64_Dev.7z
 
68
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc810_x64_ReleaseDLL.7z
 
69
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1030TDM_Dev.7z
 
70
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1030TDM_ReleaseDLL.7z
 
71
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1030TDM_x64_Dev.7z
 
72
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1030TDM_x64_ReleaseDLL.7z
 
73
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1220_Dev.7z
 
74
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1220_ReleaseDLL.7z
 
75
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1220_x64_Dev.7z
 
76
    0000000000000000000000000000000000000000 wxMSW-3.2.2_gcc1220_x64_ReleaseDLL.7z
 
77
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_Dev.7z
 
78
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_ReleaseDLL.7z
 
79
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_ReleasePDB.7z
 
80
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_x64_Dev.7z
 
81
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_x64_ReleaseDLL.7z
 
82
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc90_x64_ReleasePDB.7z
 
83
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_Dev.7z
 
84
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_ReleaseDLL.7z
 
85
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_ReleasePDB.7z
 
86
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_x64_Dev.7z
 
87
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_x64_ReleaseDLL.7z
 
88
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc100_x64_ReleasePDB.7z
 
89
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_Dev.7z
 
90
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_ReleaseDLL.7z
 
91
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_ReleasePDB.7z
 
92
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_x64_Dev.7z
 
93
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_x64_ReleaseDLL.7z
 
94
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc110_x64_ReleasePDB.7z
 
95
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_Dev.7z
 
96
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_ReleaseDLL.7z
 
97
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_ReleasePDB.7z
 
98
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_x64_Dev.7z
 
99
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_x64_ReleaseDLL.7z
 
100
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc120_x64_ReleasePDB.7z
 
101
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_Dev.7z
 
102
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_ReleaseDLL.7z
 
103
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_ReleasePDB.7z
 
104
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_x64_Dev.7z
 
105
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_x64_ReleaseDLL.7z
 
106
    0000000000000000000000000000000000000000 wxMSW-3.2.2_vc14x_x64_ReleasePDB.7z
107
107
 
108
108
## Reporting Problems
109
109