From 90224b77dcb45e602d4dec33b7f0a6e69e8a902b Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 6 Dec 2008 17:36:09 -0600 Subject: [PATCH] Version 3.04BH --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 372946f0..aee1551b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -106,6 +106,17 @@ Change Log: d. additional macro tags for sending contest specific exchanges e. additional macro tag to send current qso-log-time f. changed qso-log-time to an automated clock + 37) Added dup field, time-span in minutes + 38) Added macro tag - clear Rx pane + 39) Change fldigi.log to fldigiYYYYMMDD.log, always append to file, + YYYYMMDD in GMT + 40) Added Olivia Tones/BW display in status bar + 41) Split st/cnty into state county fields, added country field + 42) Added time_on to the logbook + 43) Change logbook text export to tab delimited format + 44) Added ability to export selected records to ADIF / CSV with + fields specified + 45) Fixed bug in transfering frequency to logbook in Khz vice Mhz format. 3.03 1) Changes to socket server to correct shutdown process diff --git a/configure.ac b/configure.ac index a15b2c4a..5ab1166d 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, [4BG]) +m4_define(FLDIGI_PATCH, [4BH]) AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])