git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2940 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Stéphane Fillod, F8CFE 2010-05-31 21:45:28 +00:00
rodzic 62e7f69db7
commit 7e7d711042
3 zmienionych plików z 1002 dodań i 10 usunięć

980
ChangeLog
Wyświetl plik

@ -1,3 +1,983 @@
2010-05-31 08:42 fillods
* dummy/dummy.c: ext_levels in get_channel(), and fix func list
2010-05-31 08:39 fillods
* tentec/paragon.c: mode caps fix
2010-05-31 08:38 fillods
* kenwood/kenwood.c: allow retry on overflow, communication error,
and unknown cmd
2010-05-31 08:36 fillods
* racal/ra3702.c, racal/ra37xx.c: transaction retry and fixes, some
more work on get_mode width
2010-05-29 22:20 fillods
* m2/rc2800.c: insert some explicit delay in set_pos/stop instead
of post_write_delay
2010-05-29 14:18 fillods
* src/debug.c: fix corner case in dump_hex(), where \n was sometime
missing
2010-05-28 19:47 fillods
* tests/rigctl_parse.c, tests/rigctl_parse.h: - Tx VFO arg checking
in set_split_vfo()
- get/set channel improvements (stdout flushing, ext_levels, ..)
2010-05-28 14:36 fillods
* m2/rc2800.c: - the answer terminating char of the protocol is LF
- fix sscanf for parsing float numbers regardless of locale
- post_write_delay set to 10 ms
2010-05-28 10:23 fillods
* yaesu/ft736.c: patch from Ron, W6FM:
- fix ft736_set_rptr_offs
- append full list of CTCSS tones
- S-meter calibration data
2010-05-27 21:16 fillods
* ars/ars.c: - set adc resolution to 10 bits
- fix EL watchdog
2010-05-27 19:22 fillods
* yaesu/ft736.c: - testing by Ron Patterson, W6FM
- fix setting RIG_RPT_SHIFT_NONE
- fix split mode and freq setting
2010-05-26 20:09 fillods
* ars/ars.c, ars/ars.h: only trigger set_pos thread handler on
demand
2010-05-26 19:08 fillods
* src/parallel.c: fix return codes for WIN32
2010-05-26 07:50 fillods
* m2/rc2800.c: transactions involve an echo
2010-05-25 21:02 fillods
* ars/ars.c, ars/ars.h: asynchronous set_position() using thread
2010-05-25 06:56 fillods
* ars/ars.c: increase clocking speed, esp. making ars_get_pos()
faster
2010-05-19 21:56 fillods
* Makefile.am, configure.ac, m2, m2/Makefile.am, m2/rc2800.c,
m2/rc2800.h: Add M2 RC2800 rotator backend, patch by Magne Maehre
2010-05-18 21:53 fillods
* yaesu/ft980.c: - fix bug in transaction
- fix bug in status update
- added caching
2010-05-17 22:23 fillods
* include/hamlib/riglist.h, yaesu/Makefile.am, yaesu/ft980.c,
yaesu/yaesu.c, yaesu/yaesu.h: added FT-980, part of patch from
Wolfgang Buesser
2010-05-17 22:20 fillods
* src/rig.c: use ptt port pathname same as rig port pathname when
unset and rig is type serial
2010-05-17 18:54 fillods
* tentec/rx340.c: fix get_mode parsing, patch by George Magiros
2010-05-11 21:30 fillods
* dummy/netrigctl.c: Wrap sscanf in order to workaround some
locales where the decimal
separator (float format, ...) is not a dot.
2010-05-11 18:04 fillods
* macros/hl_getaddrinfo.m4: fix cygwin build
2010-05-10 20:25 fillods
* dummy/dummy.c: * fix mem leak/double free of ext_levels when
copying channels
* fix bug in set/get_func
* better range checking of memory channel number
* implemented RIG_OP_TOGGLE
* frequency dependent LEVEL_STRENGTH
* some caps update
2010-05-08 21:25 fillods
* ars/ars.c, ars/ars.h: * introduce settling delay when changing
direction
* set_pos: AZ range is now +/- 3 deg to hopefully take into
account latency
* added watchdog detecting when rotator is blocked unexpectedly
* need a full dummy read in ars_get_position
2010-05-05 20:11 fillods
* tests/rigctl_parse.c, tests/rotctl_parse.c: necessary stdout
flushing in interactive mode with prompt, under win/wine
2010-05-05 19:55 fillods
* lib/win32termios.h, macros/gr_pwin32.m4, racal/Makefile.am: mingw
portability
2010-05-05 04:29 y32kn
* kenwood/kenwood.c: Fix handling of command line ending.
If command is *not* already terminated with ';' or '\r' add the
Kenwood 'cmdtrm' instead of '\r'.
2010-05-04 22:18 fillods
* bindings/Makefile.am: fix simple make dist
2010-05-04 21:42 fillods
* ars/ars.c: Bug report from Chris (G3WIE), with fix in
ars_set_position(az),
and fresh acquisition in ars_get_position.
2010-05-03 21:47 fillods
* include/hamlib/riglist.h, rs/Makefile.am, rs/eb200.c, rs/rs.c,
rs/rs.h: added R&S EB200
2010-05-02 21:55 fillods
* bindings/Makefile.am, configure.ac: fix build when tcl binding
selected but not python
2010-04-26 21:35 fillods
* kenwood/th.c, kenwood/thf7.c, kenwood/tmv7.c: - added
FIG_FUNC_BC, RIG_PARM_BEEP, RIG_PARM_APO, RIG_LEVEL_VOXGAIN,
RIG_LEVEL_VOXDELAY (stub)
- misc: some rig_debug() are missing ending \n
- better 64 bit portability
- TH-F7E fixes (RIG_FUNC_TBURST, RIG_FUNC_TSQL, RIG_FUNC_TONE,
*_ctcss_tone, ..)
2010-04-26 20:10 fillods
* ars/Makefile.in: remove autogenerated file
2010-04-26 20:06 fillods
* configure.ac: ease build without tcl
2010-04-26 17:44 fillods
* Makefile.am: fix build thinko introduced by r2898
2010-04-25 21:30 fillods
* Makefile.am, ars, ars/Makefile.am, ars/Makefile.in, ars/ars.c,
ars/ars.h, configure.ac: first release of ARS-RCI
2010-04-25 21:15 fillods
* fodtrack/fodtrack.c, src/parallel.h: define PARPORT_CONTROL* and
PARPORT_STATUS* in frontend
2010-04-25 17:30 fillods
* tests/dumpcaps.c, tests/dumpcaps_rot.c: Only dump serial specs
for serial type rigs
2010-04-25 17:29 fillods
* tests/rotctl.1, tests/rotctl.c, tests/rotctl_parse.c: - allow
litteral command for \move
- added dump-caps option to rotctl
2010-04-25 17:24 fillods
* bindings/ignore.swg, include/hamlib/rotlist.h: declare M2 and ARS
backends
2010-04-25 17:20 fillods
* src/conf.c, src/rot_conf.c, src/rotator.c: - serial conf
parameters appear only for serial type rig
- backend conf params appear last in rig/rot_token_foreach()
- debug trace in rig/rot_set_conf()
- rig/rot_confparam_lookup() now accept token as number
- moved rot_set_conf/rot_get_conf into rot_conf.c
2010-04-24 14:04 azummo
* kenwood/th.c: th: fixed a missing newline
2010-04-24 14:03 azummo
* kenwood/th.c: th: fixed stack corruption
2010-04-24 13:57 azummo
* kenwood/th.c: th: fixed formatting issue
2010-04-24 13:53 azummo
* kenwood/thf7.c: thf7: - wrong rfpower level granularity
- added .reset
- call kenwood_open
- use generic th_set_vfo
2010-04-24 13:52 azummo
* kenwood/thg71.c: thg71: removed EOM
2010-04-24 13:52 azummo
* kenwood/tmv7.c: tmv7: removed EOM
2010-04-24 13:51 azummo
* kenwood/th.c, kenwood/th.h: - removed EOM, it's handled by
kenwood_transaction
- fixed tabs and spaces
- added generic routine for vfo errors
- set_mem: do not switch vfo if already in mem mode
- simplified invocation of some commands
- buffer optimizations
- added PARM_BEEP and PARM_APO
- fixed getting of LEVEL_RFPOWER
- fixed get_ant
2010-04-24 13:50 azummo
* kenwood/kenwood.c, kenwood/kenwood.h: kenwood: send the whole
buffer at once, added kenwood_cmd
2010-04-16 22:14 n0nb
* README.betatester, README.developer: Document that Swig bindings
for Perl and Python are no longer built
by default.
2010-04-16 20:50 fillods
* configure.ac, lib/Makefile.am, lib/getaddrinfo.c,
macros/Makefile.am, macros/hl_getaddrinfo.m4, src/network.c,
tests/rigctld.c, tests/rotctld.c: get ready for IPv6
2010-04-16 20:01 fillods
* configure.ac, macros/Makefile.am, macros/ac_python_devel.m4,
macros/python.m4: - bindings are not built by default anymore
- replace python.m4 with newer version from autoconf-archive
2010-04-16 19:08 fillods
* aor/ar7030p.c, kit/si570avrusb.c, spid/spid.c: compile
portability
2010-04-16 19:04 fillods
* alinco/alinco.c, aor/aor.c, flexradio/sdr1k.c, jrc/jrc.c,
kenwood/ic10.c, pcr/pcr.c, rs/rs.c, tentec/orion.c,
tests/memsave.c, tests/rigctl_parse.c, tests/testfreq.c,
yaesu/ft100.c: portability of long long
2010-04-14 20:08 fillods
* tests/rigctl.1: details for AGC level
2010-04-14 20:00 fillods
* icom/icom.h: bump backend version
2010-04-14 19:58 fillods
* icom/ic746.c: icom_mem_get_split_vfo() works better
2010-04-14 19:58 fillods
* icom/ic7800.c: various fixes
2010-04-14 19:57 fillods
* icom/ic718.c, icom/ic756.c, icom/ic7600.c, icom/ic7700.c:
icom_mem_get_split_vfo() works better
2010-04-14 19:56 fillods
* icom/icom.c, icom/icom_defs.h: - appropriate RIG_AGC* mapping
- implemented RIG_LEVEL_ALC/RIG_LEVEL_SWR
- icom_mem_get_split_vfo() needs RIG_OP_XCHG
2010-04-14 08:55 fillods
* icom/ic7600.c, icom/icom.c, icom/icom_defs.h:
LEVEL_VOXGAIN/ANTIVOX and FUNC_LOCK
2010-04-13 20:51 fillods
* gs232a/Makefile.am, gs232a/gs232.c, gs232a/gs232a.c,
gs232a/gs232a.h: GS232 (not A, not B), original patch from Jason
Winningham
2010-04-13 18:36 fillods
* tests/dumpcaps.c: mode listing
2010-04-13 18:18 fillods
* icom/delta2.c: DeltaII has short freq format, like IC-731/IC-735
2010-04-08 07:29 fillods
* Makefile.am: fix libltdl build order
2010-04-05 13:43 fillods
* kenwood/kenwood.c: corner case handling of RIG_VFO_VFO in
set_freq/get_freq
2010-04-05 10:15 fillods
* tests/rigctl_parse.c, tests/rotctl_parse.c: error checking when
parsing
2010-04-05 10:10 fillods
* bindings/pytest.py, c++/testcpp.cc: more example code
2010-04-05 10:01 fillods
* Segfault-award, include/hamlib/rig.h, src/rig.c,
tests/rigctl_parse.c: fix segfault and allow mode listing in
rigctl
2010-04-05 09:42 fillods
* src/tones.c: doxy: clarification about ctcss enabling/disabling
2010-04-05 09:33 fillods
* icom/Makefile.am, icom/delta2.c, icom/icom.c, icom/icom.h,
include/hamlib/riglist.h: added Ten-Tenc Delta II
2010-03-30 21:26 fillods
* yaesu/ft747.c: fix ft747_get_freq() off by x100Hz
2010-03-29 21:27 fillods
* icom/ic7600.c: S-Meter measurement by Roeland Jansen
2010-03-28 21:35 fillods
* yaesu/ft747.c, yaesu/ft747.h: * cached update data
* passband width in get_mode
* added set_mem/get_mem
* various fixes and cleanup
2010-03-28 16:38 fillods
* tentec/paragon.c: flesh out Paragon (585)
2010-03-28 16:33 fillods
* src/misc.c, src/misc.h, tuner/v4l.c: added helper functions for
cache timeout management
2010-03-27 23:12 fillods
* yaesu/ft747.c, yaesu/ft747.h: * change write_delay from 50 to 5
ms
* move pacing setup into ft747_open, once for all
* attempt workaround for possibly missing last byte in status
command
* added set_split_vfo, get_split_vfo
2010-03-14 19:46 fillods
* icom/Makefile.am, icom/ic738.c, icom/ic7700.c, icom/icom.c,
icom/icom.h: added IC-738 and IC-7700
2010-03-14 15:01 y32kn
* bindings/Makefile.am: Fix for python install path. Goes now to
.../site-packages where it belongs.
2010-03-11 23:24 n0nb
* autogen.sh: Fix echo command for embedded newline.
2010-03-10 20:32 kamalmostafa
* AUTHORS: Added Kamal Mostafa and Jaime Robles as maintainers for
Debian packaging.
2010-03-07 14:07 fillods
* README.release: update because of changes in interface of
sourceforge as of '09
2010-03-07 14:00 fillods
* src/locator.c, src/mem.c, src/rotator.c, tests/rigctl.1,
tests/rigctld.8, tests/rotctl.1: Copyright date update
2010-03-06 17:31 fillods
* drake/r8a.c, dummy/dummy.c: fix level/func list in memcaps
2010-03-06 17:29 fillods
* include/hamlib/riglist.h, racal/Makefile.am, racal/ra3702.c,
racal/ra37xx.c, racal/ra37xx.h, racal/racal.c, racal/racal.h:
added support for RA3702
2010-03-05 19:18 fillods
* yaesu/yaesu.c: fix bug in yaesu probing
2010-03-05 19:15 fillods
* yaesu/ft736.c: added CTCSS support
2010-03-05 18:54 fillods
* yaesu/ft847.c, yaesu/ft847.h: added tones and repeater support
2010-03-05 18:48 fillods
* include/hamlib/rig.h, src/settings.c, src/tones.c: allow tones
and func calls to be targetable
2010-03-03 08:34 fillods
* tests/rotctld.c: fix mixup
2010-03-03 08:33 fillods
* tests/dumpcaps.c: fix warning
2010-03-01 22:37 n0nb
* tests/rigctl_parse.c, tests/rigctld.8, tests/rotctl_parse.c,
tests/rotctld.8: Reserve '#' for comments in Extended Response
Protocol
2010-03-01 18:43 kamalmostafa
* Makefile.am, README.betatester, README.developer, autofixer.sh,
autogen.sh, autogen.sh.ltv1, configure.ac, configure.ac.ltv1,
install-sh, libltdl/Makefile.am, libltdl/Makefile.in,
libltdl/README, libltdl/aclocal.m4, libltdl/argz.c,
libltdl/argz_.h, libltdl/config, libltdl/config-h.in,
libltdl/config.guess, libltdl/config.sub, libltdl/config/compile,
libltdl/config/config.guess, libltdl/config/config.sub,
libltdl/config/depcomp, libltdl/config/install-sh,
libltdl/config/ltmain.sh, libltdl/config/missing,
libltdl/configure, libltdl/configure.ac, libltdl/install-sh,
libltdl/libltdl, libltdl/libltdl/lt__alloc.h,
libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h,
libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h,
libltdl/libltdl/lt_dlloader.h, libltdl/libltdl/lt_error.h,
libltdl/libltdl/lt_system.h, libltdl/libltdl/slist.h,
libltdl/loaders, libltdl/loaders/dld_link.c,
libltdl/loaders/dlopen.c, libltdl/loaders/dyld.c,
libltdl/loaders/load_add_on.c, libltdl/loaders/loadlibrary.c,
libltdl/loaders/preopen.c, libltdl/loaders/shl_load.c,
libltdl/lt__alloc.c, libltdl/lt__dirent.c, libltdl/lt__strl.c,
libltdl/lt_dlloader.c, libltdl/lt_error.c, libltdl/ltdl.c,
libltdl/ltdl.h, libltdl/ltmain.sh, libltdl/m4,
libltdl/m4/argz.m4, libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
libltdl/m4/ltoptions.m4, libltdl/m4/ltsugar.m4,
libltdl/m4/ltversion.m4, libltdl/m4/lt~obsolete.m4,
libltdl/missing, libltdl/mkinstalldirs, libltdl/slist.c,
ltmain.sh, macros/argz.m4, macros/libtool.m4, macros/ltdl.m4,
macros/ltoptions.m4, macros/ltsugar.m4, macros/ltversion.m4,
macros/lt~obsolete.m4: Update bundled libltdl (libtool) to
version 2.2.6b to address CVE-2009-3736.
- autogen.sh: never downgrade our bundled libltdl/ (only run
libtoolize if
system version is newer than our bundled version).
- autofixer.sh: script removed as libtool 1.x is no longer
allowed.
- configure.ac: (not enabled) optional setting to deprecate
embedded libltdl/.
2010-02-28 16:06 kamalmostafa
* debian: Removed stale debian/ dir from the hamlib source (it is
maintained
in the Debian diff and isn't useful in this tree).
2010-02-27 16:09 kamalmostafa
* src/rig.c: Hard-code length of hamlib_version and
hamlib_copyright strings
to stay compliant with hamlib 1.2 ABI and avoid spurious
"consider
relinking" warnings from dynamic loader.
2010-02-25 19:17 fillods
* gs232a/Makefile.am, gs232a/gs232a.c, gs232a/gs232a.h,
gs232a/gs232b.c: support for GS232B, original patch by Kobus
Botha
2010-02-18 00:18 n0nb
* tests/rigctl.1, tests/rigctl.c, tests/rigctl_parse.c,
tests/rigctld.8, tests/rigctld.c, tests/rotctl.1,
tests/rotctld.8, tests/testctld.pl: Complete addition of Extended
Response Protocol to rigctld
Update and synchronize rig and rot ctl(d) man pages
Update testctld.pl for ERp.
2010-02-15 01:37 n0nb
* tests/testrotctld.pl: Correct command section for rotctld in POD
2010-02-14 23:58 n0nb
* tests/rotctl.c, tests/rotctld.c: Really set rotctl/rotctld to
follow debug level set on command line.
2010-02-14 23:41 n0nb
* tests/rotctl.c: Remove default verbose setting of 2, call it when
needed.
2010-02-14 23:20 n0nb
* tests/dumpcaps_rot.c: New file for rotctl/rotctld dump_caps
support.
2010-02-14 23:01 n0nb
* tests/rotctl.1, tests/rotctld.8: Synchronize rotctl and rotctld
man pages.
Give "NET rotctl" example in roctl man page.
2010-02-14 22:18 n0nb
* tests/Makefile.am, tests/rotctl.c, tests/rotctl_parse.c,
tests/rotctl_parse.h, tests/rotctld.8, tests/rotctld.c,
tests/testrotctld.pl: Implement and document Extended Response
Protocol for rotctld
New test program, testrotctld.pl for rotctld
Implemented locator.c functions in rotctl and rotctld
2010-02-14 22:06 n0nb
* dummy/rot_dummy.c, include/hamlib/rotator.h, rotorez/rotorez.c,
rotorez/rotorez.h: Expanded ROT_TYPE definitions in rotator.h
Set dummy rotor to ROT_TYPE_AZEL
Set rotorez rotor type to ROT_TYPE_AZ and added get_info()
2010-02-14 21:47 n0nb
* src/locator.c, src/rig.c: Fixed long path calculation in
azimuth_long_path() in locator.c
Spelling edits and removal of space at the end of lines in rig.c
2010-02-08 23:38 n0nb
* tests/testctld.pl: Rewritten to support Extended Response
protocol
2010-02-08 23:37 n0nb
* tests/rigctl.c, tests/rigctl_parse.c, tests/rigctld.8,
tests/rigctld.c: Removed -b|--block option in favor of using '+'
prepended to a command
from the client to request Extended Response protocol.
2010-02-06 15:28 n0nb
* dummy/dummy.c: Added backend functions for power2mW and mW2power
frontend support.
Backend pretends to be a 100W radio.
2010-02-06 15:07 n0nb
* tests/testctld.pl: Added support for set/get _split_vfo,
_split_freq, and _split_mode,
power2mW and mW2power and tested with rigctld.
Refactored regexps for user entry tests.
2010-02-06 15:05 n0nb
* tests/dumpcaps.c, tests/rigctl_parse.c, tests/rigctld.8: Rewrote
power2mW to work with modern rigctl and rigctld.
Added mW2power for conversion the other way from power2mW.
Text label edits to dumpcaps
2010-02-06 14:59 n0nb
* yaesu/ft920.c: Reworked set/get_split_vfo, set/get_split_freq,
and set/get_split_mode
to act only in split vfo mode. freq and mode/passband will only
be
modified if split is active. split_vfo reflects the proper state
of split
and active TX VFO.
2010-02-04 01:00 n0nb
* tests/rigctld.8: Added \dump_caps as tested
2010-02-04 00:58 n0nb
* tests/testctld.pl: Now tests for state of "block" and "vfo" in
rigctld and acts accordingly.
More rewrites to consolidate separate set_ and get_ functions
into rig_cmd
Added support for handling \dump_caps in a limited fashion
2010-02-04 00:53 n0nb
* tests/dumpcaps.c, tests/rigctl_parse.c, tests/rigctld.8,
tests/rigctld.c: Added two new commands to rigctl_parse.c,
\chk_blk and \chk_vfo to allow
clients to query the state of the -b|--block or -o|--vfo options
from rigctld
Cleaned up strings in dumpcaps.c to remove duplicates to facilite
their use as key:value pairs
Updated rigctld man page for new commands
2010-01-28 22:44 n0nb
* README, README.developer, README.release: Update copyright date.
Revise documents as needed for Wiki.
2010-01-28 18:20 n0nb
* LICENSE, configure.ac.ltv2, cvs2cl.pl: Removed obsolete files,
configure.ac.ltv2 and cvs2cl.pl
Updated LICENSE to update FSF address and cover GPL used in
various
files as well as pointed to AUTHORS as canonical list of The
Hamlb Group.
2010-01-28 12:31 n0nb
* autofixer.sh, autogen.sh.ltv2: As autogen.sh works with libtool
v2, the old autogen.sh.ltv2 is no longer
needed. Modified autofixer.sh to only check for libtool v1 and
copy over
autogen.sh.ltv1 if needed.
2010-01-28 12:26 n0nb
* tests/testctld.pl: First cut as rewrite to make testctld.pl
interactice ala rigctl.
2010-01-25 12:20 n0nb
* tests/README: Add info about 'rigctld', 'rotctld', and
'testctld.pl
2010-01-25 03:44 n0nb
* tests/testctld.pl: Upload correct version this time...
2010-01-24 23:24 n0nb
* tests/Makefile.am, tests/rigctl.c, tests/rigctl_parse.c,
tests/rigctld.8, tests/rigctld.c, tests/testctld.pl: Added
initial support for Block protocol in rigctld and documented
same.
Rewrote testctld.pl for new block protocol and included it with
source distribution.
2010-01-24 23:18 n0nb
* README.developer, src/misc.c: Formatting edits to misc.c, line up
columns with tabs, etc.
Added section about autofixer.sh
2010-01-22 12:10 n0nb
* autogen.sh: Quote ltz_opt to fix "-i: Command not found" shell
error.
2010-01-20 02:00 n0nb
* aor/Makefile.am: Add ar7030p.h to noninst_HEADERS
2010-01-16 08:11 gadallah
* aor/ar7030p.c: Added various memory/VFO functions.
2010-01-16 08:09 gadallah
* aor/ar7030p_utils.c: Added implementation for pbsToHz() and
hzToPBS() helper functions.
2010-01-16 08:08 gadallah
* aor/ar7030p.h: Added prototypes for pbsToHz() and hzToPBS()
helper functions. Added comments to denote mey_sq, mey_pb, and
mey_id labels
2010-01-10 02:19 n0nb
* README.betatester: Formatting edits.
2010-01-10 02:11 n0nb
* README.betatester: Update to refer to section 1 of
README.developer and other changes to try
and clarify some sections.
2010-01-08 06:28 gadallah
* aor/ar7030p.c: Added init/cleanup functions, started
implementation of mem/channel access functions
2010-01-08 06:26 gadallah
* aor/ar7030p.h: Added private data to support channel information
2010-01-04 23:52 mrtembry
* yaesu/newcat.c, yaesu/newcat.h: Moved internal function
definition newcat_valid_command() from newcat.h to newcat.c.
Depreciated newcat_get_rx_vfo in newcat.c.
Depreciated newcat_set_rx_vfo in newcat.c.
newcat.h
newcat.c
2010-01-03 02:34 gadallah
* aor/ar7030p.h: Added new I/O helper functions, IR code
definitions
2010-01-03 02:32 gadallah
* aor/ar7030p.c: Removed utility/helper functions, added/updated
Rig API functions
2010-01-03 02:31 gadallah
* aor/ar7030p_utils.c: Initial version of utility functions for
AR7030 Plus receiver
2010-01-03 02:30 gadallah
* aor/Makefile.am: Added AR7030P utilities in ar7030p_utils.c
2010-01-01 01:04 gadallah
* aor/ar7030p.h: Fixed SVN tags
2010-01-01 01:04 gadallah
* aor/ar7030p.c: Fixed SVN tags
2009-12-24 02:17 gadallah
* aor/ar7030p.c: Rationalized naming convention, ran everything
through lint.
2009-12-24 02:16 gadallah
* aor/ar7030p.h: Rationalized naming convention, ran everything
through lint.
2009-12-22 07:13 gadallah
* aor/ar7030p.c: Alpha version of AR7030+ backend
2009-12-22 07:12 gadallah
* aor/ar7030p.h: Alpha version of AR7030+ backend
2009-12-22 07:10 gadallah
* aor/Makefile.am: Added AR7030+
2009-12-22 07:09 gadallah
* aor/aor.c: Added caps for AR7030+
2009-12-22 07:08 gadallah
* aor/aor.h: Added caps for AR7030+
2009-12-22 07:04 gadallah
* include/hamlib/riglist.h: Added AOR AR7030 Plus
2009-12-22 07:01 gadallah
* AUTHORS: Added Larry Gadallah as maintainer of AOR AR7030+
2009-12-20 02:44 mrtembry
* yaesu/ft950.c: Changed to stable status
2009-12-12 16:35 fillods
* icom/icom.c: MAIN/SUB handling in split mode and for RIG_OP_CPY
2009-12-12 16:19 fillods
* include/hamlib/riglist.h: Add IC-7600
2009-12-12 16:19 fillods
* icom/Makefile.am, icom/ic7600.c, icom/icom.c, icom/icom.h: Add
IC-7600include/hamlib/riglist.h
2009-12-10 22:04 fillods
* icom/ic706.c: Fix medium filter setting for IC-706* which insist
on having
the passband data along the mode.
2009-12-10 21:17 fillods
* icom/icom.c: fix MEM scan on IC receivers, thanks to John Ronan
EI7IG
2009-12-06 21:07 mrtembry
* tests/rigctl_parse.c: Eliminated "warning: ignoring return value
of scanf"
for functions set_channel() and power2mW()
line, and those below, will be ignored--
M rigctl_parse.c
2009-12-04 17:42 azummo
* pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c, pcr/pcr1000.c, pcr/pcr1500.c:
Bumped out to beta, solved a few bugs. Tested with
PCR100/1000/1500.
2009-12-04 11:17 azummo
* pcr/pcr.c, pcr/pcr100.c, pcr/pcr1000.c: Try to cope withe the
PCR100 and PCR1000 at the same time
2009-12-04 09:09 fillods
* include/hamlib/rotlist.h: added ROT_MODEL_GS232B
2009-12-03 20:36 azummo
* pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c, pcr/pcr1000.c: Try to
compensate for leftover characters
2009-11-28 14:27 mrtembry
* yaesu/newcat.c: Cleanup of memory and channel set functions.
2009-11-23 23:12 mrtembry
* yaesu/ft950.c: Added Alaska emergency memory channel
2009-11-23 22:38 mrtembry
* yaesu/newcat.c: Replaced strcpy with snprintf.
2009-11-22 21:53 mrtembry
* yaesu/ft950.c: added Read only 60M memory channels.
2009-11-22 21:52 mrtembry
* yaesu/newcat.c: eplaced sprintf with snprintf
Reworked memory channels to use VM; command.
Added code to support Read only 60M memory channels.
2009-11-22 12:01 fillods
* dummy/dummy.c, dummy/dummy.h: example of backend specific conf
2009-11-17 21:45 fillods
* include/num_stdio.h: new num_snprintf()
2009-11-10 02:53 n0nb
* configure.ac.ltv1: Add support for OS X/Darwin
Add AM_CONDITIONAL to fix error generated from kit/Makefile.am
2009-11-06 19:31 sconklin
* AUTHORS, yaesu/ft767gx.c: Fixed a bug that caused incorrect
frequency retrieval.
Bumped ft-767GX to BETA status.
Set myself as maintainer for the ft-767gx module.
2009-11-03 22:03 fillods
* kenwood/ic10.c, src/network.c, tentec/paragon.c: Patch from Eric
Sesterhenn, after cppcheck run:
- kenwood/ic10.c: (error) Buffer access out-of-bounds
- src/network.c: (error) Memory leak: p
- tentec/paragon.c: (error) Memory leak: priv
2009-11-03 21:16 fillods
* spid/spid.c: old patch about serial_rate_max from Norvald H.
Ryeng, LA6YKA
2009-11-03 21:04 fillods
* tests/rig_split_lst.awk: missing R&S backend
2009-11-03 20:47 fillods
* tests/rigctl.1, tests/rigctld.8, tests/rotctld.8: fix syntax,
thanks to debian qa for noticing
2009-11-02 22:58 fillods
* configure.ac, configure.ac.ltv1, configure.ac.ltv2,
src/Makefile.am: get ready for next round
2009-11-02 22:14 fillods
* ChangeLog, NEWS, configure.ac: release 1.2.10
2009-11-02 21:26 fillods
* tentec/rx320.c: STR_CAL update from P.J. "Josh" Rovero, KK1D
2009-11-02 19:31 fillods
* kit/kit.c: no alternate DLL support for si570avrusb
2009-11-02 08:48 fillods
* configure.ac.ltv2: update

30
NEWS
Wyświetl plik

@ -1,23 +1,35 @@
Hamlib -- History of visible changes.
Copyright (C) 2000-2003 Frank Singleton
Copyright (C) 2000-2009 Stephane Fillod, and others
Copyright (C) 2000-2010 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
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
* New rotator backend: GS-232B, GS-232 (not A or B), ARS RCI, M2 RC2800
* Fixes and features: TH-F7E, FT-847, FT-736, FT-920, FT767GX, FT-747,
FT-950, FT-450, Yaesu NewCAT, PCR*, IC-706MkIIG, IC-7800, R-8A, Paragon
* rigctld/rotctld
* ltdl security update
* IPv6 ready
* bindings not built by default
Version 1.2.10
2009-11-02
* New models: IC-7200, PCR-1500, PCR-2500, RX-340, R&S ESMC, BC898T,
Si570 AVR-USB, Paragon (skeleton)
* New rotator backend: SPID, GS-232 (not A or B)
Si570 AVR-USB, Paragon (skeleton)
* New rotator backend: SPID
* Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800,
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
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
* bindings
* ltdl update
* ltdl update
Version 1.2.9
2009-02-25

Wyświetl plik

@ -8,7 +8,7 @@ AC_PREREQ(2.59)
## Autoconf initialisation. ##
## ------------------------ ##
dnl Please do not use '-' in the version number, 'make rpm' will fail
AC_INIT([hamlib],[1.2.11svn],[hamlib-developer@lists.sourceforge.net])
AC_INIT([hamlib],[1.2.11],[hamlib-developer@lists.sourceforge.net])
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
## ------------------------ ##