kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/Hamlib/Hamlib
commit
44796dd9c0
|
@ -22,8 +22,7 @@ SUBDIRS = macros include lib \
|
||||||
tests doc
|
tests doc
|
||||||
|
|
||||||
## Static list of distributed directories.
|
## Static list of distributed directories.
|
||||||
DIST_SUBDIRS = macros include lib src dummy c++ bindings tests doc android\
|
DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts \
|
||||||
scripts \
|
|
||||||
$(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
|
$(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
|
||||||
|
|
||||||
# Install any third party macros into our tree for distribution
|
# Install any third party macros into our tree for distribution
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -6,7 +6,7 @@ Copyright (C) 2000-2018 Stephane Fillod, and others
|
||||||
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
|
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
|
||||||
|
|
||||||
Version 4.0
|
Version 4.0
|
||||||
2019-??-??
|
2020-??-??
|
||||||
* API/ABI changes, advance ABI to 4 0 0.
|
* API/ABI changes, advance ABI to 4 0 0.
|
||||||
* Add GPIO and GPION options for DCD. Jeroen Vreeken
|
* Add GPIO and GPION options for DCD. Jeroen Vreeken
|
||||||
* New backend: ELAD FDM DUO. Giovanni, HB9EIK.
|
* New backend: ELAD FDM DUO. Giovanni, HB9EIK.
|
||||||
|
@ -15,6 +15,9 @@ Version 4.0
|
||||||
* New utility: rigctlcom. Mike, W9MDB
|
* New utility: rigctlcom. Mike, W9MDB
|
||||||
* New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB
|
* New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB
|
||||||
* Remove GNU Texinfo files and build system dependency.
|
* Remove GNU Texinfo files and build system dependency.
|
||||||
|
* Fix a lot of static code analysis errors and warnings. Mike, W9MDB
|
||||||
|
* Rearrange directory structure to put rigs and rotators sources
|
||||||
|
under their own subdirectories. Mike, W9MDB
|
||||||
|
|
||||||
Version 3.3
|
Version 3.3
|
||||||
2018-08-12
|
2018-08-12
|
||||||
|
|
|
@ -38,7 +38,7 @@ utility), and USB. Other connectivity will follow afterwards.
|
||||||
General Guidelines.
|
General Guidelines.
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
0. The top level directory looks like this as of 2020-01-163
|
0. The top level directory looks like this as of 2020-01-18
|
||||||
|
|
||||||
$ tree -d -I .git
|
$ tree -d -I .git
|
||||||
.
|
.
|
||||||
|
|
Ładowanie…
Reference in New Issue