kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
e50a5ae25f
commit
6d9415c2b9
|
@ -173,6 +173,10 @@ Change Log:
|
||||||
76) Added Tx Power configuration item
|
76) Added Tx Power configuration item
|
||||||
77) Added TX_PWR and COUNTRY to adif export
|
77) Added TX_PWR and COUNTRY to adif export
|
||||||
78) Bug fix, delete last qso in logbook browser
|
78) Bug fix, delete last qso in logbook browser
|
||||||
|
79) Balanced pre/post amble tones with mfsk tones on Oliva - effectively
|
||||||
|
increases average transmitted power in Olivia
|
||||||
|
80) Change macros for <TIMER> and <IDLE> to use new format:
|
||||||
|
<TIMER:NN> and <IDLE:NN> where NN is time in seconds.
|
||||||
|
|
||||||
3.03
|
3.03
|
||||||
1) Changes to socket server to correct shutdown process
|
1) Changes to socket server to correct shutdown process
|
||||||
|
|
|
@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
|
||||||
dnl contain other characters or be empty
|
dnl contain other characters or be empty
|
||||||
m4_define(FLDIGI_MAJOR, [3])
|
m4_define(FLDIGI_MAJOR, [3])
|
||||||
m4_define(FLDIGI_MINOR, [0])
|
m4_define(FLDIGI_MINOR, [0])
|
||||||
m4_define(FLDIGI_PATCH, [4BT])
|
m4_define(FLDIGI_PATCH, [4BU])
|
||||||
|
|
||||||
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue