Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade wxWidgets on binary builds to 3.2.2.1. #531

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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