alpha release 3.04BU
pull/2/head
David Freese 2008-12-27 15:46:44 -06:00
rodzic e50a5ae25f
commit 6d9415c2b9
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -173,6 +173,10 @@ Change Log:
76) Added Tx Power configuration item
77) Added TX_PWR and COUNTRY to adif export
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
1) Changes to socket server to correct shutdown 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, [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])