git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1879 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.3
Stéphane Fillod, F8CFE 2004-11-17 22:08:01 +00:00
rodzic b341d5dc5d
commit 15c68a13d8
2 zmienionych plików z 10 dodań i 1 usunięć

9
NEWS
Wyświetl plik

@ -4,6 +4,15 @@ Copyright (C) 2000-2004 Stephane Fillod, Frank Singleton and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 1.2.3
2004-11-17
* frontend API: LEVEL_SQLSTAT marked as deprecated
* new backends: Racal, V4L radio cards, Watkins-Johnson 8888
* new models: IC-78, IC-7800, IC-R20, IC-756PROIII
* fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq,
IC-R8500: calibrated S-Meter, Jupiter and many others..
* port: mingw32 support with gcc 3.4 version
Version 1.2.2
2004-08-23
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti

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