[Git][wxwidgets/wxwidgets][master] More documentation updates for 3.3.1

3 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Jul 20, 2025, 6:33:00 PMJul 20
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 49c68109
    by Vadim Zeitlin at 2025-07-21T00:13:00+02:00
    More documentation updates for 3.3.1
    
    This should have been part of the last commit.
    

2 changed files:

Changes:

  • docs/publicity/announce.txt
    ... ... @@ -3,8 +3,8 @@ development release of our open source framework for the development of native
    3 3
     cross-platform applications in C++.
    
    4 4
     
    
    5 5
     wxWidgets 3.3.1 is the second release in the 3.3.x development series coming
    
    6
    -soon after 3.3.0 and as it is mostly a bug fix release, correcting some
    
    7
    -regressions found in 3.3.0. The new version is available now from
    
    6
    +soon after 3.3.0 and is mostly a bug fix release, correcting some regressions
    
    7
    +found in 3.3.0. The new version is available now from
    
    8 8
     
    
    9 9
         https://www.wxwidgets.org/downloads/
    
    10 10
     
    

  • docs/release.md
    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.3.0 is the first release in the 3.3 development branch, bringing many new features and improvements compared to the stable 3.2 branch while remaining mostly API-compatible with it.
    
    3
    +wxWidgets 3.3.1 is the second release in the 3.3.x development series coming soon after 3.3.0 and is mostly a bug fix release, correcting some regressions found in 3.3.0.
    
    4 4
     
    
    5 5
     Please note that even this is not a "stable" release, it is still considered to be suitable to be used in production, the only difference with the stable releases is that API and ABI compatibility are not guaranteed for the releases in this series. In practice, however, backwards-incompatible API changes are expected to be rare.
    
    6 6
     
    
    7
    -Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.0/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.0/docs/changes.txt) for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.
    
    7
    +Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.1/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.1/docs/changes.txt) for more details of the changes in it. In particular, please read the "INCOMPATIBLE CHANGES" section in the change log if you are upgrading from a previous version of wxWidgets.
    
    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.3.0.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.0/wxWidgets-3.3.0.zip) or [wxWidgets-3.3.0.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.0/wxWidgets-3.3.0.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.3.0.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.0/wxWidgets-3.3.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.
    
    14
    +Instead, download one of [wxWidgets-3.3.1.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.1/wxWidgets-3.3.1.zip) or [wxWidgets-3.3.1.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.1/wxWidgets-3.3.1.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.3.1.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.1/wxWidgets-3.3.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 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.3.0).
    
    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.3.1).
    
    17 17
     
    
    18
    -Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.0/wxMSW-3.3.0-Setup.exe) containing both sources and documentation, however please note that this file does _not_ contain any binaries, please see below for those.
    
    18
    +Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.1/wxMSW-3.3.1-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.3.0-Setup.exe
    
    23
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0-docs-chm.zip
    
    24
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0-docs-html.tar.bz2
    
    25
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0-docs-html.zip
    
    26
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0-headers.7z
    
    27
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0.7z
    
    28
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0.tar.bz2
    
    29
    -    0000000000000000000000000000000000000000  wxWidgets-3.3.0.zip
    
    22
    +    0000000000000000000000000000000000000000  wxMSW-3.3.1-Setup.exe
    
    23
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1-docs-chm.zip
    
    24
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1-docs-html.tar.bz2
    
    25
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1-docs-html.zip
    
    26
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1-headers.7z
    
    27
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1.7z
    
    28
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1.tar.bz2
    
    29
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.1.zip
    
    30 30
     
    
    31 31
     ## Binaries
    
    32 32
     
    
    ... ... @@ -37,32 +37,32 @@ We provide pre-built binary files for x86-64 Windows for the following compilers
    37 37
     
    
    38 38
     ### For Developers
    
    39 39
     
    
    40
    -For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.3.0_Headers.7z` file and one of `wxMSW-3.3.0-vc14x_x64_Dev.7z` or `wxMSW-3.3.0_gcc1510_x64_Dev.7z` files depending on your compiler.
    
    40
    +For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.3.1_Headers.7z` file and one of `wxMSW-3.3.1-vc14x_x64_Dev.7z` or `wxMSW-3.3.1_gcc1510_x64_Dev.7z` files depending on your compiler.
    
    41 41
     
    
    42 42
     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.
    
    43 43
     
    
    44 44
     Note that if you're setting up a new project using these binaries, the simplest way to do it is to use the provided `wxwidgets.props` file: for this, open the `View|Property Manager` menu item in the IDE, select "Add Existing Property Sheet..." from the project context menu and browse to this file in the file open dialog.
    
    45 45
     
    
    46
    -Please see the [instructions in the manual](https://docs.wxwidgets.org/3.3.0/plat_msw_binaries.html) for more details.
    
    46
    +Please see the [instructions in the manual](https://docs.wxwidgets.org/3.3.1/plat_msw_binaries.html) for more details.
    
    47 47
     
    
    48 48
     ### For End Users
    
    49 49
     
    
    50
    -End users may download one of `wxMSW-3.3.0_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.3.0_gcc1510_x64_ReleaseDLL.7z` files to get just the DLLs required for running the applications using wxWidgets.
    
    50
    +End users may download one of `wxMSW-3.3.1_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.3.1_gcc1510_x64_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: File `wxMSW-3.3.0_vc14x_x64_ReleasePDB.7z` contains the debug symbols for the release build of the DLLs. Download it 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: File `wxMSW-3.3.1_vc14x_x64_ReleasePDB.7z` contains the debug symbols for the release build of the DLLs. Download it 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
     * gcc users: Currently the debug symbols are not available for the release build of the DLLs (only the debug versions of the DLLs contain 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.3.0_gcc1510_x64_Dev.7z
    
    62
    -    0000000000000000000000000000000000000000 wxMSW-3.3.0_gcc1510_x64_ReleaseDLL.7z
    
    63
    -    0000000000000000000000000000000000000000 wxMSW-3.3.0_vc14x_x64_Dev.7z
    
    64
    -    0000000000000000000000000000000000000000 wxMSW-3.3.0_vc14x_x64_ReleaseDLL.7z
    
    65
    -    0000000000000000000000000000000000000000 wxMSW-3.3.0_vc14x_x64_ReleasePDB.7z
    
    61
    +    0000000000000000000000000000000000000000 wxMSW-3.3.1_gcc1510_x64_Dev.7z
    
    62
    +    0000000000000000000000000000000000000000 wxMSW-3.3.1_gcc1510_x64_ReleaseDLL.7z
    
    63
    +    0000000000000000000000000000000000000000 wxMSW-3.3.1_vc14x_x64_Dev.7z
    
    64
    +    0000000000000000000000000000000000000000 wxMSW-3.3.1_vc14x_x64_ReleaseDLL.7z
    
    65
    +    0000000000000000000000000000000000000000 wxMSW-3.3.1_vc14x_x64_ReleasePDB.7z
    
    66 66
     
    
    67 67
     ## Reporting Problems
    
    68 68
     
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help Notification message regarding https://gitlab.com/wxwidgets/wxwidgets/-/commit/49c6810948f40c457e3d0848b9111627b5b61de5 at 1753050775

Reply all
Reply to author
Forward
0 new messages