From 1d2225de71efbe39a0071888c5aa11f3e4496cad Mon Sep 17 00:00:00 2001 From: David Freese Date: Mon, 22 Dec 2008 20:06:56 -0600 Subject: [PATCH] Version 3.04BM Alpha test version distribution --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c51a0a2b..48b28870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) (/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 diff --git a/configure.ac b/configure.ac index d6b8c2f2..cd51bc63 100644 --- a/configure.ac +++ b/configure.ac @@ -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])