summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-26 13:49:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-26 14:35:39 -0400
commitcbfcd75214a648bf204f8356a28e360229542bde (patch)
tree4b63d28522c4c73dc4847d66fffe1bcf3864c0b9 /debian/changelog
parentc7e198390bfe3911943bc74836d7519c5ae37674 (diff)
fix * glob matching files in subdirectories
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb384bc6e..9f68bc523 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ git-annex (3.20130217) UNRELEASED; urgency=low
* Additional GIT_DIR support bugfixes. May actually work now.
* webapp: Display any error message from git init if it fails to create
a repository.
+ * Fix a reversion in matching globs introduced in the last release,
+ where "*" did not match files inside subdirectories. No longer uses
+ the Glob library.
-- Joey Hess <joeyh@debian.org> Sun, 17 Feb 2013 16:42:16 -0400