1.2.15.2 release

Hamlib-1.2.15 059959269a6-0-g059959269
Nate Bargmann 2012-08-05 08:38:58 -05:00
rodzic f2fe401b60
commit 059959269a
3 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -133,6 +133,10 @@ C: Fabrice, F4AVI
[kit: Elektor SDR]
C: John Nogatch, AC6SL
[kit: HiQSDR]
M: Jim Ahlstrom, N2ADR
[pcr: pcr100,pcr1000]
M: Alessandro Zummo, IZ1PRB
C: Darren Hatcher, G0WCW

5
NEWS
Wyświetl plik

@ -6,8 +6,8 @@ Copyright (C) 2000-2012 Stephane Fillod, and others
Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 1.2.15.2rc3
2012-08-01
Version 1.2.15.2
2012-08-05
* Read eeprom value for digital mode from FT-857
* Clean up TS-950 series commands and read mode using IF command
* Fix GS-232A/B rotor command terminations
@ -15,6 +15,7 @@ Version 1.2.15.2rc3
* Allow seamless access to ports higher than COM9 on Windows
* Fix ineffective packed attribute on WinRadio
* Correct low signal strength S-meter error on AR7030+
* Updates to HiQSDR by Jim, N2ADR
Version 1.2.15.1
2012-03-11

Wyświetl plik

@ -11,7 +11,7 @@ dnl Please do not use '-' in the version number, as package managers will fail,
dnl however, the use of '~' should be fine as apt (others?) will treat
dnl it as an earlier version than the actual release. TNX KA6MAL
dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars!
AC_INIT([Hamlib],[1.2.15.2~rc3],[hamlib-developer@lists.sourceforge.net],[hamlib],[http://www.hamlib.org])
AC_INIT([Hamlib],[1.2.15.2],[hamlib-developer@lists.sourceforge.net],[hamlib],[http://www.hamlib.org])
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
AC_CONFIG_MACRO_DIR([macros])