summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-12 08:24:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-12 08:24:18 -0400
commit484666c8482b66212255bcd899159810d307dae9 (patch)
tree49cbf56fe8f30074640be14322217989cc0d7237 /debian
parent452ee212aebe423c64c22ec8e61956f3c9f2837e (diff)
reorg
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e6bfd5c6..77e64bc4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,13 @@
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,
should add files in the current directory, but not act on unlocked files
elsewhere in the tree.
* Bugfix: drop --from an unavailable remote no longer updates the location
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
is rather buggy.