Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Release version 1.4.0
· f1a00938
Chris Lamb
authored
Jul 30, 2019
f1a00938
Update changelog for 1.4.0-1 release
· 2d4a28f9
Chris Lamb
authored
Jul 30, 2019
2d4a28f9
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2d4a28f9
strip-nondeterminism (1.4.0-1) unstable; urgency=medium
* Support OpenJDK ".jmod" files. Thanks to Emmanuel Bourg for the bug report
and implementation idea. (Closes: #933337)
-- Chris Lamb <lamby@debian.org> Tue, 30 Jul 2019 09:34:38 -0300
strip-nondeterminism (1.3.0-1) unstable; urgency=medium
* Pass --no-sandbox if necessary to bypass seccomp-enabled version of
...
...
lib/File/StripNondeterminism.pm
View file @
2d4a28f9
...
...
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our
(
$VERSION
,
$canonical_time
,
$clamp_time
);
$VERSION
=
'
1.
3
.0
';
# <https://semver.org/>
$VERSION
=
'
1.
4
.0
';
# <https://semver.org/>
sub
init
()
{
$ENV
{'
TZ
'}
=
'
UTC
';
...
...