Welcome DL1JBE, AD7AI, W1HKJ to the Hamlib developers group.

Advise against editing Changelog directly.
Bump to 1.2.6rc1


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2166 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.6rc1
Nate Bargmann, N0NB 2006-12-10 14:41:35 +00:00
rodzic cced6e9142
commit 8c989688b8
3 zmienionych plików z 24 dodań i 4 usunięć

12
AUTHORS
Wyświetl plik

@ -49,6 +49,9 @@ M: Rob Walker
M: Mark J. Fine
[icom: ic7000]
M: Kent Hill, AD7AI
[icom: ic718]
M: Chuck Gilkes, WD0FCL/4
@ -88,6 +91,7 @@ M: Juergen Rinas DC3BW
[kenwood: TS-570]
M: Rob Frohne, KL7NA
C: Thomas Beierlein, DL1JBE
[kenwood: R-5000]
M: Mark J. Fine
@ -122,6 +126,9 @@ M: Ken Koster, N7IPB
[tentec: tt565]
M: Martin Ewing AA6E
[tentec: Argonaut V]
C: Dave Freese, W1HKJ
[uniden: 245xlt]
M: Eric Cottrell WB1HBU
@ -229,4 +236,7 @@ Dave Hines, M1CXW, <hamlib (at) dph.fluff.org>
Darren Hatcher, G0WCW, <g0wcw (at) hatcher.org.uk>
Ben Coleman, NJ8J, <nj8j (at) arrl.net>
Serge Pashenkov <serge (at) gnode.org>
Lars E. Pettersson sm6rpz <lars (at) homer.se>
Lars E. Pettersson SM6RPZ <lars (at) homer.se>
Thomas Beierlein, DL1JBE, <y32kn (at) users.sourceforge.net>
Kent Hill, AD7AI, <fuzzballz (at) comcast.net>
Dave Freese, W1HKJ, <w1hkj (at) w1hkj.com>

Wyświetl plik

@ -121,6 +121,8 @@ checkout.
Check out the sourceforge page at https://sourceforge.net/cvs/?group_id=8305
for more information about how to use the CVS repository of Hamlib.
A CVS manual is online at http://ximbiot.com/cvs/manual/
1.2. Requirements
Hamlib is entirely developed using GNU tools, under various Linux systems.
@ -343,9 +345,9 @@ this. The error checking is removed for simplicity.
* Windows: MinGW/Cygwin, and VisualC++ support for rig.h
Hamlib should also compile with the following common compilers:
* gcc-2.9x
* gcc-2.9x (deprecated?)
* gcc-3.0 and gcc-3.2+
* gcc-4.x
* gcc-4.x and newer
* in shared and static
* C++ compiler against rig.h, riglist.h, rotator.h
@ -362,6 +364,14 @@ this. The error checking is removed for simplicity.
The patches are to be sent to the hamlib-developer
mailing list. If the file is too big, you can send it as a compressed
attachement.
8.3.1 Changelog
Caveat: The cvs2cl.pl script is used before each release to generate
the Changelog file so any changes made directly to it WILL BE LOST!
Simply summarize your changes when the files are committed to CVS or,
if providing patches to the mailing list, provide a summary so the
uploader can include it in the commit message.
8.4 CVS commit access

Wyświetl plik

@ -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.6cvs], [hamlib-developer@lists.sourceforge.net])
AC_INIT([hamlib], [1.2.6rc1], [hamlib-developer@lists.sourceforge.net])
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
## ------------------------ ##