This commit is contained in:
Joey Hess 2013-03-12 08:24:18 -04:00
parent 3f96da9b50
commit 652abf3eaf

6
debian/changelog vendored
View file

@ -1,13 +1,13 @@
git-annex (4.20130228) UNRELEASED; urgency=low git-annex (4.20130228) UNRELEASED; urgency=low
* Bugfix: If the UUID of a remote is not known, prevent --from, --to,
and other ways of specifying remotes by name from selecting it,
since it is not possible to sanely use it.
* Bugfix: git annex add, when ran without any file or directory specified, * Bugfix: git annex add, when ran without any file or directory specified,
should add files in the current directory, but not act on unlocked files should add files in the current directory, but not act on unlocked files
elsewhere in the tree. elsewhere in the tree.
* Bugfix: drop --from an unavailable remote no longer updates the location * Bugfix: drop --from an unavailable remote no longer updates the location
log, incorrectly, to say the remote does not have the key. log, incorrectly, to say the remote does not have the key.
* Bugfix: If the UUID of a remote is not known, prevent --from, --to,
and other ways of specifying remotes by name from selecting it,
since it is not possible to sanely use it.
* Switch from using regex-compat to regex-tdfa, as the C regex library * Switch from using regex-compat to regex-tdfa, as the C regex library
is rather buggy. is rather buggy.