Skip to content

Commit

Permalink
Merge pull request #531 from drowe67/ms-wxwidgets-322
Browse files Browse the repository at this point in the history
Upgrade wxWidgets on binary builds to 3.2.2.1.
  • Loading branch information
tmiw authored Sep 11, 2023
2 parents 734277e + a35f096 commit 0701bd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,14 +916,16 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Adjust coloring of text and ticks on spectrum plot to improve visibility when in dark mode. (PR #518)
* Resolve issue preventing proper device name display in Easy Setup for non-English versions of Windows. (PR #524)
* Fix intermittent crash on exit due to improperly closing stderr. (PR #526)
* Fix issue preventing proper generation of unsigned Windows installers. (PR 528)
2. Enhancements:
* Add tooltip to Record button to claify its behavior. (PR #511)
* Add highlighting for RX rows in FreeDV Reporter (to match web version). (PR #519)
* Add Distance column in FreeDV Reporter window. (PR #519)
* Add support for sorting columns in FreeDV Reporter window. (PR #519)
* Allow use of FreeDV Reporter without having a session running. (PR #529)
3. Cleanup:
3. Build system:
* Upgrade wxWidgets on binary builds to 3.2.2.1. (PR #531)
* Fix issue preventing proper generation of unsigned Windows installers. (PR 528)
4. Cleanup:
* Remove unneeded 2400B and 2020B sample files. (PR #521)

## V1.9.1 August 2023
Expand Down
2 changes: 1 addition & 1 deletion cmake/BuildWxWidgets.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WXWIDGETS_VERSION "3.2.1")
set(WXWIDGETS_VERSION "3.2.2.1")

# Ensure that the wxWidgets library is staticly built.
set(wxBUILD_SHARED OFF CACHE BOOL "Build wx libraries as shared libs")
Expand Down

0 comments on commit 0701bd3

Please sign in to comment.