Raster::resize() was being called with a negative width or height due to
bad state being stored in the config. This resulted in fldigi crashing
before the UI was displayed. This patch works around the problem and has
been submitted upstream.
N.B. Removal of options oss, sndfile, and portaudio as portaudio and
sndfile is now always needed due to an upstream change.
=Version 4.0.5=
2017-06-19 David Freese <iam_w1hkj@w1hkj.com>
bc29d97: Documentation update
6164c26: TELNET timeout
8922c5d: FD macros
b0928a0: N3FJP PTT
dcca120: Rx/Tx open/close
a49cf18: xmlrpc configuration
36a7fce: FSQ macros
6aaec34: Consistency check fail
7bcd89c: Audio Alerts
5f65d2e: Restore defaults
a9346cd: cw variable squelch
8460fba: INSTALL/README/NEWS
c2c9f38: CW Extended char set
ad8e33e: County field
64b397f: autostart on os x
43b37fe: Rx Context Menu
3aea3ca: Port Audio on Linux
f994b6a: NEWS update
as noted here http://beefy12.nyi.freebsd.org/\
data/head-amd64-default/p436864_s315918/logs/fldigi-3.23.20.log
Update to maintenance bug fix release 3.23.21
Clean up missing dependencies as reported by poudriere
Reported by: pkg-fallout
* Maintenance release DXcluster sort
* Added sorted insert to host list
* Added initial entries to host list
- dxc.wb3ffv.us 7300
- nk7z
-cluster.ddns.net 7373
- dx.n8noe.us 7373
- w0mw.dynip.com 23
- initial value for each host list entry will include the myCall string LoTW
* Changed LoTW calling string for ... you guessed it! Windows
Socket Connect State
* Changed to state model for socket connect in dxcluster.cxx
* Added missing try{} catch{} statements around socket writes to avoid default exception handling
* Update to CreateProcess call in main.cxx
* Update to socket connect calls in n3fjp_logger.cxx
* Changed order of connect when getaddrinfo returns more than a single address
Reported by: portscout@
Move distribution site to sourceforge
Version 3.23.15 * Maintenance release
Translation file
* Updated po/pl.po Polish translation file
- update provided by Roman Bagiñski, SP4JEU
N3FJP command sequencing
* changed command/response sequencing to correct
difference in behavior Windows versus all other platforms.
BARTG vice BART
* Acronymn correction on Contest configuration panel
speed test
* improper use of memset
XP fault on failure
* debug thread timing caused delayed attempt to access
a deleted Fl_Browser widget in debug panel
- not evident on other OS or on later versions of Windows
Default Logbook widget sizing
* Added resizing to all logbook widgets
Mono / Stereo wav file
* Output monophonic wav file (left channel) unless configured
for right channel recording
ARQ thread
* change server thread to make non blocking
N3FJP logged frequency
* User selectable for ssb Suppressed carrier, or
ssb Suppressed carrier +/- wf audio injection
frequency modified if RTTY
update check
* Use www.w1hkj.com file mirror for version check
DX cluster
* Add DX cluster access via telnet connection
CQWW zone/state
* Add parsing and auto log entry for CQzone when passed
from CQWW's CALLTAB event
* Fix error in not passing CQstate entry from both log views
Contest fields
* remove ambiguity for menu items View ... Contest fields
OSX Clang build
* Correct errors in clang build on OS X 10.11
flrig default
* Change flrig control default to FALSE
This release adds the FSQ modem.
Fix the following two portline warnings:
WARN: Makefile: [25]: the options to USES are not sorted. Please consider
sorting them.
WARN: Makefile: you should only use ".if ${PORT_OPTIONS:MDOCS}" to wrap
installation of files into /usr/local/share/doc if the collection of files
is large and it takes considerable time to copy.
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
- change to new options framework for docs
- change default tty to ttyu from ttyd
- fix warning with retval while here
- fix build on FreeBSD-10
- clean up tiny warning in xml code
- Fixed port to generate man pages which needs asciidoc and xsltproc
- minor changes to observe PORTDOCS
- From release NOTES
= Fldigi 3.21 release notes =
== Modems ==
* Weather Fax receive and transmit
* RSID can be configured to open the decoder squelch
* Added several new RSID modem codes
* Video ID improvements
* Added browser support for the PSK63F and PSK-nnn-R types
* Improved CW prosign handling
* Improved signal detection in PSK multiple decoder
* The MT-63 modem can now receive and transmit on any frequency
* Added support for multiple RTTY decoders
== Macros ==
* Added REPEAT macro
* Added LNW macro
* Added CLEARLOG macro
* Added QSY macro
* Added RIGMOD and FILWID macros
PR: ports/159070 [1]
Submitted by: Stephen Hurd <shurd _AT_ sasktel.net>
* Replaced es.po with newer translation
* Updated es.po, fr.po and it.po to correctly identify
strings changed by e000ac157e7a96b
* Corrected misspelled words in tool tip
* Removed duplicate defines in src/dialogs/fl_digi.cxx
* GNU/Hurd build fix