From eaef5e49a525537357a334784eeae35bf787132c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 13 Feb 2008 22:55:59 +0000 Subject: [PATCH] Update for 1.2.7 release git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2294 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- NEWS | 21 ++++++++++++++++++++- configure.ac | 2 +- src/Makefile.am | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 552bf1a16..b9d1cf193 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,28 @@ Hamlib -- History of visible changes. -Copyright (C) 2000-2006 Stephane Fillod, Frank Singleton and others +Copyright (C) 2000-2008 Stephane Fillod, Frank Singleton and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net +Version 1.2.7 + 2008-02-13 + * Improved Documentation + * New models: IC-820H, DttSP, Elektor SDR-USB, DDS-60, + FT-450, FT-767GX + * Fixes: IC-746, IC-765, IC-910, Kenwood, FT1000MP, FT817, .. + * New rigsmtr toy to graph polar signal strength + * New experimental rigctld rig daemon, with simple protocol + +Version 1.2.6.2 + * Fixes: TS570 (Split, RIT/XIT), IC910H + * Improved Tentec Orion,RX-320 functionality + * Improved Winradio G-313 + * Better man pages + +Version 1.2.6.1 + * Icom protocol fixes + * bindings build fixing + Version 1.2.6 2006-12-22 * Bump version to 1.2.6 diff --git a/configure.ac b/configure.ac index 872a5cd6f..e59dc0aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) ## Autoconf initialisation. ## ## ------------------------ ## dnl Please do not use '-' in the version number, 'make rpm' will fail -AC_INIT([hamlib],[1.2.7cvs],[hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib],[1.2.7],[hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) ## ------------------------ ## diff --git a/src/Makefile.am b/src/Makefile.am index 15921ac36..bc7753337 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ RIGSRC = rig.c serial.c misc.c register.c event.c cal.c conf.c tones.c \ lib_LTLIBRARIES = libhamlib.la libhamlib_la_SOURCES = $(RIGSRC) -libhamlib_la_LDFLAGS = $(WINLDFLAGS) -no-undefined -version-info @ABI_VERSION@:5:0 +libhamlib_la_LDFLAGS = $(WINLDFLAGS) -no-undefined -version-info @ABI_VERSION@:6:0 libhamlib_la_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS) -DHAMLIB_MODULE_DIR=\"$(libdir)\" libhamlib_la_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la @MATH_LIBS@ $(LIBUSB_LIBS)