Skip to content

Commit ee94958

Browse files
committed
Merge GitHub PR Hamlib#2005
2 parents 0c061d5 + 9268dc7 commit ee94958

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ EXTRA_DIST = \
1616
README.macos \
1717
README.md \
1818
README.multicast \
19+
ReleaseNotes_4.7.md \
20+
ReleaseNotes_5.0.md \
1921
hamlib.m4 \
2022
hamlib.pc.in
2123

ReleaseNotes_4.7.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
This release brings new equipment support, bug fixes/code cleanups, and some
44
changes to ease transition to 5.0
55

6-
**Support term changes go here**
6+
As many changes are planned for Hamlib in the future leading to 5.0.0
7+
(no planned release date at this time), the 4.7.x series is planned to
8+
be a sort of long term support release and will receive updates in the
9+
form of new models and backends as they are developed. If all goes well
10+
such updates will be in parallel with 5.0.0 development.
11+
12+
This will place a burden on contributors who are asked to submit such
13+
code to both the master and Hamlib-4.7 branches. Hopefully this period
14+
will not last overly long and development can concentrate solely on the
15+
Hamlib 5 series at some point in the future.
716

817
## New equipment support
918
- Icom IC-7300MK2
@@ -31,8 +40,8 @@ changes to ease transition to 5.0
3140
## Changes for 5.0
3241
HAMLIB 5.0 will make some major changes to the Application Binary Interface(ABI) that will
3342
require changes to some applications, and at least recompilation/linking for all
34-
apps. Most(all, I hope) of these source changes can be made/tested/debugged incrementally
35-
with 4.7, making the transition much easier. The Application Programming Interface(API)
43+
apps. These source changes can be made/tested/debugged incrementally with 4.7,
44+
making the transition much easier. The Application Programming Interface(API)
3645
does not change.
3746

3847
### Storage restructuring

ReleaseNotes_5.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HAMLIB 5.0 - Release Notes (DRAFT) 2026-12-01(target)
22

3-
*This more of a list of possibilities than a true document - a strawman only*
3+
*Work in progress - features TBD*
44

55
This major release includes a restructuring of HAMLIB internal storage, forcing
66
changes to the Application Binary Interface(ABI).
@@ -9,12 +9,12 @@ changes to the Application Binary Interface(ABI).
99
- TBD
1010

1111
## Bug fixes & code cleanups
12-
- shortfreq_t changed to int32?
12+
- shortfreq_t changed to int32? (may not happen)
1313
- Functions rig_get_conf(), rot_get_conf() and amp_get_conf() have been removed.
1414
See [issue #924](https://github.com/Hamlib/Hamlib/issues/924).
1515

1616
## Build changes
17-
- No more K&R C - C compiler needs at least c11 capability.
17+
- C compiler needs at least c11 capability.
1818

1919
## Application changes
2020
The renovation of HAMLIB working storage was done with three goals:

0 commit comments

Comments
 (0)