[Git][reproducible-builds/strip-nondeterminism][master] 2 commits: Release version 1.5.0
Chris Lamb
gitlab at salsa.debian.org
Wed Aug 14 20:32:09 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
cc910029 by Chris Lamb at 2019-08-14T20:27:50Z
Release version 1.5.0
- - - - -
38233f85 by Chris Lamb at 2019-08-14T20:30:40Z
Update changelog for 1.5.0-1 release
- - - - -
2 changed files:
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+strip-nondeterminism (1.5.0-1) unstable; urgency=medium
+
+ * Add support for enabling and disabling specific normalizers via the command
+ line. (Closes: reproducible-builds/strip-nondeterminism#10)
+ * In verbose mode, print the normalizers that are enabled.
+ * Re-introduce the .ar normalizer, but disable it by default so that it can
+ be specifically enabled with "--normalizers=+ar".
+
+ -- Chris Lamb <lamby at debian.org> Wed, 14 Aug 2019 13:30:35 -0700
+
strip-nondeterminism (1.4.0-1) unstable; urgency=medium
* Support OpenJDK ".jmod" files. Thanks to Emmanuel Bourg for the bug report
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time);
-$VERSION = '1.4.0'; # <https://semver.org/>
+$VERSION = '1.5.0'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/2341e24918d9339cce9bfefaf2442603baf289f5...38233f856f9a85dc567a87460d473554309ac75a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/2341e24918d9339cce9bfefaf2442603baf289f5...38233f856f9a85dc567a87460d473554309ac75a
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/20190814/0c2b5424/attachment.html>
More information about the rb-commits
mailing list