[Git][reproducible-builds/strip-nondeterminism][master] 2 commits: Release version 1.6.0
Chris Lamb
gitlab at salsa.debian.org
Sat Sep 7 10:07:42 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism
Commits:
6aeb0e8e by Chris Lamb at 2019-09-07T10:04:38Z
Release version 1.6.0
- - - - -
35ad6d58 by Chris Lamb at 2019-09-07T10:06:42Z
Update changelog for 1.6.0-1 release
- - - - -
2 changed files:
- debian/changelog
- lib/File/StripNondeterminism.pm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+strip-nondeterminism (1.6.0-1) unstable; urgency=medium
+
+ [ Marc Herbert ]
+ * GNU ar handler (ar.pm):
+ - Don't corrupt the pseudo-filemode of the symbols table '/'.
+ - Add test files for symtab ('/') and long names ('//').
+ - Stop corrupting the SystemV/GNU table of long filenames.
+ * Add new $File::StripNondeterminism::verbose global and, if enabled, tell
+ the user that GNU ar could not set the symbol table's mtime.
+
+ [ Chris Lamb ]
+ * Drop warning emitted on every fixture-based test.
+
+ -- Chris Lamb <lamby at debian.org> Sat, 07 Sep 2019 11:06:39 +0100
+
strip-nondeterminism (1.5.0-1) unstable; urgency=medium
* Add support for enabling and disabling specific normalizers via the command
=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time, $verbose);
-$VERSION = '1.5.0'; # <https://semver.org/>
+$VERSION = '1.6.0'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/3236e8f1d55729a8f0013241502bec2f89531bfa...35ad6d58dd0bb0c01b1601c0c7d4bbbf90d288d6
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/3236e8f1d55729a8f0013241502bec2f89531bfa...35ad6d58dd0bb0c01b1601c0c7d4bbbf90d288d6
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/20190907/22d54091/attachment.html>
More information about the rb-commits
mailing list