Advance to 4.0~git

pull/44/head
Nate Bargmann 2018-08-05 21:11:00 -05:00
rodzic f632e71c67
commit 1c3f22a872
2 zmienionych plików z 27 dodań i 2 usunięć

27
NEWS
Wyświetl plik

@ -5,8 +5,33 @@ Copyright (C) 2000-2018 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 4.0
2019-??-??
* API/ABI changes, advance ABI to 4 0 0.
Version 3.3
2018-??-??
2018-08-12
* New models, R&S xk2100, TRXMAnager, Meade LX200
* HTML manual is now generated at 'make dist' so users don't
need GNU Info tools installed. TNX Greg, N1DAM for the suggestion.
* Handle longer udev generated file names up to 512 characters
* Add debug time stamps with new '-Z' option and '--debug-time-stamps'
options to rigctl, rotctl, rigctld, and rotctld utilities.
* rigctld/rotctld continue working after serial or TCP device
disappears.
* Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710,
OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl.
* Update utility manual pages (section 1) and remove their reference
material from the Info manual so it only needs to be update in one
file.
* Add new general project manual pages (section 7) and edit the Info
manual to match. These should not change much so keeping them in
sync should not be too much of a burden. The Info manual may be
removed at some point in the future.
* Last planned release of the present API/ABI. Future releases will
require recompilation and relinking by client programs using the C
library interface (programs that only use the network daemons should
be unaffected).
Version 3.2
2018-03-15

Wyświetl plik

@ -15,7 +15,7 @@ dnl however, the use of '~' should be fine as apt (others?) will treat
dnl it as an earlier version than the actual release. TNX KA6MAL
dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars!
AC_INIT([Hamlib],
[3.3~git],
[4.0~git],
[hamlib-developer@lists.sourceforge.net],
[hamlib],
[http://www.hamlib.org])