summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2013-09-18 04:46:16 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-09-18 04:46:16 +0200
commit30dc3ab1912e51285acbb66ffc5a5a3f85f5781d (patch)
tree241336ebc02f0067fd2577f95b6b42350816bf19
parent34f1de71a363168bb62161f9796eb727df8ab797 (diff)
downloadinit-system-helpers-30dc3ab1912e51285acbb66ffc5a5a3f85f5781d.tar.gz
update changelog
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index daddfbd..d2ffec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+init-system-helpers (1.9) unstable; urgency=low
+
+ * dh_systemd_enable: document debian/package.{service,tmpfile}
+ * Bugfix: create files with permission 0644 (Closes: #722524)
+ * dh_systemd_enable: skip unit files without an [Install] section
+ (Closes: #721241)
+ * d-s-h: implement mask and unmask commands
+ * update maintscripts to mask a service while removed (but not purged)
+ (Closes: #722521, #714903)
+
+ -- Michael Stapelberg <stapelberg@debian.org> Wed, 18 Sep 2013 04:46:06 +0200
+
init-system-helpers (1.8) unstable; urgency=low
* Add test suite (development-time, not build-time)