Update for 1.2.8 release

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2464 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.8
Stéphane Fillod, F8CFE 2008-11-02 22:00:02 +00:00
rodzic 82e8e1bd4a
commit ca367df7bc
2 zmienionych plików z 20 dodań i 2 usunięć

20
NEWS
Wyświetl plik

@ -1,9 +1,27 @@
Hamlib -- History of visible changes.
Copyright (C) 2000-2008 Stephane Fillod, Frank Singleton and others
Copyright (C) 2000-2003 Frank Singleton
Copyright (C) 2000-2008 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
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.
Version 1.2.7.1
2008-04-11
* New model: miniVNA

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