Release 1.2.15.1

Hamlib-1.2.15 1.2.15.1
Nate Bargmann 2012-03-11 07:29:56 -05:00
rodzic e26bdae56e
commit c9eaebc92a
2 zmienionych plików z 6 dodań i 4 usunięć

8
NEWS
Wyświetl plik

@ -7,12 +7,14 @@ Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net
Version 1.2.15.1
2012-03-??
2012-03-11
* HD-1780 rotor endpoint limit fix
* Quell adat compile warnings
* Sort rig/rot list output from rig/rotctl (-l) by model #
* Quell adat compile warnings
* Sort rig/rot list output from rig/rotctl (-l) by model #
* TenTec Jupiter (TT538) fixes
* Include various backend notes files
* Document sorted -l output for <rig|rot>ctl[d]
* Updates README.betatester and README.developer
Version 1.2.15
2012-02-02

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.1~rc],[hamlib-developer@lists.sourceforge.net],[hamlib],[http://www.hamlib.org])
AC_INIT([Hamlib],[1.2.15.1],[hamlib-developer@lists.sourceforge.net],[hamlib],[http://www.hamlib.org])
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
AC_CONFIG_MACRO_DIR([macros])