Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Release version 1.5.0
· cc910029
Chris Lamb
authored
Aug 14, 2019
cc910029
Update changelog for 1.5.0-1 release
· 38233f85
Chris Lamb
authored
Aug 14, 2019
38233f85
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
38233f85
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@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
View file @
38233f85
...
...
@@ -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
';
...
...