kopia lustrzana https://github.com/Hamlib/Hamlib
Update for 1.2.7 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2294 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.7
rodzic
f098e378d1
commit
eaef5e49a5
21
NEWS
21
NEWS
|
@ -1,9 +1,28 @@
|
||||||
Hamlib -- History of visible changes.
|
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
|
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
|
Version 1.2.6
|
||||||
2006-12-22
|
2006-12-22
|
||||||
* Bump version to 1.2.6
|
* Bump version to 1.2.6
|
||||||
|
|
|
@ -8,7 +8,7 @@ AC_PREREQ(2.59)
|
||||||
## Autoconf initialisation. ##
|
## Autoconf initialisation. ##
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
dnl Please do not use '-' in the version number, 'make rpm' will fail
|
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])
|
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
|
||||||
|
|
||||||
## ------------------------ ##
|
## ------------------------ ##
|
||||||
|
|
|
@ -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
|
lib_LTLIBRARIES = libhamlib.la
|
||||||
libhamlib_la_SOURCES = $(RIGSRC)
|
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_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS) -DHAMLIB_MODULE_DIR=\"$(libdir)\"
|
||||||
libhamlib_la_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la @MATH_LIBS@ $(LIBUSB_LIBS)
|
libhamlib_la_LIBADD = @LIBLTDL@ $(top_builddir)/lib/libmisc.la @MATH_LIBS@ $(LIBUSB_LIBS)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue