kopia lustrzana https://github.com/Hamlib/Hamlib
1.2.5 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2081 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.5
rodzic
f3a54f143b
commit
33861dc508
13
NEWS
13
NEWS
|
@ -1,9 +1,20 @@
|
||||||
Hamlib -- History of visible changes.
|
Hamlib -- History of visible changes.
|
||||||
|
|
||||||
Copyright (C) 2000-2005 Stephane Fillod, Frank Singleton and others
|
Copyright (C) 2000-2006 Stephane Fillod, Frank Singleton 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 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
|
||||||
|
* new models: AR8600, AR2700, DWT (DLL based under Windows,
|
||||||
|
need test under other OS)
|
||||||
|
* fixes: big AOR update, AR7030, Orion, NRD-545, RX-320,
|
||||||
|
FT-817, FT-990, TS-2000, Easycomm
|
||||||
|
* port: BSD fix of parallel port support
|
||||||
|
|
||||||
Version 1.2.4
|
Version 1.2.4
|
||||||
2005-04-03
|
2005-04-03
|
||||||
|
|
|
@ -8,7 +8,7 @@ AC_PREREQ(2.50)
|
||||||
## Autoconf initialisation. ##
|
## Autoconf initialisation. ##
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
dnl Please do not use '-' in the version number, 'make rpm' will fail
|
dnl Please do not use '-' in the version number, 'make rpm' will fail
|
||||||
AC_INIT([hamlib], [1.2.5cvs], [hamlib-developer@lists.sourceforge.net])
|
AC_INIT([hamlib], [1.2.5], [hamlib-developer@lists.sourceforge.net])
|
||||||
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
|
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
|
||||||
|
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
|
|
Ładowanie…
Reference in New Issue