git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2760 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-11-02 22:14:10 +00:00
rodzic cfc3005308
commit 987c5d7327
3 zmienionych plików z 5054 dodań i 3976 usunięć

9014
ChangeLog

Plik diff jest za duży Load Diff

14
NEWS
Wyświetl plik

@ -5,6 +5,20 @@ Copyright (C) 2000-2009 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
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)
* 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
* bindings
* ltdl update
Version 1.2.9
2009-02-25
* New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80

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.10svn],[hamlib-developer@lists.sourceforge.net])
AC_INIT([hamlib],[1.2.10],[hamlib-developer@lists.sourceforge.net])
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
## ------------------------ ##