0.3.3 / 2019-05-09 Fabian Kurz <fabian@fkurz.net>
* Generate summary files for each attempt (idea by K0MP)
* Update callsign database and toplist
* Minor bug fixes and cleanup
Reported by: portscout
August - 0.9.8.1
- Added the Es'hail / QO-100 satellite.
- UI: Satellite list, propagation modes and others are now shown sorted. (TNX Isabel)
- UI: Added default values to the infoWidget (Continent, Prefix, CQ, ITU...). (TNX Isabel)
- UI: RX/TX Freq in Satellite tab are also in red/black depending on the frequency being out/in of ham bands.
- UI: Mode selected is now changing the RST format and default values for some modes.
- Bugfix: Editing a QSO to remove a comment was not properly working. (TNX Isabel)
- Bugfix: Worked & Confirmed QSO numbers are now aligned in the Awards tab. (TNX Isabel)
- Bugfix: KLog.pro is now fixed to compile in Linux. (TNX KB2YSI)
- Bugfix: Improved how the DXMarathon was managed when disabled.
- Bugfix: Improved how DXCC Award was updated after one QSO was added. (TNX Isabel)
- Fixed a bug in the SQL update database.
August - 0.9.8
- New feature: Basic Hamlib support.
- Fixed a bug in the SQL update database.
- Fixed a bug in the DXCCWidget.
- Fixed a bug in the QSO per hour stats.
- Added the FT4 mode.
- Updated translations: Catalan (TNX Txema), Danish (TNX Joe), Finnish (TNX Kristjan), French (F4HWL), German (TNX Burkhard), Spanish (EA4TV).
March - 0.9.7.3
- TODO: Remove the band 0 / Light from the DB.
- UI: KLog warns the user if the frequency used is out of the hamradio bands.
- Reworked how freqs and bands are managed.
Reported by: portscout
There are now -kc and -lmdb slave ports that use
KyotoCabinet and LMDB databases.
Since KyotoCabinet is supposed to relieve TokyoCabinet from duty,
sunset the -tc port some 15 months from now.
Clean up CONFLICTS.
Run self-tests in post-build. This reveals Berkeley DB issues
on the various RISC architectures (mips64, aarch64).
.src.rpm with patches derived from the audio/alsa-plugins port. This
should improve sound output from Linux programs.
CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.
PR: 240043
Corey has decided to give up maintainership. Thanks for your past efforts!
While here, run ${STRIP_CMD} on executables in bin/.
PR: 226608
Submitted by: Corey Halpin (maintainer)
Reported by: Igor Sysoev
This fixes also net-mgmt/netbox at runtime since r507098 [1]
Changelog:
* Fixed compatibility with Django REST framework 3.10.x [1]
* Improved enum type detection for nested "ChoiceFields"
https://github.com/axnsan12/drf-yasg/tree/1.16.1
PR: 240410
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
===> Building for consul-replicate-0.4.0
WORK=/tmp/go-build989497025
/usr/local/go/src/net/http/h2_bundle.go:49:2: use of vendored package not allowed
../../../vendor/golang.org/x/net/http2/transport.go:31:2: use of vendored package not allowed
*** Error code 1
- Remove custom targets
PR: 240173
Submitted by: Dmitri Goutnik <dg@syrec.org>
Pointy hat: jlaffaye
===> Building for consul-1.5.1
$GOPATH/go.mod exists but should not
*** Error code 1
- Remove custom build and install targets
PR: 240313
Submitted by: Dmitri Goutnik <dg@syrec.org>
Pointy hat: jlaffaye
* Add an additional patch that fixes the unpaper's usage for the
libav/ffmpeg API. [1]
* Remove the DOCS option as nearly all files are now in Markdown format and
the relevant info has been transferred into the unpaper(1) manpage.
* Take maintainership
Notable changes since 0.3:
* Use libav for both input and output of files, rather than custom code.
This adds support for many different input file formats outside of
PPM/PBM/PGM, as long as libav can redconduct them to a pixel format that
is implemented.
* Implementation of mathematically accurate interpolation, using cubic
algorithm by default.
* Options are now documented in the unpaper(1) man page, rather than in the
code.
https://github.com/Flameeyes/unpaper/blob/unpaper-6.1/NEWS
Obtained from: Debian [1]
===> Building for grafana6-6.3.3_1
$GOPATH/go.mod exists but should not
*** Error code 1
- Remove custom build and install targets
PR: 240317
Submitted by: Dmitri Goutnik <dg@syrec.org>
Pointy hat: jlaffaye
Changelog:
* Add Keymile driver
* Fix session_log corruption bug
* Add support for ProxyJump in SSH config file
* Add support for Linux prompt terminators via environment variables
Note: Barring critical bugs this should be the last Netmiko release that
will support Python 2.
https://github.com/ktbyers/netmiko/releases/tag/v2.4.2
Changelog since 1.4.3:
* Add support for NXOS in "find_interface_objects()" method
* Fix "append_line()" function when parsing ASA configurations
* Fix broken regular expressions in "has_ip_pim()" methods