From 33861dc508d84b1ba30cb9c22875b7d172cabe76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 26 Feb 2006 19:47:50 +0000 Subject: [PATCH] 1.2.5 release git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2081 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- NEWS | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 269ce65a4..d1e5bf9fd 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index d9eecf7dd..227567a69 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ## ------------------------ ##