new alpha test release
pull/2/head
David Freese 2008-12-20 13:55:16 -06:00
rodzic 37022f7d34
commit 15ffc81a45
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -138,6 +138,11 @@ Change Log:
54) Added FText country information tooltip. Tooltip is displayed when
a mouse over occurs in the Rx pane on a word that qualifies as a
call sign.
55) Corrected behavior of log fields when changing focus. Enter key in
a qso log field restores focus to Tx panel.
56) Added option to force qso log "call" to uppercase.
57) Fixed RTTY tx character echo when unshift-on-space is selected for tx
58) Added check to save modified macros before loading a new macro file.
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, [4BJ])
m4_define(FLDIGI_PATCH, [4BK])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])