summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2019-07-29 20:19:27 +0200
committerVincent Blut <vincent.debian@free.fr>2019-07-29 20:19:27 +0200
commit07ffed8407aa37cd7d231c723757fc0834908270 (patch)
treef97f29bfe17a896860eedce9a310ed139ff87998
parent7085aa3627baa1bfb939b705e14a93b6636c5760 (diff)
d/changelog: Update for the 3.5-3 release
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f3c52fc..c3050a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+chrony (3.5-3) unstable; urgency=medium
+
+ * debian/chrony.lintian-overrides:
+ - Override package-supports-alternative-init-but-no-init.d-script. This
+ is a false positive. chrony-dnssrv@.service isn’t a daemon but a oneshot
+ service, not started at boot, whose role is to lookup for _ntp._udp DNS SRV
+ records.
+
+ * debian/control:
+ - Bump standard-version to 4.4.0 (no changes required).
+
+ * debian/.gitlab-ci.yml:
+ - Switch to standard Salsa Pipeline.
+ - Skip the reprotest job for as long as it is run as root due to problems
+ with chrony system tests.
+
+ * debian/tests/*:
+ - Revamp the upstream-simulation-test-suite test.
+ - Adjust dpkg dependencies for upstream-simulation-test-suite.
+ - Adjust restrictions for upstream-simulation-test-suite.
+ - Introduce upstream-system-tests. Add a new set of tests for testing
+ basic chronyd functionality. Destructive tests are run in a virtual
+ machine.
+ - Add ethtool to the list of dependencies needed by
+ run_destructive_system_tests.
+
+ -- Vincent Blut <vincent.debian@free.fr> Mon, 29 Jul 2019 19:32:09 +0200
+
chrony (3.5-2) unstable; urgency=medium
* Merge branch “experimental” into “master”.