git-annex/debian/NEWS

45 lines
1.7 KiB
Text
Raw Normal View History

2013-10-02 20:13:45 +00:00
git-annex (4.20131002) unstable; urgency=low
The layout of gcrypt repositories has changed, and
if you created one you must manually upgrade it.
See /usr/share/doc/git-annex/html/upgrades/gcrypt.html
-- Joey Hess <joeyh@debian.org> Tue, 24 Sep 2013 13:55:23 -0400
2012-01-23 19:09:50 +00:00
git-annex (3.20120123) unstable; urgency=low
2011-07-01 20:00:44 +00:00
There was a bug in the handling of directory special remotes that
could cause partial file contents to be stored in them. If you use
a directory special remote, you should fsck it, to avoid potential
data loss.
2011-07-01 20:00:44 +00:00
Example: git annex fsck --from mydirectory
-- Joey Hess <joeyh@debian.org> Thu, 19 Jan 2012 15:24:23 -0400
2011-07-01 20:00:44 +00:00
2011-10-12 04:29:49 +00:00
git-annex (3.20110624) experimental; urgency=low
2011-06-22 00:21:33 +00:00
There has been another change to the git-annex data store.
Use `git annex upgrade` to migrate your repositories to the new
2011-06-23 18:49:21 +00:00
layout. See <http://git-annex.branchable.com/upgrades/> or
/usr/share/doc/git-annex/html/upgrades.html
2011-06-22 00:21:33 +00:00
The significant change this time is that the .git-annex/ directory
is gone; instead there is a git-annex branch that is automatically
maintained by git-annex, and encapsulates all its state nicely out
of your way.
You should make sure you include the git-annex branch when
git pushing and pulling.
-- Joey Hess <joeyh@debian.org> Tue, 21 Jun 2011 20:18:00 -0400
2011-03-16 20:25:20 +00:00
git-annex (0.20110316) experimental; urgency=low
2011-03-16 19:51:42 +00:00
This version reorganises the layout of git-annex's files in your repository.
There is an upgrade process to convert a repository from the old git-annex
to this version. See <http://git-annex.branchable.com/upgrades/> or
2011-03-16 19:51:42 +00:00
/usr/share/doc/git-annex/html/upgrades.html
-- Joey Hess <joeyh@debian.org> Wed, 16 Mar 2011 15:49:15 -0400