git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2081 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2006-02-26 19:47:50 +00:00
rodzic f3a54f143b
commit 33861dc508
2 zmienionych plików z 13 dodań i 2 usunięć

13
NEWS
Wyświetl plik

@ -1,9 +1,20 @@
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
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
2005-04-03

Wyświetl plik

@ -8,7 +8,7 @@ AC_PREREQ(2.50)
## Autoconf initialisation. ##
## ------------------------ ##
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])
## ------------------------ ##