Version 3.23.08

* Maintenance release
    - minor changes to documentation
pull/4/head
David Freese 2016-02-21 09:14:00 -06:00
rodzic f80745e5f9
commit 4fec333973
4 zmienionych plików z 30 dodań i 5 usunięć

Wyświetl plik

@ -1,9 +1,34 @@
=Version 3.23.08=
2016-02-21 Rik van Riel <riel@surriel.com>
bbbeed4: NAVTEX update
2016-02-16 David Freese <iam_w1hkj@w1hkj.com>
5b2edad: Save Logbook
1c8e0e9: Analysis mode
0f650e9: flrig PTT
106e3e2: flrig waiting
71fa224: COM port close
dd1165a: fsq repeat last
fb0fd4c: Mac Logger
2016-02-04 Jonathan Wakely <redi@users.sf.net>
813b58a: GCC 6 build
2016-02-01 David Freese <iam_w1hkj@w1hkj.com>
d808977: CALL capture
bea9cfe: Scope View
8bcc9e8: RigCAT modifications
=Version 3.23.07=
2016-01-20 David Freese <iam_w1hkj@w1hkj.com>
10266d2: Exit delays
e821e49: Contest fields
ebc00ed: OS-X start_process

Wyświetl plik

@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
dnl contain other characters or be empty
m4_define(FLDIGI_MAJOR, [3])
m4_define(FLDIGI_MINOR, [23])
m4_define(FLDIGI_PATCH, [.07])
m4_define(FLDIGI_PATCH, [.08])
m4_define(FLARQ_MAJOR, [4])
m4_define(FLARQ_MINOR, [3])
m4_define(FLARQ_PATCH, [.5])

Wyświetl plik

@ -18,7 +18,7 @@
/*!
\mainpage FLDIGI Users Manual - Version 3.23
\mainpage FLDIGI Users Manual - Version 3.23.08
\anchor main_page
<center>

Wyświetl plik

@ -161,7 +161,7 @@ the ones in the rig definition file.
\section polling Poll Interval
The rigCAT code operates in a separate thread during which the various
queries are made with a dafault interval of 100 milliseconds between the last query
queries are made with a default interval of 100 milliseconds between the last query
and the start of the next cycle. The actual cycle period is dependent on
the serial communications baud rate, the size of the commands, and the
responsiveness of the transceiver. It will always be greater than the poll interval.