Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Release version 1.6.0
· 6aeb0e8e
Chris Lamb
authored
Sep 07, 2019
6aeb0e8e
Update changelog for 1.6.0-1 release
· 35ad6d58
Chris Lamb
authored
Sep 07, 2019
35ad6d58
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
35ad6d58
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@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
View file @
35ad6d58
...
...
@@ -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
';
...
...