summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-25 19:47:45 -0400
committerJoey Hess <joey@kitenet.net>2010-07-25 19:47:45 -0400
commit60747c8dae14a12263124193572c7eb1177e475b (patch)
treea422aa8bd97856cf0abfb250e8e2ce31fededf67 /debian
parent3848d6b6c9ea4c6e9d3fa0164b9103f70d1b6789 (diff)
Ensure that PATH contains the directory containing etckeeper, so that hook scripts that re-exec etckeeper are guaranteed to find it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 58bdbd1..3ddc0b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+etckeeper (0.49) UNRELEASED; urgency=low
+
+ * Ensure that PATH contains the directory containing etckeeper, so
+ that hook scripts that re-exec etckeeper are guaranteed to find it.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 25 Jul 2010 19:44:37 -0400
+
etckeeper (0.48) unstable; urgency=low
* Fix backwards test for HGUSER. (Mike Rich)