diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-28 14:42:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-28 14:42:06 -0400 |
commit | 3c491130239dba5a4c1d882a6e91f1e138938f94 (patch) | |
tree | 5f05768c2a58b3ae70efd3a00403a0c5d66cae98 /debian | |
parent | b13f4bcebcb5e839c6bfe6d8ece8ced09c0c710d (diff) |
releasing version 0.190.19
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index cf17e8a00..7abdee85c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -git-annex (0.19) UNRELEASED; urgency=low +git-annex (0.19) unstable; urgency=low - * Support using the uuidgen command if the uuid command is not available. + * configure: Support using the uuidgen command if the uuid command is + not available. * Allow --exclude to be specified more than once. * There are now three levels of repository trust. * untrust: Now marks the current repository as untrusted. @@ -12,8 +13,10 @@ git-annex (0.19) UNRELEASED; urgency=low from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list. + * Bugfix: Running a second git-annex while a first has a transfer in + progress no longer deletes the first processes's temp file. - -- Joey Hess <joeyh@debian.org> Wed, 19 Jan 2011 18:07:51 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 28 Jan 2011 14:31:37 -0400 git-annex (0.18) unstable; urgency=low |