Alpha test version distribution
pull/2/head
David Freese 2008-12-22 20:06:56 -06:00
rodzic 12011e61e8
commit 1d2225de71
2 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -146,6 +146,17 @@ Change Log:
59) Added clear logbook fields when qso fields cleared
60) Added Load Macro file Rx Panel message whenever a macro file is
loaded.
61) Fix qso clear button bug; Clear would only work with NagMe set.
Corrected logic.
62) Logbook text i/o bug fixes. Changed all logbook text out to use CRLF
convention in MS. Fixed "-30" bug in text output for comment field.
63) Fix logbook update. Maintain scroll position when updating QSO log
fields.
64) Fix PSK browser crash
65) Organize HomeDir contents. HomeDir (~/.fldigi) (<user>/fldigi.files)
now contains the following subdirectories:
rigs, scripts, palettes, logs, images, help, macros & temp
correctly populated with the corresponding default files.
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, [4BL])
m4_define(FLDIGI_PATCH, [4BM])
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])