summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-09-28 12:11:06 -0400
committerJoey Hess <joey@kitenet.net>2011-09-28 12:11:06 -0400
commit09e7c045049328cebde375e28ed3ad315c364a90 (patch)
tree945fbbf785d3f88b5ee5b3f92720a9cab0c1e031 /debian/changelog
parent603dc934a94a5df7d9bd99642df2d88bffea7824 (diff)
Use find -path instead of less portable find -wholename.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a02992..99b5ff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+etckeeper (0.57) UNRELEASED; urgency=low
+
+ * Use find -path instead of less portable find -wholename.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 28 Sep 2011 12:10:53 -0400
+
etckeeper (0.56) unstable; urgency=low
* Converted to use dh_python2. Closes: #616800