Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hamlib/Hamlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.3
Choose a base ref
...
head repository: Hamlib/Hamlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.4
Choose a head ref
  • 19 commits
  • 13 files changed
  • 5 contributors

Commits on Jun 18, 2025

  1. Un-break hamlib on TM-D710/TM-V71/etc

    Commit d1e0e3f introduced a `remove_nonprint` method that breaks hamlib on
    all TM-D710/TM-V71A devices by erroneously removing the command termination
    character (`\r`).
    
    This commit adopts a solution proposed by @GeoBaltz that only runs
    `remove_nonprint` if the command termination character itself is printable.
    
    Resolves: #1767 #1698
    (cherry picked from commit 85c9e15)
    larsks authored and N0NB committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b365b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea177f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Fixed jrc_set_chan

    set_chan() was correctly creating and sending the command, and returning RIG_OK. However, radio was actually ignoring it because command wasn't terminated with a CR. This is now corrected.
    
    (cherry picked from commit aa39d6a)
    markjfine authored and N0NB committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    7d2e828 View commit details
    Browse the repository at this point in the history
  2. Update NEWS for jrc_set_chan

    N0NB committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    619cf9f View commit details
    Browse the repository at this point in the history
  3. Fix memory leak in rigctl_parse.c

    strip_quotes() orphaned 1 or 2 strings per call.
    
    (cherry picked from commit 0740af6)
    GeoBaltz authored and N0NB committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    c7cf859 View commit details
    Browse the repository at this point in the history
  4. Add -S to rigctld man page

    (cherry picked from commit 65d922c)
    GeoBaltz authored and N0NB committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    7b8ce52 View commit details
    Browse the repository at this point in the history
  5. Make separator character local to rigctld connection

    Response to rigctld command was being corrupted by other threads
    Fixes issue #1748
    
    (cherry picked from commit 8d0e67f)
    GeoBaltz authored and N0NB committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    7127d88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b34695a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Correct powerstat check

    The R75 for some reason rejects the powerstat query and returns an error. Commented out  .get_powerstat to correct that. Applications should initially assume it's on, then internally track power status, since you can still turn it off.
    
    (cherry picked from commit dc12b01)
    markjfine authored and N0NB committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    a57e558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867fc58 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Restore TS-590S/SG RIG_LEVEL_RFPOWER_METER

    (cherry picked from commit ec4590d)
    GeoBaltz authored and N0NB committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    f518c47 View commit details
    Browse the repository at this point in the history
  2. Fix rotctl \dump_caps output

    rot_sprintf_status() was printing items multiple times.
    Cause of problem noticed by cppcheck.
    
    (cherry picked from commit 0b75b96)
    GeoBaltz authored and N0NB committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    53c30fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8abb5ef View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. FlexCW

    Added the option to send CW using CWX commands on Flex's.
    
    (cherry picked from commit b365d98)
    aa5sh authored and N0NB committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    c0d7a32 View commit details
    Browse the repository at this point in the history
  2. Added RetVal

    (cherry picked from commit 3b65778)
    aa5sh authored and N0NB committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    0accc40 View commit details
    Browse the repository at this point in the history
  3. Update NEWS for Flex CW

    N0NB committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    e03441d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. smartsdr--CWX Updates

    Needed to replace spaces with 0x7f characters.
    
    (cherry picked from commit 0c94ba4)
    aa5sh authored and N0NB committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    a42e5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4801ebd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Advance to Hamlib 4.6.4

    N0NB committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    59e3d1b View commit details
    Browse the repository at this point in the history
Loading