Changes since 19.3.6:
Improved variable value alignment.
Fixed wrong warning about comment lines that were interpreted as shell
commands before.
Warn when the first category of a package doesn't correspond to the
path in the filesystem. This affects 603 packages.
No longer warn about deprecated BUILDLINK_TRANSFORM.${OPSYS}. The
deprecation warning was meant for BUILDLINK_TRANSFORM.${pkgbase}, but
since pkglint cannot distinguish between these, the warnings were wrong.
* Add 2017 leap second patch from upstream as well as
fix output bug when num_times is 2 patch.
* Fix build with clang
Upstream Changelog from SVN:
Don't outline symbol for markers where outlined=false
fix marker bug when range is a small value
update gif code to giflib-4.2.0
update gif code to 5.0.0
fix arc bug at close ranges, update default night image
update version number
use distance from limb plane instead of planet center when deciding when to draw annotations
reapply marker fix
fix limb distance bug
Add -label_altitude option
fix radius bug
Fix label bug
use GetTempPath() for windows
add windows directory
add string.h to png.c
use JPL's leapsecond kernel definitions for ET-UTC
add deltaT expression for pre 1838
fix UTC bug
Update MS Windows desktop size
update comments in config file
updates for cygwin
set default desktop file type to PNG
add 2015 leap second
release 1.3.1
Changes:
- Fix character transliteration on Windows when iconv is not present
#66
- Make C++ test conditional on having a C++11 compiler
- README: Add links to language bindings (and an OSS-Fuzz badge!)
3.3.103 03nov19 Fix MAP_FAILED missing for MinGW.
Fix to make the coloration red on 'u' traces. (Bug from
Dinotrace-like rendering in 3.3.96.)
Typo fix on missing group start on vectors.
0.45 2019-07-23
- PR #21: fix version 0.43 in Changes file (thanks karenetheridge)
- PR #19: Added missing license meta name. (thanks manwar and karenetheridge)
- PR #24: allow for dev = 0 on NetBSD (thanks plicease)
- PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp)
- Issue #26: change issues from rt to github
2.3.1:
fixed Makefile bug! Running make uninstall removed target bin directory.
2.3:
DEFAULTS!
the default is now one single random pass <-- MAJOR CHANGE
special files are no longer deleted by default
support for wiping char devices, such as tape drives
percentage reporting improved (thanks to Jason Tackaberry for patch)
cleanup and exit upon SIGINT
each wiped file prints on a seperate line
skip unnecessary fdatasync()s, unless you want the extra accuracy on the % shown (-e option)
call fsync() on the file after name wipe, in addition to fsync on the directory
if fdatasync() fails, try for O_SYNC and only complain once per file
fixed some off-by-ones
fixed percentages for non-static wipes
2.2.1:
added largefile support for linux and solaris (tested on linux)
fixed drill_down(). it was using the wrong length to null term the string
-----------------------------------------
version 1.78 at 2019-11-14 14:18:25 +0000
-----------------------------------------
- Release engineering for 1.78
- No functional changes, removed stray file from the dist. GH #37
-----------------------------------------
version 1.76 at 2019-11-10 21:56:25 +0000
-----------------------------------------
- Release engineering for 1.76
- Fix issues with patching utils/h2ph.PL on v5.8.x
- Whilst I was at it got it working for the v5.9.x series and converted
patch storage to base64
-----------------------------------------
version 1.74 at 2019-11-10 19:12:13 +0000
-----------------------------------------
- Release engineering for 1.74
- fix#35; restore file permission
- Revert "Fix issue where Configure was left not executable"
- This reverts commit 8c5111233d3120fc9e5c11045755a4d96d247848.
- Will apply skaji's solution as it is much more elegant.
-----------------------------------------
version 1.72 at 2019-11-10 17:14:02 +0000
-----------------------------------------
- Release engineering for 1.72
- Fix issue where Configure was left not executable
- Added test prereq Test::More as suggested by CPANTS.
- Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
-----------------------------------------
version 1.70 at 2019-11-08 02:01:40 +0000
-----------------------------------------
- Release engineering for 1.70
- Added Base64 encoding of patches
-----------------------------------------
version 1.68 at 2019-11-07 10:11:25 +0000
-----------------------------------------
- Release engineering for 1.68
- Don't index package Errno
-----------------------------------------
version 1.66 at 2019-11-07 00:59:46 +0000
-----------------------------------------
- Release engineering for 1.66
- Fix issues with v5.7.x (h2ph.PL and Errno.pm.PL)
- Fix utils/h2ph.PL patching on v5.8.0
- Set files to be patched to 0644 if they are 0444, set back after.
- Issue 31: In an environment that uses the Lustre file system, it's
been seen that any files that are set to 0444 (read only) will cause
fatal filesystem errors when the patch is attempted. This makes using
perlbrew to install perl on these systems impossible This change
detects read-only files about to be patched, sets them to 0644 for
the duration of the patching, then sets them back to 0444 so that
they exist as expected during the actual build process.
0.42 2019-11-12
[CHANGES]
* Added Future::Queue
[BUGFIXES]
* Remove already-completed futures from the on_cancel chain of others
to avoid the list growing arbitrarily large in some situations; e.g
easily provoked by long loops in Future::AsyncAwait
version 1.29: Fri 8 Nov 09:18:01 CET 2019
Fixes:
- error code changed from libxml2 2.9.9 to 2.9.10
rt.cpan.org#130934 [Petr Pisar]
Improvements:
- skip tests with error messages for Haiku, because they are quite
different. [cpantesters]