Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Release version 1.2.3
· 528eb9b2
Chris Lamb
authored
Jul 18, 2019
528eb9b2
Update changelog for 1.2.3-1 release
· ad1379a3
Chris Lamb
authored
Jul 18, 2019
ad1379a3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ad1379a3
strip-nondeterminism (1.2.3-1) unstable; urgency=medium
* Don't just run the tests but build the Debian package instead using Salsa's
centralised scripts so that we get code coverage, Lintian, autopkgtests,
etc.
* Drop misleading MANIFEST and MANIFEST.SKIP files as they are not used by
our release processes.
* Update debian/gbp.conf after merge of 'debian' branch.
-- Chris Lamb <lamby@debian.org> Thu, 18 Jul 2019 10:05:14 -0300
strip-nondeterminism (1.2.2-1) unstable; urgency=medium
* Actually replace all instances of libmonkey-patch-perl with
...
...
lib/File/StripNondeterminism.pm
View file @
ad1379a3
...
...
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our
(
$VERSION
,
$canonical_time
,
$clamp_time
);
$VERSION
=
'
1.2.
2
';
# <https://semver.org/>
$VERSION
=
'
1.2.
3
';
# <https://semver.org/>
sub
init
()
{
$ENV
{'
TZ
'}
=
'
UTC
';
...
...