git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1821 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.2
Stéphane Fillod, F8CFE 2004-08-23 21:05:30 +00:00
rodzic a983df73bc
commit 76c419ef28
2 zmienionych plików z 9 dodań i 1 usunięć

8
NEWS
Wyświetl plik

@ -4,6 +4,14 @@ Copyright (C) 2000-2004 Stephane Fillod, Frank Singleton and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 1.2.2
2004-08-23
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti
* fixes: JRC NRD435 & NRD535, Drake, AOR3000, and many other
* port: Fixes for BRK/RTS/DTR handling under win32 (-> Elektor304)
* bindings: updated Visual Basic wrapper file
* rigswr: new command to measure VSWR vs frequency
Version 1.2.1
2004-05-19
* API change: added RIG_AGC_MEDIUM enum

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