Packaging changes:
Drop MAKE_JOBS_SAFE=no; it seems to build fine with -j4.
Clean up workarounds for resolved issues.
Drop rpc conditional, because upstream removed rpc entirely
Upstream changes:
Many bug fixes and new radios.
Drop RPC.
Rototill build system.
Add readline support (not packaged yet).
Change to single library instead of many.
----------------------------
ChangeLog is the same as 3.23.07.19 to 3.23.07.21
Previous commit log has confusion on version numbers. It was really
3.23.07.19 to 3.23.07.21.
(From now on, avoid picking 4 digit version, they are alpha, thanks Robert Elz)
---------------------
## 003.009.002
* E310: Added support for Speedgrade 3
* B205mini: Added support
* E310: Fixed reference counting bug
* B210: Fixed external clock reference bug for devices using ADF4002 PLLs
* B210: Fixed codec loopback test
* OctoClock: Fixed firmware burning on Windows
* B2XX, E3XX, X3XX: Easier time-syncing features. Fixes bug where B210s would
only run after issuing set_time_unknown_pps().
* X3XX: Fixed bug for IQ imbalance correction
* E310: DRAM testbenching
* Docs/Manual: Many updates and fixes
---------------------
- (Previous commit for the same upgrade was not really done,
GITHUB_TAG was set wrongly, sorry, mef)
- Because of above, PKGREVISION++
- PLIST adjust, remove some tweak for REPLACE_PYTHON stuff
- PLIST correction for with and without doxygen
- Add dependency for py-mako
---------------
TQSL ChangeLog
https://lotw.arrl.org/lotw-help/tqslchangelog/
2.1.3
Revert change in the behavior for command line
applications. TQSL 2.1 changed the behavior for ADIF files
to open those with the TQSL ADIF editor versus signing
them unless "-x" or "-q" were on the command line.
This was an incompatible change that is not consistent
with the documentation and was removed. Fix defect that
could cause newly imported callsign certificates tobe
deleted after the import completed.
Changes:
release 2015.07.2
Bonus release! This release contains fixes for CMake configuration bugs that
affected installation of 2015.07.1 on some platforms.
release 2015.07.1
To upgrade to this release, you must update libhackrf and hackrf-tools on your
host computer. You must also update firmware on your HackRF. It is important
to update both the host code and firmware for this release to work properly.
If you only update one or the other, you may experience unpredictable
behaviour.
Major changes in this release include:
Multiple HackRF support. Users with more than one HackRF can target a
specific device from software using the device serial number. The serial
number is easy to find with hackrf_info. Thanks, Hessu!
Linux kernel module detaching. A work-around to avoid the unofficial HackRF
kernel module in recent kernel versions that has been causing problems for
many users.
Updating the CPLD is now possible from Windows. There is no CPLD update with
this release, but Windows users should now be able to update.
Support for rad1o hardware, the badge of CCCamp 2015 based on HackRF One.
This package contains host software supporting rad1o; for firmware and other
resources, refer to: https://rad1o.badge.events.ccc.de/
There have been many more enhancements and bug fixes, for a full list of
changes, see the git log.
--------------------------
2015-11-26 David Freese <iam_w1hkj@w1hkj.com>
16ede08: flrig xmlrpc
=Version 3.23.06=
3f577d9: WO woes
482d060: Smeter PWRmeter
e08e403: ARQ shutdown
2015-11-20 John Phelps <kl4yfd@gmail.com>
0b5b329: Developer Doxygen and BerliOS clean
- Cleaned and Fixed develo per Doxygen files
- Added GitStats to the Dev Doxygen info
-- run ./scripts/doxygen/gen_doxygen_docs.sh
2015-11-20 David Freese <iam_w1hkj@w1hkj.com>
b19fff8: Documentation
55e0d31: Compiler warnings
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
- (patch-openssl__cert.cpp)
Add patch to define MAX_PATH macro
- Unable to package with x11/wxGTK30 yet
(upstream)
- Udate 2.0.3 to 2.1.2
-----------
TQSL-2.1.2
The following links are pointers to TrustedQSL (TQSL) V2.1.2, which is
a bug fix for the official TQSL 2.1 release.
Release Notes TrustedQSL-2-1-release.pdf
http://www.rickmurphy.net/lotw/TrustedQSL-2-1-release.pdf
---------------
xdx-2.5: Function keys F1 - F8 send often used commands to the cluster.
Close dialog when Ctl-Q is used.
Update manual page to current conventions.
-----------------
Version 3.4:
I fixed a bug in the code that implements the modified GS (scaling)
card. In NEC2 the GS card scales all of the structure, but in Xnec2c I
modified the code so that it is possible to specify a range of tag
numbers to apply scaling to only. When a GS card follows a GX card,
selective scaling doesn't work correctly because a symmetric structure
is created. If you are using a GS card, it may be better to avoid
specifying a tag number range, just in case the bug fix is not
complete.
---------------------
## 003.009.000
* X300: Updated DAC ctrl, FPGA toolchain is now entirely Vivado,
improved master clock controls, added ADC self-cal capability,
prepared for revisions 7 and 8, fixed flow control issue which
could cause device to hang when receiving too many overruns
* B2XX: Auto clock rate setting, added PID/VID pairs to support
all B2XX- and derivatives, added temperature sensor, improved
DC offset and IQ imbalance correction, added AGC support,
support for FPGPIO connector on Rev6+ boards, full clock range support,
updated FX3 firmware (side-channel logging capabilities, updated
tx voltage swing, better configurability), default tick rate now
16 MHz, added B200mini support
* E3XX: Added temperature sensor, FPGA toolchain is now entirely Vivado,
improved DC offset and IQ imbalance correction, added AGC support,
improved FPGA capture interface robustness for RFIC, make frame
sizes configurable, replaced GPS control code with gpsd interfacing
capabilities
* Octoclock: Fixed bootloader + ethernet capabilities
* Compilers: Supported MSVC versions are now 2012, 2013, 2015
(dropped 2010 support), added MinGW capabilities
* Documentation: Many minor fixes and updates, merged all the
info from code.ettus.com
* UHD: Added sid_t, CHDR-specific transports now get their own
(un)packer codes, fixed a lot of compiler warnings, added
filter API (currently available for AD9361 frontend), added
soft-register API, replaced Cheetah with Mako, full Py3k
compliance, updated images downloader tool (now is one tool
for all devices), CMake minimum version is now 2.8, refactored
general AD9361 peripheral management, refactored most core
control management, added usb_error type (used by B2xx devices),
better exception handling at runtime, added C wrapper API,
new dependency: python-requests
* C API: Added to UHD (wraps C++ calls in C)
* multi_usrp: Added normalized gain setters/getters, IQ imbalance
+ DC offset correction API, filter API
* Converters: Converter symbols now exported, better logging,
removed ORC dependency, added u8 converters
* Examples: Whitespace- and other cleanup, multi-channel fixes for
some examples
* Utils: Read more property tree types from the command line
* Tools: kitchen sink updated, added mega_fft
-----------------------
- Changes for xlog version 2.0.13 - 2015-apr-19
* Fixed date in cabrillo3 output to be: yyyy-mm-dd
* Fixed date in EDI output to be: yymmdd
* Fixed QSORecords in EDI output
* Updated cty.dat to 20150420 (cty-2505)
* Fixed Bug #44547: Added JT9 modes
* Fixed Bug #44259: broken dupe checking
- set LICENSE= gnu-gpl-v2
(upstream)
- Update 0.9.30 to 0.9.31.2
----------------------------
2007-12-21 rein couperus <rein@couperus.com>
* changed searchlog.c ('possible calls')
2007-12-18 rein couperus <rein@couperus.com>
* changed cluster_bg.c to fix possible buffer overflow
* changed searchlog.c -> compare now starts at beginning of callsign.
- (File/REPLACE_PYTHON) delete non existent files
- (Makefile)
* CONF_FILES setup deleted (etc files no longer installed,
but found at examples directory now)
* MASTER_SITES updated
* ${DESTDIR} is removed from one of CMAKE_ARGS
-DGR_LIBRARY_DIR=${DESTDIR}${PREFIX}/lib
(upstream)
- Update gnuradio-core from 3.7.6 to 3.7.8
---------------------
ChangLog 3.7.7 to 3.7.8 is not known
Release Note for 3.7.7 is at
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_7