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: master
Choose a base ref
...
head repository: Hamlib/Hamlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Hamlib-4.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. Advance to 4.6~rc1

    N0NB committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c0542ae View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Configuration menu
    Copy the full SHA
    d66b176 View commit details
    Browse the repository at this point in the history
  2. Advance to 4.6 release

    N0NB committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    c9031ca View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2024

  1. Fix kendwood_priv_data definition

    When compiling Hamlib 4.6 on Alpine Linux, the build fails with the
    following error message:
    
        kenwood.h:186:5: error: unknown type name 'mode_t'; did you mean 'rmode_t'?
    
    According to the man page for mode_t (on Debian), the standard C library
    provides this type and it is an integer type. The struct member
    last_mode_pc is compared with curr_mode which has type rmode_t so this
    commit updates the definition to use this type.
    
    With this change, Hamlib 4.6 builds successfully on Alpine Linux 3.21.0.
    bradfordboyle committed Dec 25, 2024
    Configuration menu
    Copy the full SHA
    15147d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1642 from bradfordboyle/fix-kenwood-mode

    Fix kendwood_priv_data definition
    mdblack98 authored Dec 25, 2024
    Configuration menu
    Copy the full SHA
    ffff4e2 View commit details
    Browse the repository at this point in the history
Loading