Upstream version 2.06

pull/2/head
Stelios Bounanos 2007-12-26 17:33:35 +00:00
rodzic 3cc681c35e
commit 93ded34b77
2 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -1,10 +1,15 @@
Change Log:
2.06 1) source code fixes for 64 bit compilers
2) LDT / ZDT local settings are now recognized in macro expansion
3) additional mouse wheel function: when mouse is over the digiscope
display the mouse wheel (no key modifier) performs the alter
PSK search range the same as the 2.05.3.c change.
2.06 1) Source code fixes for 64 bit compilers
2) New stacktrace code, used by default exception & signal handlers
3) LDT / ZDT: locale settings are now recognized in macro expansion.
New ILDT / IZDT macros to expand date in iso-8601 format
4) The rig control window's frequency list now stores rig mode, modem and
waterfall carrier. Hence, ~/.fldigi/frequencies.txt uses a new format
5) Additional mouse wheel function: when pointer is over the digiscope
display, the mouse wheel (no key modifier) alters the PSK AFC search
range, FeldHell filter BW, or CW filter BW
6) The Audio menu is now a submenu of Files
2.05 1) Converted entire make system over to the GNU autoconf / automake
format. See the INSTALL file for additional information

Wyświetl plik

@ -4,7 +4,7 @@
# Copyright (C) 2007 Stelios Bounanos, M0GLD (m0gld AT enotty DOT net)
AC_PREREQ(2.61)
AC_INIT([fldigi], [2.066], [w1hkj AT w1hkj DOT com])
AC_INIT([fldigi], [2.06], [w1hkj AT w1hkj DOT com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall foreign 1.9.6])
AM_MAINTAINER_MODE