aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
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