--------
* Maintenance release
Date: Mon May 6 20:15:44 2013 -0500
About update
* Updated list of principal developers
--------
Add patches: (sync to ham/fldigi/patches by joerg@)
Avoid implicit conversions to bool for streams.
Require C++11 for Clang and prefer std version over tr1 when in C++11
mode.
----------
Sat Apr 13 14:48:19 2013 -0500
Version 3.21.70
* Maintenance release
Sat Apr 13 17:51:18 2013 -0500
Contestia/Olivia
* Quick change / custom dialog
* Corrected Contestia callback in confdialog.fl
* Corrected resetOLIVIA function
Sat Apr 13 14:36:19 2013 -0500
Tabs Colors
* Added ID / QRZ tabs to color schema
Sat Apr 13 07:17:48 2013 -0500, Author: Arvo Järve <arvo@softshark.ee>
Double Click bug fix
* Double click text selection for transfer to QSO record fields
Fri Apr 12 18:09:26 2013 -0500
RTTY update
* Removed code used for filter tests
* Added CWI suppression, select decoding of
- Mark-Space
- Mark only
- Space only
----------
New patch for DragonFly build to fix following problem:
misc/configuration.cxx: In member function 'void configuration::testCommPorts()':
misc/configuration.cxx:934:2: error: 'glob_t' was not declared in this scope
misc/configuration.cxx:934:9: error: expected ';' before 'gbuf'
gmake[3]: *** [fldigi-configuration.o] Error 1
(2) patches/patch-src_throb_throb.cxx
.. Upstream now includes this patch (not exactly the same).
Tue Apr 9 14:59:08 2013 -0500
Version 3.21.69
* Maintenance release
Fri Mar 22 10:55:55 2013 -0500
RTTY filters
* Removed deprecated Hilbert transform
* Corrected inverse FFT computation to provide unity gain
h(t) -> H(w) -> h(t)
* Added design output statements to fftfilt.cxx - normally disabled
* Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi
* Improved X-scope update rate
* Removed unused methods and members
Thu Apr 11 05:02:11 2013 -0500
Spotting
* Add user configurable spotting using signal browser
- spotting can be disabled if viewer is not visible
- reduces CPU load if selected
Wed Apr 10 12:27:40 2013 -0500
ADIF case
* Change import parser to treat fields specifiers as case
insensitive.
Tue Apr 9 14:12:27 2013 -0500
QSO NBR/NXT macro tag
* Added <QSONBR>, <NXTNBR> macro tags to respectively add
current # QSO records, next QSO record number to transmit
Tue Apr 9 09:53:52 2013 -0500
TX lower case
* User configurable transmit all text in lower case
Tue Apr 9 09:07:51 2013 -0500
WX parser
* Update station name parser iaw new METAR format
Version 3.21.68
* Maintenance release
RTTY bug fix
* Missing initialization for Cmovavg bit filter pointer
RTTY filters
* added Modified Lanzcos RTTY Rx filter
- DO2SMF, Stefan Fendt <smfendt@gmail.com>
Hang on start
* Erroneously created / deleted new thread for instance when
rig_cat not being used for rig control.
Analysis
* Added timeout value to extinguish status message
WF only ESC abort
* Capture Escape to prevent program shutdown when
Escape pressed when --wo dialog has focus.
- Rx - escape ignored
- Tx - transmit aborted, return to Rx
- Tune - tune aborted, return to Rx
rigMEM
* removed rigMEM support code
- KC505 transceiver control no longer uses this
converted to use xmlrpc control.
WF only null pointer fix
* in waterfall only mode, bypass text logging of rx stream
RTTY config tab
* Cosmetic corrections
RTTY stop bits
* remove forced return to 1.5 stop bits for Baudot
* Maintenance release
RTTY FSK modem
* This patch contributed to by
W1HKJ, Dave Freese <w1hkj@w1hkj.com>
DO2SMF, Stefan Fendt <smfendt@gmail.com>
* Waveshaped FSK modem for classic RTTY using raised cosine
matched filters
* Kahn demodulator
* RTTY scope based on separate mark / space filter outputs
* Corrected s/n estimator
* Change RTTY browser to new demodulator
* Fixed missing browser highlight for callsign detection
* Bypass Viewer signal processing if viewer(s) are not visible
- significantly reduces % CPU use
* Separated psk-rtty range/value pairs for viewer squelch
control.
PSK viewer
* Suppress psk viewer decoding if neither viewer
is visible.
Contest fields
* increased size of contest fields
RigCAT INIT/CLOSE
* This modification submitted by:
Arvo Jarve, ES1JA, <arvo@softshark.ee>
* Added CLOSE port rigcat command
* Added user control to enable/disable restortation
of serial port status bits when closing port
- use <RESTORE>bool_value</RESTORE> in xml definition
file.
Olivia FEC reset
* Added user control to enable/disable automatic reset of
FEC integration depth when BW / Tones are changed either
by user or via RsID reception.
Status / Tx Level Controls
* increased horizontal dimension to 120 pixels
Author: David Freese <w1hkj@w1hkj.com>
Date: Fri Dec 28 14:56:20 2012 -0600
Version 3.21.65
* Maintenance / update release
Date: Thu Dec 27 08:24:20 2012 -0600
High Speed / Multi-Carrier Modems
* This commit contributed to by:
- John Douyere <vk2eta@gmail.com>
- Dave Freese <w1hkj@w1hkj.com>
- John Phelps <kl4yfd@gmail.com>
- Andrej Lajovic <s57ln@hamradio.si>
* New high speed and multi carrier modems
- psk, pskr
- DominoEX
- Thor
* Added separate modem initialization for
Olivia tone / bandwidth pairs:
- 4/250, 8/250
- 4/500, 8/500, 16/500
- 8/1000, 16/1000, 32/1000
- 64/2000
* RSID changes
- Added secondary RsID code set
- RsID code 263 enables detection of the secondary
RsID code burst.
* MFSK UTF-8 tx
- corrected transmit of two-byte UTF-8 characters
* PSK-UTF-8 tx
- corrected transmit of two-byte UTF-8 characters
* Changed PSK multicarrier bandwidth markers to show full
extent of signal in the waterfall.
* THOR modem updates
- Added Thor high speed modes
25x4, 50, 50x2, 100 Baud, all < 1800 Hz bandwidth
- IFK+ Softdecode function for THOR
dynamically detects and suppresses CWI
Rx printing is disabled when "File IO only" is selected for
soundcard. Decoder uses puncture in this condition.
- THOR FEC confidence indicator
Uses the actual path-metrics from the Viterbi decoder.
Displays next to the S/N in the main dialog.
Date: Sun Dec 30 14:18:18 2012 -0600
User configurable items
* View Browser Colors
- Added configurable colors to signal view browser
*Logbook browser font
- Added set font code for logbook browser
2012-12-26 Makoto Fujiwara <makoto@ki.nu>
640378a: NetBSD compile error
(This is actually gcc-4.7 disclosed the original sed
script problem )
2012-12-15 David Freese <w1hkj@w1hkj.com>
05b3ad0: Dup Cty lookup
b02da36: Get RX buffer
d52579b: Capture Alt-F4
The original sed script eats space chars around '-lpthread',
getting g++: unrecognized option '-pthread-lrt'.
-- verified on DragonFlyBSD-3.2.2 with gcc-4.7.2
Thanks gdt@ and jmmv@.
fltk11 option, defaulting to off, so that fltk13 is the default.
Try to make the build deterministic by not overriding the bl3 version
rules. Now, asking for fltk11 should fail if 1.3 is installed.
Version 3.21.60
* Maintenance release
DistCheck cleanup
* Added uninstall NAVTEX_Stations.csv to src/Makefile.am
FLTK-1.1.x
* Added code to allow source reversion to use Fltk-1.1.10 lib
* Needed by users who either cannot or prefer not to update
their Linux distributions to the current model.
* The new UTF-8 capability is not available when compiled against
Fltk-1.1.10
(2) options.mk is newly installed trying to support either with
fltk or fltk13.
(Not fully tested yet).
(3) Update TODO, mainly for fltk 1.1 or 1.3 issue.
2. Bump 3.21.56 to 3.21.58 (For 3.21.54 to 3.21.56, See ham/fldigi)
-- Version 3.21.57
* Maintenance release
Escape aborts clean start
* Modified default key handler to prevent "escaping" out of
main dialog when no other key has been pressed.
TLF arq
* Restored use of gmfsk_autosend file for TLF.
- requested by new TLF maintainer, Tom Beierlein, DL1JBE
--- Version 3.21.58
* Maintenance release
Escape aborts
* correction to commit d925c85c5d218d5e
Drop question about pulseaudio; it seems clear that it should be
there.
Explain more about why portaudio is questioned.
Drop question about jpeg; there's no apparent reason to bl3 it, so
just don't, and if we have an issue later we'll deal.
Makefile:
(1) Delete -lossaudio line, instead, have .include mk/oss.buildlink3.mk
(as of ham/fldigi 3.03)
(2) Have following line as of ham/ for NetBSD 5.1
CONFIGURE_ENV+= STRIP=${STRIP}
Add extra # after RCSId line (pointless, but makes diff smaller).
Change homepage to the one pointed to by author, and (for now) leave
commented out the mailing list page (also pointed to by author's README).