[Git][reproducible-builds/strip-nondeterminism][master] 2 commits: Release version 1.8.1
Chris Lamb
gitlab at salsa.debian.org
Tue May 26 10:36:57 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
4ad36b2e by Chris Lamb at 2020-05-26T11:33:15+01:00
Release version 1.8.1
Gbp-Dch: ignore
- - - - -
655632d3 by Chris Lamb at 2020-05-26T11:34:50+01:00
Update changelog for 1.8.1-1 release
- - - - -
2 changed files:
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+strip-nondeterminism (1.8.1-1) unstable; urgency=medium
+
+ [ Bernhard M. Wiedemann ]
+ * Fix an off-by-one error when parsing PNG modification times.
+ (Closes: reproducible-builds/strip-nondeterminism#16)
+
+ [ Chris Lamb ]
+ * Add deprecation plans to all handlers documenting how/if they could be
+ disabled/removed, etc. (Re: reproducible-builds/strip-nondeterminism#3)
+
+ -- Chris Lamb <lamby at debian.org> Tue, 26 May 2020 11:34:46 +0100
+
strip-nondeterminism (1.8.0-1) unstable; urgency=medium
* Add support for custom .zip filename filtering and exclude two patterns of
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -26,7 +26,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time, $verbose);
-$VERSION = '1.8.0'; # <https://semver.org/>
+$VERSION = '1.8.1'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/4c3d64b6db5cf647dc5aa275e4c105c98e1effd7...655632d3e25325bcf6cd770da3e469ef8b884854
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/compare/4c3d64b6db5cf647dc5aa275e4c105c98e1effd7...655632d3e25325bcf6cd770da3e469ef8b884854
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200526/3983c010/attachment.htm>
More information about the rb-commits
mailing list