Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
ok mef@.
|
|
|
|
|
|
---------------------------
=Version 4.0.4=
2017-05-05 David Freese <iam_w1hkj@w1hkj.com>
e71dcfb: LOG area controls
1da1562: CALL field size
dc9532c: CW QSY
8fab963: Sound Card Output
240f52a: cw scanner
|
|
---------------------------
=Version 4.0.3=
2017-04-30 David Freese <iam_w1hkj@w1hkj.com>
c9b9bb9: OS X Wizard
a8a6e09: cw decoder
7e552c4: CW wait
=Version 4.0.2=
2017-04-14 keith bellairs <keith@bellairs.org>
7432793: Lotw Match
2017-04-13 David Freese <iam_w1hkj@w1hkj.com>
ed5850e: flrigi bw synch
9723972: Clang 8.1.0
97024a9: Sound card
1549193: Revert "wefax"
c85b75e: IFKP image processing
ef39743: Macro Save
4396c43: CW end-of-transmit
2f1d709: Font Initialization
a1d4122: OS X socket connect
835d823: Winkeyer exit process
=Version 4.0.1=
f40e79d: Socket connect
=Version 4.0.0=
7efc9b2: OS X 10.12 build
ffd6f09: STATION_CALLSIGN
f0f3763: Free BSD mods
b163605: Logbook mods
167f064: ru-po-update
5354812: Default Tx Audio
fac5963: remove sprintf
a9db866: Documentation update
b522581: n3fjp logger search
c565b03: fopen -> fl_fopen
abd9554: 48 bar macro
5f5776c: CW decoder
9c0f906: DX cluster
016799a: Logbook support
b4e227b: WinKeyer
1fe26c1: fsq ifkp s/n computation
d576fd8: fltk version update
2a1a8c3: Macro Date Time Formats
2017-02-24 Keith Bellairs <keith@bellairs.org>
627eb31: lotw addition
2017-02-23 David Freese <iam_w1hkj@w1hkj.com>
0507110: THOR/IFKP Image transfers
2017-02-23 Giuseppe Ciaccio <giuseppe.ciaccio@unige.it>
95b51b6: OSS bug fix
2017-02-21 David Freese <iam_w1hkj@w1hkj.com>
f462dd7: ifkp s/n update
376f7f5: PSKMAIL PTT fault protection
bcec5aa: Logbook File Handling
cbdea29: n3fjp contest update
fccb4eb: fsq s/n update
1786a5e: README update
67bc122: Russian UTF-8 translation
9decf04: Tooltips
2017-01-30 Jae Stutzman <k5jae@stutzman.net>
fef4e93: Hamlib/RigCAT/XMLRPC Interface
(pkgsrc changes)
- Drop patch, upstream fixed it (slightly different from ours)
our patch if ( ptr2 && (unsigned)(ptr2 - ptr) <= p)
upstream if ((ptr2 != NULL) && (unsigned)(ptr2 - ptr) <= p)
- +.include "ham/flxmlrpc/buildlink3.mk"
|
|
|
|
This is flxmlrpc, an implementation of the XmlRpc protocol
written in C++, based upon XmlRpc++0.7 and modified to provide additional XmlRpc
Variable types. It is used in fldigi, flrig, flnet, flmsg, flarq, flamp, fllog;
a suite of programs written for amateur radio emergency communications.
flxmlrpc is designed to make it easy to incorporate xmlrpc client and server
support into C++ applications. Or use both client and server objects in your
application for easy peer-to-peer support.
|
|
|
|
|
|
--------------------------------------------
ChangeLog v3.7.11
This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.
Contributors
(omitted in this commit log, sorry)
Changes
The GNU Radio project tracks changes via Github pull requests. You can
get details on each of the below by going to:
https://github.com/gnuradio/gnuradio
Note: Please see the release notes for 3.7.10.2 for details on the bug
fixes included in this release.
gnuradio-runtime
#1077 Support dynamically loaded gnuradio installs (Josh Blum)
gnuradio-companion
#1118 Support vector types in embedded Python blocks (Clayton Smith)
gr-audio
#1051 Re-implemented defunct Windows audio source (Geof Gnieboer)
#1052 Implemented block in Windows audio sink (Geof Gnieboer)
gr-blocks
#896 Added PDU block setters and GRC callbacks (Jacob Gilbert)
#900 Exposed non-vector multiply const to GRC (Ron Economos)
#903 Deprecated old-style message queue blocks (Johnathan Corgan)
#1067 Deprecated blks2 namespace blocks (Johnathan Corgan)
gr-digital
#910 Deprecated correlateandsync block 3.8 (Johnathan Corgan)
#912 Deprecated modulation blocks for 3.8 (Sebastian Müller)
#1069 Improved build memory usage with swig split (Michael Dickens)
#1097 Deprecated mpskreceivercc block (Johnathan Corgan)
#1099 Deprecated old-style OFDM receiver blocks (Martin Braun)
gr-dtv
#875 Added ability to cross-compile gr-dtv (Ron Economos)
#876 Improved ATSC transmitter performance (Ron Economos)
#894 Refactored DVB-T RS decoder to use gr-fec (Ron Economos)
#898 Improved error handling and logging (Ron Economos)
#900 Improved DVB-T performance (Ron Economos)
#907 Updated examples to use QT (Ron Economos)
#1025 Refactor DVB-T2 interleaver (Ron Economos)
gr-filter
#885 Added set parameter msg port to fractional resampler (Sebastian Müller)
gr-trellis
#908 Updated examples to use QT (Martin Braun)
gr-uhd
#872 Added relative phase plots to uhd_fft (Martin Braun)
#1032 Replace zero-timeout double-recv() with one recv() (Martin Braun)
#1053 UHD apps may now specify multiple subdevs (Martin Braun)
#1101 Support TwinRX LO sharing parameters (Andrej Rode)
#1139 Use UHD internal normalized gain methods (Martin Braun)
gr-utils
#897 Improved python docstring generation in gr_modtool
|
|
|
|
|
|
|
|
|
|
----------------------------
2017-01-23 David Freese <iam_w1hkj@w1hkj.com>
880720b: Documentation
228950f: Logbook update
35d74af: kml auto_ptr deprecated
2042371: build flags
a3bc5e3: PSKMAIL beacon faults
5b970cc: N3FJP record rejections
|
|
|
|
------------------------------------------------------------
ChangeLog v3.7.10.1
This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
* Catch more exceptions thrown by ConfigParser when reading corrupted
grc.conf files.
* Fix the docstring update error for empty categories.
* Fix grcc to call refactored GRC code.
* Convert initially opened files to absolute paths to prevent
attempting to read from tmp.
* Move startup checks back in to gnuradio-companion script from grc/checks.py.
- DTV
* Fix a segfault that occurs from out-of-bounds access in
dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
of all input streams.
* Fix VL-SNR framing.
- Digital
* Enable update rate in block_recovery_mm blocks to keep tags close to
the the proper clock-recovered sample time. Tag offsets will still be
off between calls to work, but each work call updates the tag rate.
- Analog
* Fix the derivative calculation in fmdet block.
- Builds
* Fix linking GSL to gr-fec.
* Use gnu99 C standard rather than gnu11 standard to maintain
support for GCC 4.6.3.
- Other
Minor spelling and documentation fixes.
Fix uhd_siggen_gui when using lo_locked.
(pkgsrc changes on gnuradio-core/Makefile.common)
- Following lines added
CXXFLAGS+= -pthread
.include "../../devel/cppunit/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
|
|
-----------------------------
=Version 3.23.20=
2017-01-05 David Freese <iam_w1hkj@w1hkj.com>
5c45632: N3FJP Winter FD
3119c92: FELD raster display
ca8daf3: ARQ PTT
2016-12-25 John Phelps <kl4yfd@gmail.com>
de339d7: NEW micro modes
2016-12-24 David Freese <iam_w1hkj@w1hkj.com>
1a8f982: Socket connect
6219ac9: pskreporter query
|
|
|
|
|
|
-----------------------------
=Version 3.23.19=
2016-12-17 David Freese <iam_w1hkj@w1hkj.com>
8dc6202: DX cluster improvements
1412352: Text highlight
996bb3f: N3FJP generic contest
|
|
|
|
|
|
--------------------------
- Changes for xlog version 2.0.14 - 2016-dec-11
* Updated cty.dat to 20161124 (cty-2614)
* Fixed compiler error with new gcc, in adif.c, with unused variable
* GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901
* Fixed math library linker issue exposed by recent gcc change
* Updated the author's email address
* Fixed a GUI bug in Settings->Dialogs and Windows->Scoring
(thanks, Andrew N2CN for the patch)
* Hamlib preference setting now understands /dev/serial/by-id
* Hamlib preference setting shows all /dev/ttyUSB* that are present
* Fixed crash with Select a Radio dialog in Hamlib preferences
(pkgsrc changes)
- Dropped patch-src_logfile_adif2.c, seems now has fix, see above.
(but not confirmed with clang yet, sorry)
- Add following line, pkglint asks for the line
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
|
-----------------------------
=Version 3.23.18=
2016-12-11 David Freese <iam_w1hkj@w1hkj.com>
782204c: DXcluster sort
73c2d1e: LoTW
dc9c107: Socket Connect State
=Version 3.23.17=
e0eaaef: dxcluster update
a81372a: GPIO update
99b0d1b: LoTW documentation
214a782: Time Of Day Clock
839eb0f: FSQ Heard parser
=Version 3.23.16=
df67d85: N3FJP rounding
dd5dc22: GPIO PTT
03b95b5: lotw/eqsl interface
360209b: Resident help
4e905b6: ARQ Client vector
66a62fc: Rx Extract
|
|
as unused for now.
|
|
|
|
|
|
-----------------------------
(from doc/xnec2c.html)
Version 3.5.1:
After a request by FanJun BH1SCW, I replaced the original
makeshift desktop icon with one provided by Serge ON4AA.
|
|
-----------------------------
=Version 3.23.15=
2016-10-16 David Freese <iam_w1hkj@w1hkj.com>
7732982: Translation file
153ae9a: N3FJP command sequencing
300624a: BARTG vice BART
0ac4bb3: speed test
0476267: XP fault on failure
c426649: Default Logbook widget sizing
e58b039: Mono / Stereo wav file
7cacca6: ARQ thread
2016-10-05 w1hkj <w1hkj@bellsouth.net>
2937696: N3FJP logged frequency
2016-10-04 David Freese <iam_w1hkj@w1hkj.com>
bdb408d: update check
005f10a: DX cluster
72d0f38: CQWW zone/state
914b60c: Contest fields
79fa4c8: OSX Clang build
9db7e7b: flrig default
(pkgsrc changes)
Remove patches/patch-src_include_qrunner.h
|
|
|
|
-- Installing: /export/WRKOBJDIR/ham/codec2/work/.destdir/usr/pkg/bin/fec_dec
=> Automatic manual page handling
=> Generating post-install file lists
Update ham/codec2 to 0.5.1
--------------------------
- ChangeLog unknown.
|
|
------------------------------
=Version 3.23.14=
2016-09-17 David Freese <iam_w1hkj at w1hkj.com>
9e6e34a: Documentation update
6c5ad4b: PSK IMD Emulator
e6980a6: Wave file
ff2265b: trx inhibit
0fc2f5e: Log Reports
01bd367: N3FJP application interface
ccbd5e8: Field Day
4fc8b12: UTF8 file access
c6e1f29: logbook merge
570d3bf: Initialize Macros
d9d12f4: NOAA wx access
0552fc6: Revert "logbook read"
|
|
|
|
|
|
-----------------------------
=Version 3.23.13=
2016-08-06 David Freese <iam_w1hkj@w1hkj.com>
8a0204d: flmsg auto start
e569d56: Documentation Update
2016-08-06 Robert Stiles <kk5vd@yahoo.com>
0f237ba: KPSQL PSM
2016-08-06 David Freese <iam_w1hkj@w1hkj.com>
e6b1743: m4 updates
3520065: xmlrpc mod
fafaa7c: Main User Interface
360d6a2: fl_digi.cxx whitespace
bdb3afb: xmlrpc tx queue
33be65f: QRUNNER BUG FIX
f02228e: logbook read
1f6d966: flrig xmlrpc client
4ddae1f: Title bar
9777cfa: Macro tag PUSH/POP
73ea18b: G4 build warnings
e8e3b89: winsock2 error flag
8f8d6be: xmlrpc error warnings
302fca5: Port Audio Index
988ee57: Squeeze Play
a9d3ec1: Documentation
8fa2f92: FSQ allcall relay
2016-07-04 Kamal Mostafa <kamal@whence.com>
055a180: FTextTX: fix menu_cb default case behavior
93ca237: status: fix override_data_io_enabled behavior
10eaf9d: logbook: do not write empty string to ADIF
5609415: wefax
d43951e: fix warnings: misleading-indentation (no functional changes)
1ecf952: fix warning: unused variable 'call_file'
9e9139e: fix warning: C11 requires spaces around string macro
0531e5c: fix warning: format '%d' vs size_t
1e888d1: XmlRpc tm_mday fix
(pkgsrc)
- Drop three patches, see following line in ChangeLog
9e9139e: fix warning: C11 requires spaces around string macro
|
|
|
|
|
|
|
|
texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
to get more exact PLIST, thanks gdt@
|
|
- drop patch, seems included in upstream with condition:
#if !GLIB_CHECK_VERSION(2,32,0)
(upstream)
- Updated ham/grig to 0.8.1
-------------------------
GRIG 0.8.1:
- Maintenance update
- French l10n
|
|
-----------------------------
(from doc/xnec2c.html)
Version 3.5:
I modified the NEC2 Editor code so that when a Geometry or
Command editor window is opened, activating Apply or OK will
save data in the editor window to the treeview, even if the
default data is not edited.
I modified the NEC2 Editor code so that if a treeview row is
removed while the relevant editor window is open, then
activating Apply or OK will not attempt to save data to the
treeview, since this will cause an illegal memory access and
will crash xnec2c.
Fixed a bug in the Helix editor which caused incorrect
calculation of the segment length as a percentage of
wavelength or of the number of segments/turn that correspond
to a given segment length as a percentage of wavelength.
|
|
----------------------------------
ChangeLog is available at
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
|
|
|
|
|
|
-----------------------------
2016-06-21 David Freese <iam_w1hkj@w1hkj.com>
fa831b2: xmlrpc add_tx
177a8f1: mfsk xmt filter
2b57556: FSQ msg append
de187d9: FSQ IFKP heard lists
76cf0e6: waterfall group
5f762f0: thor image
8cd6f83: RxID button
|
|
-----------------------------
=Version 3.23.11=
2016-06-10 David Freese <iam_w1hkj@w1hkj.com>
b657227: flmsg-arq autostart
c6ac0f1: Resize bug
3c7392e: Hell Raster Display
4841f10: Exit processing
2016-05-29 Roman Bagiñski <sp4jeu@gmail.com>
274d500: Polish translation update
2016-05-28 David Freese <iam_w1hkj@w1hkj.com>
9c959af: xmlrpc add tx text
01245fe: Native Select Save-As dialogs
2016-05-26 Robert Stiles <kk5vd@yahoo.com>
5209286: FLDIGI User Manual Update
4b2005e: KISS IO Bug fixes/Additions and C++11 Test
|
|
+DEPENDS+= web2c-[0-9]*:../../print/web2c
(But not really sure, sorry. BUILD_DEPENDS instead enough ?)
|