Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Release version 1.3.0
· b644b461
Chris Lamb
authored
Jul 22, 2019
b644b461
Update changelog for 1.3.0-1 release
· b88bc139
Chris Lamb
authored
Jul 22, 2019
b88bc139
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b88bc139
strip-nondeterminism (1.3.0-1) unstable; urgency=medium
* Pass --no-sandbox if necessary to bypass seccomp-enabled version of
file(1) which was causing a large number of regressions in our testing
framework, etfc. (re. #932006)
* Don't build release tags in GitLab CI.
-- Chris Lamb <lamby@debian.org> Mon, 22 Jul 2019 11:50:15 -0300
strip-nondeterminism (1.2.3-1) unstable; urgency=medium
* Don't just run the tests but build the Debian package instead using Salsa's
...
...
lib/File/StripNondeterminism.pm
View file @
b88bc139
...
...
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our
(
$VERSION
,
$canonical_time
,
$clamp_time
);
$VERSION
=
'
1.
2.3
';
# <https://semver.org/>
$VERSION
=
'
1.
3.0
';
# <https://semver.org/>
sub
init
()
{
$ENV
{'
TZ
'}
=
'
UTC
';
...
...