diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-10 14:29:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-10 14:29:51 -0400 |
commit | b9d7e67f614b0da96130c99206ad82a690bc826e (patch) | |
tree | 24644a7fbef97bede0f7ecbb7a82d5bc90a124cb | |
parent | 10f35dceb62882d90dd019357ebd257b7e7f64fa (diff) |
releasing version 0.040.04
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9020f6085..0c09eb7ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (0.04) UNRELEASED; urgency=low +git-annex (0.04) unstable; urgency=low * Add unlock subcommand, which replaces the symlink with a copy of the file's content in preparation of changing it. The "edit" subcommand @@ -7,8 +7,9 @@ git-annex (0.04) UNRELEASED; urgency=low * Unlocked files will now automatically be added back into the annex when committed (and the updated symlink committed), by some magic in the pre-commit hook. + * The SHA1 backend is now fully usable. * Add annex.version, which will be used to automate upgrades - between incompatable versions. + between incompatible versions. * Reorganised the layout of .git/annex/ * The new layout will be automatically upgraded to the first time git-annex is used in a repository with the old layout. @@ -21,7 +22,7 @@ git-annex (0.04) UNRELEASED; urgency=low * Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006 - -- Joey Hess <joeyh@debian.org> Mon, 08 Nov 2010 12:36:39 -0400 + -- Joey Hess <joeyh@debian.org> Wed, 10 Nov 2010 14:23:23 -0400 git-annex (0.03) unstable; urgency=low |