From 15c68a13d842d78631e1e403934b7e3cbb2bafb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 17 Nov 2004 22:08:01 +0000 Subject: [PATCH] 1.2.3 release git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1879 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 77d270dbb..7ad40c4a2 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index 698ac29ea..a178050d8 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.3cvs], [hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib], [1.2.3], [hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) ## ------------------------ ##