From 15ffc81a45c4c07b5f168881a363757f567fa3e4 Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 20 Dec 2008 13:55:16 -0600 Subject: [PATCH] Version 3.04BK new alpha test release --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5abd4203..2156aff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 571073c7..3bcb2232 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, [4BJ]) +m4_define(FLDIGI_PATCH, [4BK]) AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])