[Git][wxwidgets/wxwidgets][master] 2 commits: Change all version occurrences in release notes files

5 views
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Feb 28, 2026, 12:23:08 PM (9 days ago) Feb 28
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 7891d140
    by Vadim Zeitlin at 2026-02-28T17:59:39+01:00
    Change all version occurrences in release notes files
    
    There may be multiple versions in the same line, so substitute the
    version "globally".
    
  • de28076d
    by Vadim Zeitlin at 2026-02-28T18:06:35+01:00
    Update release files for 3.3.2
    
    Follow the instructions in docs/contributing/how-to-release.md
    

7 changed files:

Changes:

  • docs/changes.txt
    ... ... @@ -252,39 +252,82 @@ Changes in behaviour which may result in build errors
    252 252
       make sense when wxGLCanvas may use either EGL or GLX.
    
    253 253
     
    
    254 254
     
    
    255
    -3.3.2: (released 2025-??-??)
    
    255
    +3.3.2: (released 2025-03-03)
    
    256 256
     ----------------------------
    
    257 257
     
    
    258
    -NOTE: In addition to the note below, also incorporate (either by
    
    259
    -      copy or by reference) all the changes in the 3.2 branch (i.e.
    
    260
    -      everything in this file after 3.2.0 in that branch).
    
    258
    +Please note that this is a list of changes compared to 3.2.10, the full list of
    
    259
    +changes since 3.3.1 also includes all changes in 3.2.9 and 3.2.10 releases.
    
    261 260
     
    
    262
    -NOTE: This file is updated only before the release, please use
    
    261
    +All:
    
    262
    +
    
    263
    +- Add wxWebRequestDebugLogger (#26086).
    
    264
    +- Fix bitmap position in wxDC::DrawLabel() in high DPI (Blake Madden, #25888).
    
    265
    +- Fix using wxSOCKET_NOWAIT_READ|wxSOCKET_WAITALL_WRITE (#17114).
    
    266
    +- Improve number and currency formatting (Ulrich Telle, #25765).
    
    267
    +- Support configurable timeouts in wxWebRequest (Brian Delalex, #25673).
    
    268
    +- Update all 3rd party libraries to latest versions (Maarten Bent, #26010).
    
    269
    +
    
    270
    +All (GUI):
    
    263 271
     
    
    264
    -    $ git log --notes=changelog --format='%N' v3.3.0..|grep .
    
    272
    +- Add support for minimizing panes in wxAUI (#23986).
    
    273
    +- Add support for using LunaSVG (Randalphwa, #25902).
    
    274
    +- Add wxDisplay::GetRawPPI() (#26082).
    
    275
    +- Add wxGLCanvas::ClearCurrent() (#25958), SetSwapInterval() (#25449)
    
    276
    +  and GetProcAddress() (#9215).
    
    277
    +- Add wxStyledTextCtrlMiniMap (#25887).
    
    278
    +- Add wxTextEntryDialog::SetHint() (Lauri Nurmi, #26176).
    
    279
    +- Fix crash on mouse hover after closing tab in wxAuiNotebook (#25959).
    
    280
    +- Implement automatic wrapping of wxStaticText (Robert Roebling, #25753).
    
    281
    +- Improve splitting behaviour in wxAuiNotebook (#26081).
    
    282
    +- Make generic wxCalendarCtrl DPI-aware (Maarten Bent, #25713).
    
    283
    +- Make wxDC-derived objects moveable (#25726).
    
    284
    +- Make wxScrolled<> autoscroll configurable (Bill Su, #25978).
    
    285
    +- Many RTL layout fixes in wxMSW and wxGTK (AliKet, #25426).
    
    286
    +- Provide safer API for detecting closing wxTipWindow (Bill Su, #26070).
    
    287
    +- Restore columns positions in wxPersistentDVC (Vadym Hrynchyshyn, #26222).
    
    288
    +- Significant wxSVGFileDC improvements (Maarten Bent, #25723).
    
    265 289
     
    
    266
    -      to see all the change log entries since the last release.
    
    290
    +wxGTK:
    
    267 291
     
    
    268
    -      To update the notes, fetch them first:
    
    292
    +- Allow using GLX and EGL in same program (#26023).
    
    293
    +- Fix multiple bugs in gesture handling (Filip Hejsek, #26241).
    
    294
    +- Make WarpPointer() work with supported Wayland compositors (#23778).
    
    295
    +- Support wxDIRP_DIR_MUST_EXIST in wxDirPickerCtrl.
    
    269 296
     
    
    270
    -    $ git fetch origin refs/notes/changelog:refs/notes/changelog
    
    297
    +wxMSW:
    
    271 298
     
    
    272
    -      then use the following command to update them locally
    
    299
    +- Accessibility: fix support for it in wxCheckBox in dark mode (Quin Gillespie,
    
    300
    +  #26184), implement full support for it in wxCheckListBox (Glen Gordon,
    
    301
    +  #25948) and wxStyledTextCtrl (Maarten Bent, #25956) and basic support in
    
    302
    +  wxRichTextCtrl (Joshua Lee Ockert, #26202).
    
    303
    +- Add MSVS 2026 projects and solution files (PB, #26131).
    
    304
    +- Add wxNO_WIN32_W (Maarten Bent, #25965).
    
    305
    +- Dark mode improvements: rendering of several controls (Thomas Modes, #25835),
    
    306
    +  toolbar (#25892) and menus (Mohmed abdel-fattah, #26182).
    
    307
    +- Fix MSVS debug visualizer for wxString (#25684).
    
    308
    +- Revert use of WS_EX_COMPOSITED in previous 3.3 versions (#25808).
    
    273 309
     
    
    274
    -    $ git notes --ref=changelog add -m 'wxPort: description.'
    
    310
    +wxOSX:
    
    275 311
     
    
    276
    -      and finally push it to the server.
    
    312
    +- Add support for more axis in wxJoystick (Sean Maas, #26216).
    
    313
    +- Add support for suspend/resume event generation (Tijs Van Buggenhout, #25778).
    
    314
    +- Fix grid lines in dark mode (Daniel Kulp, #25783).
    
    315
    +- Fix nested markup attributes handling (Václav Slavík, #25864).
    
    316
    +- Make click events consistent with wxMSW (Robert Roebling, #25886).
    
    317
    +- Use threaded animation for wxGA_SMOOTH (Will Cosgrove, #25906).
    
    318
    +- Visual fixes for macOS 26 Tahoe (#25766, #25743, #25767)
    
    277 319
     
    
    278
    -    $ git push origin refs/notes/changelog:refs/notes/changelog
    
    320
    +wxQt:
    
    279 321
     
    
    280
    -      If this fails due to a conflict because you had forgotten to
    
    281
    -      run git-fetch first, you can always reset your local notes
    
    282
    -      (LOSING YOUR CHANGES TO THEM, so make sure to make a copy)
    
    322
    +- Add printing support (AliKet, #26126).
    
    323
    +- Implement wxArtProvider (AliKet, #26210).
    
    324
    +- Many fixes for RTL layout (AliKet, #25822).
    
    283 325
     
    
    284
    -    $ git fetch origin refs/notes/changelog
    
    285
    -    $ git update-ref refs/notes/changelog FETCH_HEAD
    
    326
    +wxiOS:
    
    286 327
     
    
    287
    -      and then redo "git-notes add" and git-push.
    
    328
    +- Implement scrolling support (Robert Roebling, #25827).
    
    329
    +- Implement wxListBox (Robert Roebling, #25858).
    
    330
    +- Implement wxNotebook (Robert Roebling, #25857).
    
    288 331
     
    
    289 332
     
    
    290 333
     3.3.1: (released 2025-07-21)
    

  • docs/doxygen/mainpages/manual.h
    ... ... @@ -14,7 +14,7 @@
    14 14
     @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
    
    15 15
             Bryan Petty, Francesco Montorsi, Robert Roebling et al
    
    16 16
     
    
    17
    -@date July 21, 2025
    
    17
    +@date March 3, 2026
    
    18 18
     
    
    19 19
     Welcome to wxWidgets, a stable and powerful open source framework for
    
    20 20
     developing native cross-platform GUI applications in C++!
    

  • docs/msw/binaries.md
    ... ... @@ -19,7 +19,7 @@ Getting the files
    19 19
     First, you need to get the correct files. You will always need the
    
    20 20
     `wxWidgets-3.3.2-headers.7z` one but the "Dev" and the "ReleaseDLL"
    
    21 21
     files depend on your compiler: for example, for MSVS you will need
    
    22
    -`wxMSW-3.3.2_vc14x_x64_Dev.7z` and `wxMSW-3.3.1_vc14x_x64_ReleaseDLL.7z`, but
    
    22
    +`wxMSW-3.3.2_vc14x_x64_Dev.7z` and `wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z`, but
    
    23 23
     if you are using gcc, you will need `wxMSW-3.3.2_gcc1510_x64_Dev.7z` and
    
    24 24
     `wxMSW-3.3.2_gcc1510_x64_ReleaseDLL.7z`.
    
    25 25
     
    

  • docs/publicity/announce.txt
    1
    -July 21, 2025 -- The wxWidgets team is pleased to announce the first new
    
    1
    +March 3, 2026 -- The wxWidgets team is pleased to announce the first new
    
    2 2
     development release of our open source framework for the development of native
    
    3 3
     cross-platform applications in C++.
    
    4 4
     
    
    5
    -wxWidgets 3.3.1 is the second release in the 3.3.x development series coming
    
    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
    
    5
    +wxWidgets 3.3.2 is the third release in the 3.3.x development series and brings
    
    6
    +a number of improvements and bug fixes, with almost 1000 changes in it since
    
    7
    +the previous 3.3.1 release.
    
    8
    +
    
    9
    +The new version is available now from
    
    8 10
     
    
    9 11
         https://www.wxwidgets.org/downloads/
    
    10 12
     
    
    11 13
     and
    
    12 14
     
    
    13
    -    https://github.com/wxWidgets/wxWidgets/releases/v3.3.1
    
    14
    -
    
    15
    -The most important fixes since 3.3.0 include:
    
    16
    -
    
    17
    -- Restore Windows date/time pickers behaviour under non-English OS (#25511).
    
    18
    -- Fix crash on startup under macOS when using Farsi as system language (#25561).
    
    19
    -- Fix losing wxGenericListCtrl contents after AppendColumn() (#25519).
    
    20
    -- Fix crash when sorting wxDataViewCtrl in wxGTK in some circumstances (#25625).
    
    21
    -- Fix crash when using per-window menu in Windows MDI applications (#25522).
    
    22
    -- Restore inadvertently broken API compatibility in wxPropertyGrid (#25627).
    
    23
    -
    
    24
    -There were also a number of fixes to the new Windows dark mode support:
    
    25
    -
    
    26
    -- Fix crash with wxStaticBitmap inside wxNotebook in dark mode (#25499).
    
    27
    -- Fix disabled wxButton bitmaps appearance in dark mode (#25575).
    
    28
    -- Fix disabled wxStaticText appearance in dark mode (#25574).
    
    29
    -- Fix notebook background in dark high contrast themes (#25542).
    
    30
    -- Fix regression in wxDataViewCtrl border in light mode (#25532).
    
    31
    -- Fix selected toolbar buttons in dark mode (Stefan Ziegler, #25616).
    
    32
    -- Fix wxComboCtrl appearance in dark mode (#23766).
    
    33
    -- Fix wxTE_RICH wxTextCtrl appearance in dark mode (#25602).
    
    34
    -
    
    35
    -And, finally, this release also contains a small number of new features:
    
    36
    -
    
    37
    -- Allow setting "app id" under supported platforms (Windows/Wayland) (#25548).
    
    38
    -- Add persistence support for wxRadioButtons (#25530) and wxCheckBox (#25515).
    
    39
    -- Add support for PNG "Description" text chunk to wxImage (#25556).
    
    40
    -- wxNumberFormatter improvements (#25614, #25635).
    
    15
    +    https://github.com/wxWidgets/wxWidgets/releases/v3.3.2
    
    16
    +
    
    17
    +Changes in this release include:
    
    18
    +
    
    19
    +- Improve accessibility support: fix it for wxCheckBox in dark mode (#26184),
    
    20
    +  add it for wxCheckListBox (#25948), wxStyledTextCtrl (#25956) and minimal
    
    21
    +  support for wxRichTextCtrl (#26202).
    
    22
    +- Add support for minimizing panes in wxAUI (#23986) and improve splitting
    
    23
    +  behaviour in wxAuiNotebook (#26081).
    
    24
    +- Add wxStyledTextCtrlMiniMap (#25887).
    
    25
    +- Allow using GLX and EGL in the same program in wxGTK (#26023).
    
    26
    +- Add support for using LunaSVG for SVG rendering (#25902).
    
    27
    +- Include projects and solution files for MSVC 2026 (#26131).
    
    28
    +- Many visual fixes for macOS 26 Tahoe (#25766, #25743, #25767)
    
    29
    +- Support scrolling, wxListCtrl, wxNotebook in wxiOS (#25827, #25857, #25858).
    
    30
    +- Implement printing support and wxArtProvider in wxQt (#26126, #26210).
    
    31
    +- Generate suspend/resume events in wxOSX (#25778).
    
    32
    +- Make automatic scrolling in wxScrolled<> configurable (#25978).
    
    33
    +- Improve number and currency formatting (#25765).
    
    34
    +- Significant improvements in wxSVGFileDC (#25723).
    
    35
    +- Allow configuring timeouts in wxWebRequest (#25673) and add new
    
    36
    +  wxWebRequestDebugLogger class (#26086).
    
    37
    +- All bundled 3rd party libraries were updated to latest versions (#26010).
    
    38
    +
    
    39
    +There were too many bug fixes to list them all here, but some of the more
    
    40
    +important ones include:
    
    41
    +
    
    42
    +- Fix using wxSOCKET_NOWAIT_READ and wxSOCKET_WAITALL_WRITE together (#17114).
    
    43
    +- Fix crash on mouse hover after closing tab in wxAuiNotebook (#25959).
    
    44
    +- More dark mode fixes in wxMSW: fix or improve rendering of several controls
    
    45
    +  (#25835), toolbar (#25892) and menus (#26182).
    
    46
    +- More high DPI fixes as well: for wxToolBar (#26038), wxAuiToolBar (#26076),
    
    47
    +  wxPGMultiButton (#26069), wxTreeCtrl state images (#26059), generic
    
    48
    +  wxCalendarCtrl (#25713) and bitmap position in wxDC::DrawLabel() (#25888).
    
    49
    +- Many RTL layout fixes in wxMSW, wxGTK and wxQt (#25426, #25822).
    
    50
    +- Fix multiple bugs in gesture handling in wxGTK (#26241).
    
    41 51
     
    
    42 52
     Please see the change log
    
    43 53
     
    
    44
    -https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.1/docs/changes.txt
    
    54
    +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.2/docs/changes.txt
    
    45 55
     
    
    46
    -for the list of the other important changes.
    
    56
    +for the list of the other changes.
    
    47 57
     
    
    48 58
     
    
    49 59
     This release is part of the "development" release series, but these development
    

  • docs/readme.txt
    ... ... @@ -32,40 +32,53 @@ installation instructions.
    32 32
     
    
    33 33
     
    
    34 34
     
    
    35
    -Changes since 3.3.0
    
    35
    +Changes since 3.3.1
    
    36 36
     -------------------
    
    37 37
     
    
    38
    -This release comes only a few weeks after 3.3.0, but still has more than 200
    
    39
    -changes including several important fixes for bugs found in 3.3.0, notably:
    
    38
    +This release contains almost a 1000 commits since 3.3.1, including a number of
    
    39
    +new features and improvements:
    
    40
    +
    
    41
    +- Improve accessibility support: fix it for wxCheckBox in dark mode (#26184),
    
    42
    +  add it for wxCheckListBox (#25948), wxStyledTextCtrl (#25956) and minimal
    
    43
    +  support for wxRichTextCtrl (#26202).
    
    44
    +- Add support for minimizing panes in wxAUI (#23986) and improve splitting
    
    45
    +  behaviour in wxAuiNotebook (#26081).
    
    46
    +- Add wxStyledTextCtrlMiniMap (#25887).
    
    47
    +- Allow using GLX and EGL in the same program in wxGTK (#26023).
    
    48
    +- Add support for using LunaSVG for SVG rendering (#25902).
    
    49
    +- Include projects and solution files for MSVC 2026 (#26131).
    
    50
    +- Many visual fixes for macOS 26 Tahoe (#25766, #25743, #25767)
    
    51
    +- Support scrolling, wxListCtrl, wxNotebook in wxiOS (#25827, #25857, #25858).
    
    52
    +- Implement printing support and wxArtProvider in wxQt (#26126, #26210).
    
    53
    +- Generate suspend/resume events in wxOSX (#25778).
    
    54
    +- Make automatic scrolling in wxScrolled<> configurable (#25978).
    
    55
    +- Improve number and currency formatting (#25765).
    
    56
    +- Significant improvements in wxSVGFileDC (#25723).
    
    57
    +- Allow configuring timeouts in wxWebRequest (#25673) and add new
    
    58
    +  wxWebRequestDebugLogger class (#26086).
    
    59
    +- All bundled 3rd party libraries were updated to latest versions (#26010).
    
    60
    +
    
    61
    +There were, of course, also a number of bug fixes:
    
    62
    +
    
    63
    +- Fix using wxSOCKET_NOWAIT_READ and wxSOCKET_WAITALL_WRITE together (#17114).
    
    64
    +- Fix crash on mouse hover after closing tab in wxAuiNotebook (#25959).
    
    65
    +- More dark mode fixes in wxMSW: fix or improve rendering of several controls
    
    66
    +  (#25835), toolbar (#25892) and menus (#26182).
    
    67
    +- More high DPI fixes as well: for wxToolBar (#26038), wxAuiToolBar (#26076),
    
    68
    +  wxPGMultiButton (#26069), wxTreeCtrl state images (#26059), generic
    
    69
    +  wxCalendarCtrl (#25713) and bitmap position in wxDC::DrawLabel() (#25888).
    
    70
    +- Many RTL layout fixes in wxMSW, wxGTK and wxQt (#25426, #25822).
    
    71
    +- Fix multiple bugs in gesture handling in wxGTK (#26241).
    
    40 72
     
    
    41
    -- Restore Windows date/time pickers behaviour under non-English OS (#25511).
    
    42
    -- Fix crash on startup under macOS when using Farsi as system language (#25561).
    
    43
    -- Fix losing wxGenericListCtrl contents after AppendColumn() (#25519).
    
    44
    -- Fix crash when sorting wxDataViewCtrl in wxGTK in some circumstances (#25625).
    
    45
    -- Fix crash when using per-window menu in Windows MDI applications (#25522).
    
    46
    -- Restore inadvertently broken API compatibility in wxPropertyGrid (#25627).
    
    47
    -
    
    48
    -There were also a number of fixes to the new Windows dark mode support:
    
    49
    -
    
    50
    -- Fix crash with wxStaticBitmap inside wxNotebook in dark mode (#25499).
    
    51
    -- Fix disabled wxButton bitmaps appearance in dark mode (#25575).
    
    52
    -- Fix disabled wxStaticText appearance in dark mode (#25574).
    
    53
    -- Fix notebook background in dark high contrast themes (#25542).
    
    54
    -- Fix regression in wxDataViewCtrl border in light mode (#25532).
    
    55
    -- Fix selected toolbar buttons in dark mode (Stefan Ziegler, #25616).
    
    56
    -- Fix wxComboCtrl appearance in dark mode (#23766).
    
    57
    -- Fix wxTE_RICH wxTextCtrl appearance in dark mode (#25602).
    
    73
    +Please see the change log for the more complete list:
    
    58 74
     
    
    59
    -And, finally, this release also contains a small number of new features:
    
    75
    +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.2/docs/changes.txt
    
    60 76
     
    
    61
    -- Allow setting "app id" under supported platforms (Windows/Wayland) (#25548).
    
    62
    -- Add persistence support for wxRadioButtons (#25530) and wxCheckBox (#25515).
    
    63
    -- Add support for PNG "Description" text chunk to wxImage (#25556).
    
    64
    -- wxNumberFormatter improvements (#25614, #25635).
    
    77
    +and also see
    
    65 78
     
    
    66
    -Please see the change log for the more complete list:
    
    79
    +https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.10/docs/changes.txt
    
    67 80
     
    
    68
    -https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.2/docs/changes.txt
    
    81
    +as the changes in 3.2.9 and 3.2.10 releases are also included in this one.
    
    69 82
     
    
    70 83
     Note that in spite of all these changes, wxWidgets 3.3.2 is almost fully
    
    71 84
     compatible with wxWidgets 3.2 and updating the existing applications to
    

  • 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.2 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.
    
    3
    +wxWidgets 3.3.2 is the third 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.
    
    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.2/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.
    
    7
    +Please see [**README**](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.2/docs/readme.txt) for more information about this release and the [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.2/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.2.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.
    
    14
    +Instead, download one of [wxWidgets-3.3.2.zip](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.2/wxWidgets-3.3.2.zip) or [wxWidgets-3.3.2.7z](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.2/wxWidgets-3.3.2.7z), for much smaller size, for Microsoft Windows systems or [wxWidgets-3.3.2.tar.bz2](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.2/wxWidgets-3.3.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 15
     
    
    16 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.2).
    
    17 17
     
    
    18
    -Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.2/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.
    
    18
    +Finally, Microsoft Windows users may download [Setup.exe file](https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.2/wxMSW-3.3.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
    -    b13e4a04347366ccf06060ce1637ef3eb17beb42  wxMSW-3.3.2-Setup.exe
    
    23
    -    c20c6a021f343d4b2e495df7ddbf6f6aebba0f37  wxWidgets-3.3.2-docs-chm.zip
    
    24
    -    973c799cef757f1513264e5075f555f604de13bb  wxWidgets-3.3.2-docs-html.tar.bz2
    
    25
    -    9e91c607737d4c7728360c8b0229829daec5df59  wxWidgets-3.3.2-docs-html.zip
    
    26
    -    ae050d701a451ceb2e230aa6cd5222dd5258c76c  wxWidgets-3.3.2-headers.7z
    
    27
    -    5e814eba0cb4bdb30b81d6ede28b00ee1384a3ce  wxWidgets-3.3.2.7z
    
    28
    -    4011a6b56f13becc9b4a672d0a082041b22f499f  wxWidgets-3.3.2.tar.bz2
    
    29
    -    2526b67fd855ebf3e7133fb8a91b48e5b4b03f70  wxWidgets-3.3.2.zip
    
    22
    +    0000000000000000000000000000000000000000  wxMSW-3.3.2-Setup.exe
    
    23
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2-docs-chm.zip
    
    24
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2-docs-html.tar.bz2
    
    25
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2-docs-html.zip
    
    26
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2-headers.7z
    
    27
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2.7z
    
    28
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2.tar.bz2
    
    29
    +    0000000000000000000000000000000000000000  wxWidgets-3.3.2.zip
    
    30 30
     
    
    31 31
     ## Binaries
    
    32 32
     
    
    ... ... @@ -37,7 +37,7 @@ 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.2_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.
    
    40
    +For developing applications with wxWidgets you need to download the compiler-independent `wxWidgets-3.3.2_Headers.7z` file and one of `wxMSW-3.3.2-vc14x_x64_Dev.7z` or `wxMSW-3.3.2_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
     
    
    ... ... @@ -47,7 +47,7 @@ Please see the [instructions in the manual](https://docs.wxwidgets.org/3.3.2/pla
    47 47
     
    
    48 48
     ### For End Users
    
    49 49
     
    
    50
    -End users may download one of `wxMSW-3.3.2_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.
    
    50
    +End users may download one of `wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.3.2_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
     
    
    ... ... @@ -58,11 +58,11 @@ End users may download one of `wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z` or `wxMSW-3.
    58 58
     
    
    59 59
     To verify your download please use the following SHA-1 checksums:
    
    60 60
     
    
    61
    -    e65fff19578141672258c30464faf9808fa2f814 wxMSW-3.3.2_gcc1510_x64_Dev.7z
    
    62
    -    1ce14ee14e2129d816fc17f18d3c3ac74aa1bbd0 wxMSW-3.3.2_gcc1510_x64_ReleaseDLL.7zz
    
    63
    -    44c389ac2691fdd20d7a622e58fc3064eb965c06 wxMSW-3.3.2_vc14x_x64_Dev.7z
    
    64
    -    6713f2d41f5b26ef3ab225654f97d401a73beff8 wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z
    
    65
    -    c90999d75fe000c784a60a52ab88acb213863e48 wxMSW-3.3.2_vc14x_x64_ReleasePDB.7z
    
    61
    +    0000000000000000000000000000000000000000 wxMSW-3.3.2_gcc1510_x64_Dev.7z
    
    62
    +    0000000000000000000000000000000000000000 wxMSW-3.3.2_gcc1510_x64_ReleaseDLL.7zz
    
    63
    +    0000000000000000000000000000000000000000 wxMSW-3.3.2_vc14x_x64_Dev.7z
    
    64
    +    0000000000000000000000000000000000000000 wxMSW-3.3.2_vc14x_x64_ReleaseDLL.7z
    
    65
    +    0000000000000000000000000000000000000000 wxMSW-3.3.2_vc14x_x64_ReleasePDB.7z
    
    66 66
     
    
    67 67
     ## Reporting Problems
    
    68 68
     
    

  • misc/scripts/inc_release
    ... ... @@ -39,10 +39,10 @@ run_sed docs/readme.txt \
    39 39
         "/naming: while/s/$ver_for_sed/$ver_string_new/" 
    
    40 40
     
    
    41 41
     run_sed docs/release.md \
    
    42
    -    "s/$ver_for_sed/$ver_string_new/"
    
    42
    +    "s/$ver_for_sed/$ver_string_new/g"
    
    43 43
     
    
    44 44
     run_sed docs/msw/binaries.md \
    
    45
    -    "s/$ver_for_sed/$ver_string_new/"
    
    45
    +    "s/$ver_for_sed/$ver_string_new/g"
    
    46 46
     
    
    47 47
     run_sed docs/doxygen/Doxyfile \
    
    48 48
         "/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
    

Reply all
Reply to author
Forward
0 new messages