diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 12:32:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 12:32:29 -0400 |
commit | 299dc44f1014404ca1367b72e2a22605ef22d127 (patch) | |
tree | 9b82b6779f5caa181308d43935faa5b3a8dd3ce8 /debian | |
parent | 77b86249c1787d700f3ef2016b0cbd3630d3b06a (diff) |
Bugfix for filenames containing single quotes.
-- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7773187..4614159 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +etckeeper (0.58) UNRELEASED; urgency=low + + * Bugfix for filenames containing single quotes. + + -- Joey Hess <joeyh@debian.org> Fri, 25 Nov 2011 12:00:55 -0400 + etckeeper (0.57) unstable; urgency=low * Use find -path instead of less portable find -wholename. |