releasing version 0.04

This commit is contained in:
Joey Hess 2010-11-10 14:29:51 -04:00
parent 10f35dceb6
commit b9d7e67f61

7
debian/changelog vendored
View file

@ -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 * Add unlock subcommand, which replaces the symlink with a copy of
the file's content in preparation of changing it. The "edit" subcommand 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 * Unlocked files will now automatically be added back into the annex when
committed (and the updated symlink committed), by some magic in the committed (and the updated symlink committed), by some magic in the
pre-commit hook. pre-commit hook.
* The SHA1 backend is now fully usable.
* Add annex.version, which will be used to automate upgrades * Add annex.version, which will be used to automate upgrades
between incompatable versions. between incompatible versions.
* Reorganised the layout of .git/annex/ * Reorganised the layout of .git/annex/
* The new layout will be automatically upgraded to the first time * The new layout will be automatically upgraded to the first time
git-annex is used in a repository with the old layout. 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 * Avoid using runghc to run test suite as it is not available on all
architectures. Closes: #603006 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 git-annex (0.03) unstable; urgency=low