Skip to content
Commits on Source (2)
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
......
......@@ -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';
......