2000-11-17 19:11:54 +00:00
|
|
|
Hamlib -- History of visible changes.
|
|
|
|
|
2008-11-02 22:00:02 +00:00
|
|
|
Copyright (C) 2000-2003 Frank Singleton
|
2021-02-17 17:57:31 +00:00
|
|
|
Copyright (C) 2000-2021 Stephane Fillod, and others
|
|
|
|
Copyright (C) 2000-2021 Michael Black W9MDB, and others
|
2000-11-17 19:11:54 +00:00
|
|
|
|
|
|
|
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
|
|
|
|
|
2021-09-01 02:09:55 +00:00
|
|
|
Version 4.4
|
|
|
|
* 2021-??-??
|
2021-09-08 04:01:57 +00:00
|
|
|
* Icom rigs now default filter 2 when setting PKTUSB but user can override
|
2021-09-20 16:14:46 +00:00
|
|
|
* Fix FTDX9000 meter readings
|
2021-09-26 22:03:47 +00:00
|
|
|
* Add Android sensor as a rotator
|
|
|
|
* Added rig_get_vfo to some Icom rigs that have XCHG or 0x25 command capability
|
2021-10-18 14:43:22 +00:00
|
|
|
* Added ability to build hamlib with docker
|
2021-11-05 12:24:02 +00:00
|
|
|
* Added M0NKA mcHF URP rig
|
2021-09-20 16:14:46 +00:00
|
|
|
|
|
|
|
Version 4.3.1
|
|
|
|
* 2021-09-14
|
|
|
|
* Bug fix release
|
|
|
|
- Do not do vfo_fixup on satmode rigs
|
|
|
|
- Fix compilation of misc.c with gmtime_r replacement function for
|
|
|
|
mingw
|
|
|
|
- Fix python build. For some reason casting tp vfo_t in the
|
|
|
|
RIG_VFO_N macro broke the swig parsing
|
|
|
|
- Append the missing information to build hamlib v4.3 for Android
|
|
|
|
NDK
|
|
|
|
- Change set_icom_set_mode_with_data to not change mode unless
|
|
|
|
necessary
|
|
|
|
- Since Icom rigs default to filter 2 if a filter is not selected
|
|
|
|
we will do the same when turning on data mode
|
|
|
|
- Fix segfault in kenwood_set_vfo
|
|
|
|
- scripts: Update example in readme, since 4.0 817 is 1020
|
|
|
|
- Make testlibusb.c compatible with libusb < 1.0.23
|
|
|
|
Note: On systems with libusb < 1.0.23 a warning will be emmitted
|
|
|
|
but compliation should proceed without error.
|
|
|
|
- Update testlibusb.c warning to "may be" instead of "will be"
|
|
|
|
- Change kenwood to only set VFOA default on 1st rig_open call
|
2021-09-01 02:09:55 +00:00
|
|
|
|
2021-05-17 02:31:49 +00:00
|
|
|
Version 4.3
|
2021-09-01 02:00:22 +00:00
|
|
|
* 2021-09-01
|
2021-08-18 22:41:12 +00:00
|
|
|
* libusb-1.0.23 or greater is now required or use --without-libusb
|
2021-05-17 22:35:27 +00:00
|
|
|
* Generating documentation now requires GNU source-highlighter.
|
2021-08-03 04:37:31 +00:00
|
|
|
* Added IC-575
|
2021-08-30 22:38:00 +00:00
|
|
|
* Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX
|
|
|
|
* Dual rotator control in rotctl -R option
|
|
|
|
* Started work on simulators -- very crude right now but usable to debug some things
|
2021-08-03 04:37:31 +00:00
|
|
|
* Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it
|
|
|
|
Starting VFO does not matter -- rig will end up on RX VFO
|
|
|
|
S VFOA 1 VFOB
|
|
|
|
S VFOB 1 VFOA
|
|
|
|
S Main 1 Sub
|
|
|
|
S Sub 1 Main
|
2021-05-17 02:31:49 +00:00
|
|
|
|
2021-02-28 14:59:34 +00:00
|
|
|
Version 4.2
|
2021-05-17 22:35:27 +00:00
|
|
|
* 2021-05-17
|
|
|
|
* New rig_get_mode_bandwidths -- returns token set for bandwidths for given mode
|
|
|
|
Rig command: \get_mode_bandwidths CW
|
|
|
|
Mode=CW
|
|
|
|
Normal=500Hz
|
|
|
|
Narrow=50Hz
|
|
|
|
Wide=2400Hz
|
|
|
|
* New rig_get_info -- returns token set for all vfos where order does not matter
|
|
|
|
This is a string return to allow for easy future expansion without changing the API
|
|
|
|
New tokens may be introduced and can be skipped if not used by clients
|
|
|
|
Rig command: \get_rig_info
|
|
|
|
VFO=Main Freq=145000000 Mode=None Width=0 RX=1 TX=1
|
|
|
|
VFO=VFOB Freq=145000000 Mode=FM Width=15000 RX=0 TX=0
|
|
|
|
Split=0 SatMode=0
|
|
|
|
Rig=Dummy
|
|
|
|
App=Hamlib
|
|
|
|
Version=20210429
|
|
|
|
CRC=0xf49f4708
|
|
|
|
* New rig_get_vfo_info
|
|
|
|
Rig command: \get_vfo_info VFOA
|
|
|
|
Freq: 145000000
|
|
|
|
Mode: None
|
|
|
|
Width: 0
|
|
|
|
Split: 0
|
|
|
|
SatMode: 0
|
2021-05-02 03:18:28 +00:00
|
|
|
|
2021-05-17 22:35:27 +00:00
|
|
|
* FILPATHLEN has changed to HAMLIB_FILPATHLEN
|
2021-04-27 17:13:15 +00:00
|
|
|
|
2021-05-17 22:35:27 +00:00
|
|
|
* USRP lib and gnuradio are deprecated and will be removed in 5.0
|
|
|
|
* Added Radan rotator
|
|
|
|
* Added Malachite SDR
|
|
|
|
* Major rework for PRM80
|
|
|
|
* Add twiddle_timeout and twiddle_rit --set-conf options
|
|
|
|
rigctld --set-conf=twiddle_timeout=5,twiddle_rit=1
|
|
|
|
This will set the twiddle timeout to 5 seconds and turn on twiddle_rit
|
|
|
|
For twiddle timeout VFOB will not be polled for 5 seconds after VFO twiddling
|
|
|
|
is detected
|
|
|
|
* rigctld --twiddle is deprecated and will be removed in 5.0 along with
|
|
|
|
get_twiddle and set_twiddle
|
|
|
|
* Rework Doxygen manual including default layout for Doxygen 1.9.1. So far
|
|
|
|
the amplifier, rotator, and utilities API sections have been updated. The
|
|
|
|
rig (radio) section remains to be updated.
|
2021-02-18 17:54:23 +00:00
|
|
|
|
2021-01-01 16:59:36 +00:00
|
|
|
Version 4.1
|
2021-02-01 01:51:46 +00:00
|
|
|
2021-01-31
|
|
|
|
* rigctld and rigs should be more robust for disconnect problems
|
|
|
|
* Several fixes for Icom and Yaesu rigs
|
|
|
|
* Nobody should need to use rig->caps or rig->state anymore
|
|
|
|
If you need a variable added please contact us.
|
|
|
|
Note that rig->state abstraction is not implemented yet...no need known
|
|
|
|
* New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
|
|
|
|
* New rig_get_function to replace using caps-> function pointers
|
|
|
|
* Fix shared library problem with WSJTX, JTDX, and JS8Call
|
|
|
|
* New model Barrett 950
|
2021-01-01 16:59:36 +00:00
|
|
|
|
2020-09-05 12:53:40 +00:00
|
|
|
Version 4.0
|
2020-11-30 05:32:14 +00:00
|
|
|
2020-11-29
|
2018-08-06 02:11:00 +00:00
|
|
|
* API/ABI changes, advance ABI to 4 0 0.
|
2018-08-21 10:18:26 +00:00
|
|
|
* Add GPIO and GPION options for DCD. Jeroen Vreeken
|
2018-08-21 11:19:42 +00:00
|
|
|
* New backend: ELAD FDM DUO. Giovanni, HB9EIK.
|
2021-02-01 01:51:46 +00:00
|
|
|
* New RIG_LEVEL_RFPOWER_METER_WATTS level
|
|
|
|
* All channel functions now take a vfo argument
|
2018-12-10 19:18:15 +00:00
|
|
|
* New rotator backend: iOptron. Bob, KD8CGH
|
2018-12-16 21:20:06 +00:00
|
|
|
* New model: Icom IC-R8600. Ekki, DF4OR
|
2019-01-14 16:32:46 +00:00
|
|
|
* New utility: rigctlcom. Mike, W9MDB
|
2019-01-28 21:53:28 +00:00
|
|
|
* New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB
|
2019-12-04 08:06:07 +00:00
|
|
|
* Remove GNU Texinfo files and build system dependency.
|
2020-04-26 19:37:03 +00:00
|
|
|
* Rig model numbers have changed to allow future growth
|
2020-01-18 14:39:26 +00:00
|
|
|
* 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
|
2020-09-05 12:41:37 +00:00
|
|
|
* rig_get_channel changed to add read_only flag.
|
|
|
|
* rigctl(d) f command also returns VFO now.
|
|
|
|
* caching of vfo, frequency, mode, and ptt speeds up rigctld for all.
|
|
|
|
* caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX.
|
|
|
|
* rig_get_channel now has read_only flag but it still needs to be
|
|
|
|
implemented based on rig behavior, so if you use rig_get_channel you
|
|
|
|
may get a RIG_ENIMPL error to contact us for fixing it.
|
|
|
|
* New rig backend for Elecraft K4.
|
|
|
|
* New rig backend for PowerSDR (Flex and Apache users).
|
|
|
|
* Many fixes and enhancements. Mike, W9MDB and many contributors
|
2021-02-01 01:51:46 +00:00
|
|
|
* PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
|
2018-08-06 02:11:00 +00:00
|
|
|
|
2018-03-02 12:44:51 +00:00
|
|
|
Version 3.3
|
2018-08-06 02:11:00 +00:00
|
|
|
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).
|
2018-03-02 12:44:51 +00:00
|
|
|
|
2017-01-02 13:39:28 +00:00
|
|
|
Version 3.2
|
2018-03-02 12:25:34 +00:00
|
|
|
2018-03-15
|
2017-01-02 19:14:05 +00:00
|
|
|
* New models, IC-7850/IC-7851 in IC-785x. Mike, W9MDB
|
2017-01-03 03:27:32 +00:00
|
|
|
* Fix ft991_get_mode, Mike, W9MDB
|
2017-01-06 17:20:38 +00:00
|
|
|
* New model, FT-891. Mike, W9MDB
|
2018-03-02 12:25:34 +00:00
|
|
|
* New Barrett 2050 backend, Mike, W9MDB
|
|
|
|
* New Flrig backend, Mike, W9MDB
|
|
|
|
* New model, IC-M710, Mike, W9MDB
|
2017-07-19 23:09:54 +00:00
|
|
|
* Build instructions and test script for Python3
|
Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 07:02:12 +00:00
|
|
|
* Rename autogen.sh to bootstrap and don't call configure
|
2017-08-16 07:09:10 +00:00
|
|
|
* micro-ham support. Christoph, DL1YCF
|
2018-03-02 12:25:34 +00:00
|
|
|
* New rotator, SPID MD-01/02 in ROT2 mode, Norvald Ryeng, LA6YKA
|
|
|
|
* New model, Flex 6400/6600, Mike, W9MDB
|
|
|
|
* New model, IC-7610, Mike, W9MDB
|
|
|
|
* Add support for CM108B PTT, Max Lock
|
|
|
|
* Many other bug fixes and enhancements
|
2017-01-02 13:39:28 +00:00
|
|
|
|
2015-09-19 14:34:02 +00:00
|
|
|
Version 3.1
|
2016-12-25 15:09:35 +00:00
|
|
|
2016-12-31
|
2015-09-20 15:06:57 +00:00
|
|
|
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
|
|
|
|
Tks Tom, DL1JBE
|
2016-12-25 15:09:35 +00:00
|
|
|
* Proper IPV6 and dual stack networking. Bill, G4WJS
|
|
|
|
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
|
|
|
|
Bill, G4WJS
|
|
|
|
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
|
|
|
|
* New Prosistel rotor backend from IZ7CRX
|
|
|
|
* Install daemon man files to man1. Nate, N0NB
|
|
|
|
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
|
|
|
|
* Added support for Icom IC-2730. robinolejnik
|
|
|
|
* Added support for the Icom IC-7300. Mike, W9MDB
|
|
|
|
* Add send_morse to icom rigs. Mike, W9MDB
|
|
|
|
* added instructions how to compile on OSX. DH1TW
|
|
|
|
* New Perseus model. Stephane, F8CFE
|
|
|
|
* Added Lua binding and demo script. Ervin, HA2OS
|
|
|
|
* Added test to support Flex 6300. Bill, KB4AAA
|
|
|
|
* Many bug fixes and feature enhancements to the code base. See the
|
|
|
|
Git commit log for complete details.
|
2015-09-19 14:34:02 +00:00
|
|
|
|
2012-02-03 21:03:39 +00:00
|
|
|
Version 3.0
|
2015-09-19 14:34:02 +00:00
|
|
|
2015-09-20
|
2012-02-03 21:03:39 +00:00
|
|
|
* Kill RPC backends and rpc.rigd/rpc.rotd
|
2013-02-05 18:54:05 +00:00
|
|
|
* Remove -e|--end-marker option from rigctld and rotctld
|
2012-10-25 19:24:29 +00:00
|
|
|
* Build system updates--remove obsolete macros, autogen.sh now
|
|
|
|
runs autoreconf to invoke Autotools to bootstrap the build
|
|
|
|
system, libltdl is installed into the source tree as a part
|
|
|
|
of the build system bootstrap and is included in the source
|
|
|
|
tarball, ABI version is set to be compatible with the 1.2
|
|
|
|
series, all Autotools installed files are copied rather than
|
|
|
|
symlinked and put in the build-aux directory, building
|
|
|
|
rigmem and rigmatrix are now user selectable at configure
|
|
|
|
run time, building static libraries are disabled by default.
|
2012-11-28 23:11:41 +00:00
|
|
|
Fixed TCL binding installation, fixed Perl binding build so it
|
|
|
|
is not invoked by 'make dist' and clean up build files. Cleaned
|
|
|
|
up bindings builds to occur in alphabetical order. Use new
|
2013-02-05 18:54:05 +00:00
|
|
|
ax_pkg_swig macro and update ax_python_devel macro. Test for
|
|
|
|
presence of pkg-config before testing for pkg-config use.
|
|
|
|
* Implement new RIT/XIT activation/deactivation through rig_get/set_func()
|
2012-11-28 23:11:41 +00:00
|
|
|
* IC-PCR1500/2500 default write_delay to 0, IC-746/756, IC-PCR8500
|
|
|
|
fixes, pcr.c, pcr1500.c: Add DSP support. TNX Paul, KE7ZZ
|
|
|
|
* WinRadio G313 updates. TNX Julian Campbel
|
2013-02-20 21:05:45 +00:00
|
|
|
* Readline editing and history support added to rigctl interactive
|
2012-12-19 11:59:59 +00:00
|
|
|
mode. Implement options for reading and writing history file.
|
2013-02-23 03:35:54 +00:00
|
|
|
* Readline editing and history support added to rotctl interactive
|
2012-12-19 11:59:59 +00:00
|
|
|
mode. Implement options for reading and writing history file.
|
|
|
|
* A new manual draft written in Texinfo added. Both GNU Info and single
|
|
|
|
HTML files are built and distributed, requires makeinfo.
|
|
|
|
* Android build system support. See android/README.android. Android
|
|
|
|
Makefile fragments are included in source tarballs.
|
2013-09-19 03:58:00 +00:00
|
|
|
* Monolithic library, thanks to Remi Chateauneu for the majority of
|
|
|
|
the work! This allows enabling of a single static library so
|
|
|
|
static libs are enabled by default. Removes dependency on libltdl.
|
|
|
|
* Fixes to easycomm, TNX Steve AI4QR.
|
|
|
|
* Fixes to port handling allowing PTT and CAT on the same port. TNX
|
|
|
|
Bill, G4WJS.
|
2013-09-23 01:44:45 +00:00
|
|
|
* New Peaberry models V1 and V2 added to kit backend. TNX ON8VQ
|
|
|
|
and R2AEE.
|
2013-10-31 03:29:50 +00:00
|
|
|
* New IC-7100 model. TNX Martin, CT1IQI.
|
|
|
|
* Use AC_CHECK_LIB macro to search for libusb rather than rely on
|
|
|
|
pkg-config. Preserve environment variables LIBUSB_CFLAGS and
|
|
|
|
LIBUSB_LIBS as user precious variables. Two features,
|
|
|
|
--with-xml-support and --enable-usrp still rely on pkg-config so
|
|
|
|
only invoke pkg-config when either or both of these features are
|
|
|
|
selected. Only the Winradio g313 model uses libdl so test for it
|
|
|
|
only when Winradio backend is enabled.
|
2015-01-24 17:46:34 +00:00
|
|
|
* New IC-M700PRO, IC-M710, IC-M802.
|
2015-01-25 12:42:08 +00:00
|
|
|
* New Icom ID-5100 model.
|
2015-01-06 17:37:15 +00:00
|
|
|
* New rotor, cnctrk by KI4SBL
|
2015-08-22 15:07:35 +00:00
|
|
|
* Many backend fixes and updates from many contributors (see Git
|
|
|
|
log for complete details).
|
2012-10-25 19:24:29 +00:00
|
|
|
|
|
|
|
Version 1.2.15.3
|
|
|
|
2012-11-01
|
|
|
|
* Fix configure.ac so that rigctld/rotcld work on Win32 platform
|
|
|
|
* Add NSIS script to build executable installer on Win32 platform
|
|
|
|
* Remove unsupported commands on IC-756 (non-Pro model) from AK6I
|
2012-10-27 14:37:16 +00:00
|
|
|
* Fix set_split in netrigctl.c to properly accept the split
|
|
|
|
value. TNX, N2ADR.
|
2012-10-29 20:02:44 +00:00
|
|
|
* IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG
|
|
|
|
* ADAT updates from Frank, DG1SBG, needed for stable operation.
|
2012-10-25 19:24:29 +00:00
|
|
|
|
|
|
|
Version 1.2.15.2
|
|
|
|
2012-08-05
|
|
|
|
* Read eeprom value for digital mode from FT-857
|
|
|
|
* Clean up TS-950 series commands and read mode using IF command
|
|
|
|
* Fix GS-232A/B rotor command terminations
|
|
|
|
* Fix warnings and other issues found by mingw-w64
|
|
|
|
* Allow seamless access to ports higher than COM9 on Windows
|
|
|
|
* Fix ineffective packed attribute on WinRadio
|
|
|
|
* Correct low signal strength S-meter error on AR7030+
|
|
|
|
* Updates to HiQSDR by Jim, N2ADR
|
|
|
|
|
|
|
|
Version 1.2.15.1
|
|
|
|
2012-03-11
|
|
|
|
* HD-1780 rotor endpoint limit fix
|
|
|
|
* Quell adat compile warnings
|
|
|
|
* Sort rig/rot list output from rig/rotctl (-l) by model #
|
|
|
|
* TenTec Jupiter (TT538) fixes
|
|
|
|
* Include various backend notes files
|
|
|
|
* Document sorted -l output for <rig|rot>ctl[d]
|
|
|
|
* Updates README.betatester and README.developer
|
2011-08-21 11:23:01 +00:00
|
|
|
|
2011-08-21 16:28:14 +00:00
|
|
|
Version 1.2.15
|
2012-02-03 02:40:55 +00:00
|
|
|
2012-02-02
|
2012-01-30 22:22:32 +00:00
|
|
|
* New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A,
|
2012-02-03 02:40:55 +00:00
|
|
|
DttSP UDP, TM-D710
|
2011-08-21 16:28:14 +00:00
|
|
|
* New rotator backends: Celestron (telescope mount)
|
2012-02-03 02:40:55 +00:00
|
|
|
* Fixes and features: K3, various other rigs
|
|
|
|
* Update LGPL/GPL header boilerplate
|
|
|
|
* Quell various compiler errors
|
|
|
|
* Add CM108 PTT capability
|
2011-08-21 16:28:14 +00:00
|
|
|
|
2011-06-12 16:03:10 +00:00
|
|
|
Version 1.2.14
|
2011-07-14 02:57:07 +00:00
|
|
|
2011-08-01
|
|
|
|
* New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3,
|
|
|
|
V4L2 API support (untested),
|
|
|
|
* New rotator backends: IF-100, TS-7400
|
|
|
|
* Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld
|
|
|
|
ported to Mingw32, Win32 build fixes, remove obsolete bundled
|
|
|
|
libtool files, rigctl improvements, FUNcube string test (works
|
|
|
|
with V0.0 and V1.0), Yaesu newcat.c fixed to use
|
|
|
|
rig->state.current_vfo to store vfo value, add a command to
|
2011-07-31 15:54:08 +00:00
|
|
|
halt rigctld, select PTT source in Kenwood backends (TS-590S),
|
|
|
|
make sure scan is stopped at IC-9000 opening, thd72 get channel
|
|
|
|
data (alpha). See ChangeLog for a link to the online log.
|
|
|
|
Correct typos and SF.net URIs.
|
2011-06-12 16:03:10 +00:00
|
|
|
|
2011-05-29 02:32:29 +00:00
|
|
|
Version 1.2.13.1
|
|
|
|
* 2011-05-29
|
|
|
|
* Conversion to Git SCM and updated README documentation for Git SCM
|
|
|
|
* Mingw32 build fixes
|
|
|
|
* FUNcube dongle USB fixes for Win32
|
|
|
|
* Added kit/README.funcubedongle
|
|
|
|
* Bug fix--K3 antenna selection function
|
|
|
|
|
2011-03-12 14:54:25 +00:00
|
|
|
Version 1.2.13
|
|
|
|
2011-03-12
|
2011-06-12 16:03:10 +00:00
|
|
|
* New models: VX-1700, FUNcube Dongle, FiFi-SDR, KTH-SDR Si570,
|
|
|
|
FT-DX5000, TS-590S, TH-F6A, PRM8060, SR-2200
|
2011-03-12 14:54:25 +00:00
|
|
|
* Rotor fixes and features: SPID
|
|
|
|
* New Rotor backend: F1TE Tracker
|
2011-06-12 16:03:10 +00:00
|
|
|
* Fixes and features: TS-440S, K2, K3, THF6A, THF7E, NewCAT
|
|
|
|
rigs serial port defaults, TM-D700, FT-950, Si570 AVR-USB
|
2011-03-12 14:54:25 +00:00
|
|
|
* Removed libtool tree from source tree
|
|
|
|
* Removed old DocBook files
|
|
|
|
* Allow USB device's VID/PID/Vendor/Product to be explicitly specified
|
|
|
|
* Doxygen documentation updates and new style sheet
|
|
|
|
|
2010-08-23 21:53:14 +00:00
|
|
|
Version 1.2.12
|
2010-09-03 21:21:53 +00:00
|
|
|
2010-09-03
|
2010-08-23 21:53:14 +00:00
|
|
|
* New models: PCR-2500, RX331, TRP 8255 S R
|
|
|
|
* New rotator backends: DF9GR's ERC
|
|
|
|
* Fixes and features: Paragon, TS-690S, FT-920, FT-990, FT-2000,
|
|
|
|
Elektor SDR-USB, IC-7000, IC-7700, AR-8200, AR-8600
|
|
|
|
|
2010-05-31 21:45:28 +00:00
|
|
|
Version 1.2.11
|
|
|
|
2010-05-31
|
|
|
|
* New models: RA-3702, IC-738, IC-7600, IC-7700, AR 7030+,
|
|
|
|
FT-980, TT-536 Delta-II, R&S EB200
|
2010-08-23 21:53:14 +00:00
|
|
|
* New rotator backends: GS-232B, GS-232 (not A or B), ARS RCI, M2 RC2800
|
2011-03-12 14:54:25 +00:00
|
|
|
* Fixes and features: TH-F7E, FT-847, FT-736, FT-920, FT767GX, FT-747,
|
2010-05-31 21:45:28 +00:00
|
|
|
FT-950, FT-450, Yaesu NewCAT, PCR*, IC-706MkIIG, IC-7800, R-8A, Paragon
|
|
|
|
* rigctld/rotctld
|
|
|
|
* ltdl security update
|
2011-03-12 14:54:25 +00:00
|
|
|
* IPv6 ready
|
|
|
|
* bindings not built by default
|
2010-05-31 21:45:28 +00:00
|
|
|
|
2009-11-02 22:14:10 +00:00
|
|
|
Version 1.2.10
|
|
|
|
2009-11-02
|
2010-08-23 21:53:14 +00:00
|
|
|
* New models: IC-7200, PCR-1500, RX-340, R&S ESMC, BC898T,
|
2010-05-31 21:45:28 +00:00
|
|
|
Si570 AVR-USB, Paragon (skeleton)
|
|
|
|
* New rotator backend: SPID
|
2009-11-02 22:14:10 +00:00
|
|
|
* Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800,
|
2010-05-31 21:45:28 +00:00
|
|
|
IC-910, IC-718, IC-756PROIII, Tentec Orion, Jupiter, RX320, AOR-8000,
|
|
|
|
PCR-1000, Video4Linux, all the kenwood backends, GS-232A
|
|
|
|
* ABI version in backend symbols
|
|
|
|
* expose PTT/DCD setup through rig_set_conf()
|
|
|
|
* Parallel port PTT now following cwdaemon (STROBE+INIT) interface
|
2009-11-02 22:14:10 +00:00
|
|
|
* bindings
|
2010-05-31 21:45:28 +00:00
|
|
|
* ltdl update
|
2009-11-02 22:14:10 +00:00
|
|
|
|
2009-02-25 19:15:01 +00:00
|
|
|
Version 1.2.9
|
|
|
|
2009-02-25
|
|
|
|
* New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80
|
|
|
|
* New rotator backend: Heathkit HD 1780 Intellirotor
|
|
|
|
* Fixes and features: IC-706*, IC-910, K2, K3, DWT, PCR-100, PCR-1000, RX-320,
|
|
|
|
FT-450, FT-747, FT-817, FT-847, FT-857, FT-990, FT-1000D, Orion, netrot,
|
|
|
|
Rotor-EZ, dummy rig and dummy rotator
|
|
|
|
* Bug fix in qrb()
|
|
|
|
* Better assisted split operation
|
|
|
|
* ext_level/ext_parm examples
|
|
|
|
* Documentation update
|
|
|
|
|
2008-11-02 22:00:02 +00:00
|
|
|
Version 1.2.8
|
|
|
|
2008-11-02
|
|
|
|
* New models: BC235, BC250, BC780, PRO-2052,
|
|
|
|
BCD396T, BCD996T, K3, FT950
|
|
|
|
* New pseudo models: netrigctl/netrotctl, backends ala rpcrig/rpcrot,
|
|
|
|
but based on rigctld/rotctld
|
|
|
|
* New rotator backend: GS232A, PcRotor
|
|
|
|
* Removed microtune backend
|
|
|
|
* Fixes: DttSP, IC-275, IC-475, IC-725, IC-735, IC-756PRO, IC-761,
|
|
|
|
IC-775, IC-781, IC-706*, Kenwood TH/TM models, Orion,
|
|
|
|
BC245, BC895, FT-100, FT757GX, FT-857, FT-897, FT-920
|
|
|
|
* Numerous bindings fixes, esp. for memory channel works
|
|
|
|
* New commands available in rigctl
|
|
|
|
* New rotctld to go with rigctld rig daemon.
|
|
|
|
The protocol changed, but there's the compatibility
|
|
|
|
option -e to pass to the daemon for previous protocol.
|
|
|
|
|
2008-04-11 17:58:35 +00:00
|
|
|
Version 1.2.7.1
|
|
|
|
2008-04-11
|
|
|
|
* New model: miniVNA
|
|
|
|
* Fixes: FT1000MP, Tentec Orion, Omni VI Plus
|
|
|
|
* AOR: implemented scanning
|
|
|
|
* Kenwood models TS2000, TS870S can now get/set antenna.
|
|
|
|
TS2000 gained strength meter calibration.
|
|
|
|
|
2008-02-13 22:55:59 +00:00
|
|
|
Version 1.2.7
|
|
|
|
2008-02-13
|
|
|
|
* Improved Documentation
|
2011-03-12 14:54:25 +00:00
|
|
|
* New models: IC-820H, DttSP, Elektor SDR-USB, DDS-60,
|
2008-02-13 22:55:59 +00:00
|
|
|
FT-450, FT-767GX
|
|
|
|
* Fixes: IC-746, IC-765, IC-910, Kenwood, FT1000MP, FT817, ..
|
|
|
|
* New rigsmtr toy to graph polar signal strength
|
|
|
|
* New experimental rigctld rig daemon, with simple protocol
|
|
|
|
|
|
|
|
Version 1.2.6.2
|
|
|
|
* Fixes: TS570 (Split, RIT/XIT), IC910H
|
|
|
|
* Improved Tentec Orion,RX-320 functionality
|
|
|
|
* Improved Winradio G-313
|
|
|
|
* Better man pages
|
|
|
|
|
|
|
|
Version 1.2.6.1
|
|
|
|
* Icom protocol fixes
|
|
|
|
* bindings build fixing
|
|
|
|
|
2006-12-22 13:52:45 +00:00
|
|
|
Version 1.2.6
|
|
|
|
2006-12-22
|
|
|
|
* Bump version to 1.2.6
|
|
|
|
* no changes from 1.2.6rc1
|
|
|
|
|
2006-12-10 15:27:07 +00:00
|
|
|
Version 1.2.6rc1
|
|
|
|
2006-12-10
|
|
|
|
* Python 2.4 compatibility
|
|
|
|
* Improved TS570 functionality
|
|
|
|
* Improved Argonaut V functionality
|
|
|
|
* New models: IC7000, G313i/G313e
|
|
|
|
* Many Icom, Kenwood, and Tentec fixes.
|
|
|
|
* Build system fixes
|
2011-03-12 14:54:25 +00:00
|
|
|
|
2006-02-26 19:47:50 +00:00
|
|
|
Version 1.2.5
|
|
|
|
2006-02-26
|
|
|
|
* frontend API: support for clonable rigs
|
|
|
|
- rigmem: CSV format change
|
|
|
|
- rigctl: new send_cmd for protocol debugging purpose
|
|
|
|
- easy USB devices support
|
2011-03-12 14:54:25 +00:00
|
|
|
* new models: AR8600, AR2700, DWT (DLL based under Windows,
|
2006-02-26 19:47:50 +00:00
|
|
|
need test under other OS)
|
2011-03-12 14:54:25 +00:00
|
|
|
* fixes: big AOR update, AR7030, Orion, NRD-545, RX-320,
|
2006-02-26 19:47:50 +00:00
|
|
|
FT-817, FT-990, TS-2000, Easycomm
|
|
|
|
* port: BSD fix of parallel port support
|
2005-04-03 22:10:55 +00:00
|
|
|
|
|
|
|
Version 1.2.4
|
|
|
|
2005-04-03
|
|
|
|
* frontend API: port_t renamed as hamlib_port_t
|
|
|
|
* new models: TS-480, VR5000, FT1000MkV Fld
|
|
|
|
* fixes: TS-570S, AR7030, AR3000A, Orion, FT-897, IC746
|
|
|
|
* port: fixed 64bit int handling which potentially fixes backends
|
2011-03-12 14:54:25 +00:00
|
|
|
kenwood/alinco/pcr/uniden/aor/jrc/tentec,
|
2005-04-03 22:10:55 +00:00
|
|
|
added xBSD parallel port support
|
|
|
|
|
2004-11-17 22:08:01 +00:00
|
|
|
Version 1.2.3
|
|
|
|
2004-11-17
|
|
|
|
* frontend API: LEVEL_SQLSTAT marked as deprecated
|
|
|
|
* new backends: Racal, V4L radio cards, Watkins-Johnson 8888
|
|
|
|
* new models: IC-78, IC-7800, IC-R20, IC-756PROIII
|
|
|
|
* fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq,
|
|
|
|
IC-R8500: calibrated S-Meter, Jupiter and many others..
|
|
|
|
* port: mingw32 support with gcc 3.4 version
|
|
|
|
|
2004-08-23 21:05:30 +00:00
|
|
|
Version 1.2.2
|
|
|
|
2004-08-23
|
|
|
|
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti
|
|
|
|
* fixes: JRC NRD435 & NRD535, Drake, AOR3000, and many other
|
|
|
|
* port: Fixes for BRK/RTS/DTR handling under win32 (-> Elektor304)
|
|
|
|
* bindings: updated Visual Basic wrapper file
|
|
|
|
* rigswr: new command to measure VSWR vs frequency
|
|
|
|
|
2004-05-19 09:15:51 +00:00
|
|
|
Version 1.2.1
|
|
|
|
2004-05-19
|
|
|
|
* API change: added RIG_AGC_MEDIUM enum
|
|
|
|
* new backends: kit (Elektor304)
|
|
|
|
* new models: Winradio (G303 under Win32), Kenwood (TMD700,R5000,..),
|
|
|
|
Yaesu(FT757GX,FRG8800), Ten-Tec (Jupiter,RX340,RX350)
|
|
|
|
* fixes: JRC NRD435 & NRD535, and many other
|
|
|
|
* port: made rig.h more Visual C++ friendly, along an import lib
|
|
|
|
|
2004-02-16 21:49:23 +00:00
|
|
|
Version 1.2.0
|
|
|
|
2004-02-16
|
|
|
|
* API change:
|
|
|
|
- freq_t type changed from long long to double
|
|
|
|
- setting_t changed from long long to long int.
|
|
|
|
- locator and dec/dms interface rework
|
|
|
|
- bump library CURRENT version info
|
2011-03-12 14:54:25 +00:00
|
|
|
* new backends: Lowe (HF-235), FlexRadio (SDR-1000),
|
Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 07:02:12 +00:00
|
|
|
skeleton TAPR (DSP-10), skeleton RFT,
|
2004-02-08 18:02:59 +00:00
|
|
|
Ten-Tec models and many new models & fixes
|
2003-11-16 17:38:58 +00:00
|
|
|
* new rotator backends: sartek
|
2004-02-08 18:02:59 +00:00
|
|
|
* frontend: emulated transceive mode using polling
|
|
|
|
* icom: implemented retry, esp. useful for CI-V
|
|
|
|
* icom: pipelined tuning on Optoscan's
|
Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 07:02:12 +00:00
|
|
|
* microtune: no need of root privileges anymore
|
2004-02-16 21:49:23 +00:00
|
|
|
* bindings: added Python, new install method (perl is installed in $prefix)
|
2004-02-08 18:02:59 +00:00
|
|
|
* rigmem: new command to load/store memory content from/to XML file
|
|
|
|
* port: NetBSD & FreeBSD, mingw32(Windows) port, MacOSX ready
|
2003-11-16 17:38:58 +00:00
|
|
|
|
2003-04-28 06:34:58 +00:00
|
|
|
Version 1.1.4
|
|
|
|
2003-04-28
|
2011-03-12 14:54:25 +00:00
|
|
|
* new backends: Drake (R8B), GNU Radio (experimental), microtune,
|
2003-04-28 06:34:58 +00:00
|
|
|
and many new rig models
|
|
|
|
* new rotator backends: fodtrack, rotorez
|
|
|
|
* better doxygenized documentation
|
|
|
|
* reworked perl and tcl bindings using swig
|
|
|
|
* vfo_t rework
|
|
|
|
* gcc-3.x compilance
|
|
|
|
|
2002-06-17 20:51:16 +00:00
|
|
|
Version 1.1.3
|
|
|
|
2002-06-17
|
|
|
|
* new backend: JRC (NRD-545), and many new rig models
|
|
|
|
* rotator frontend, new easycomm backend
|
|
|
|
* added Kylix and perl bindings and completed tcl/tk support
|
|
|
|
* networked (RPC) rig and rotator
|
2011-03-12 14:54:25 +00:00
|
|
|
|
2001-06-20 06:06:09 +00:00
|
|
|
Version 1.1.2
|
2001-09-23 10:37:08 +00:00
|
|
|
2001-09-23
|
|
|
|
* License converted to LGPL
|
2011-03-12 14:54:25 +00:00
|
|
|
* new backends: Alinco (DX-77), Uniden (BC895),
|
2001-09-23 10:37:08 +00:00
|
|
|
Ten-Tec (RX320), Kachina (505DSP)
|
|
|
|
* New port_t design, coming with easy rig auto-probe
|
2001-06-20 06:06:09 +00:00
|
|
|
* mv_ctl replaced by vfo_op, set_vfo/get_vfo extended to RIG_VFO_MEM
|
2001-09-23 10:37:08 +00:00
|
|
|
* set_conf/get_conf for opaque variable parameters setting
|
|
|
|
* Better portability, esp. with libtool (DLL dlopen'ing works under Win32 !)
|
|
|
|
* added C++ and tcl/tk bindings (not complete yet)
|
|
|
|
* converted from hamlib-doc to doxygen in-source interface documenting
|
2011-03-12 14:54:25 +00:00
|
|
|
|
2001-03-04 13:09:56 +00:00
|
|
|
Version 1.1.1
|
2001-05-24 22:24:47 +00:00
|
|
|
2001-05-26
|
2001-03-04 13:09:56 +00:00
|
|
|
* new backends: Kenwood (TS870S), WiNRADiO, PCR-1000, Dummy (for tests)
|
|
|
|
* Hamlib frontend will take care of backends that can't target VFO.
|
2001-05-24 22:24:47 +00:00
|
|
|
* Extended API: caps, levels, parms, etc.
|
2001-03-04 13:09:56 +00:00
|
|
|
* rig_set_mode/rig_get_mode changed again, now use filter caps
|
|
|
|
* more fields shadowed in rig->state, etc.
|
|
|
|
* rigctl now works also non-interactively
|
2001-05-24 22:24:47 +00:00
|
|
|
* get_channel/set_channel can be emulated and new dumpmem utility
|
|
|
|
* will not compile on pure ANSI C compiler, because of gcc struct extension
|
2001-03-04 13:09:56 +00:00
|
|
|
|
2000-11-17 19:11:54 +00:00
|
|
|
Version 1.1.0
|
|
|
|
2000-11-11
|
|
|
|
* First draft of a generic API, abstracting radios differences
|
|
|
|
behind a set of capabilities.
|
|
|
|
* Hamlib is (somewhat) conform to GNU coding standards, and so it uses
|
|
|
|
configure script generated by Automake and Autoconf
|
|
|
|
* Included hamlib-doc system to generate man pages, API
|
|
|
|
references in html format.
|
|
|
|
* 2 new backends: Icom (CI-V) with IC706 series, and AOR (AR8200)
|
|
|
|
|
|
|
|
Version 1.0.0
|
|
|
|
Initial release.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------
|
|
|
|
Copying information:
|
|
|
|
|
|
|
|
This file is licensed to you under the license specified in the included file
|
|
|
|
`LICENSE'. Look there for further details.
|