summaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index a8b258bfe..4e085bb00 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,19 @@
+git-annex (0.20110622) unstable; urgency=low
+
+ There has been another change to the git-annex data store.
+ Use `git annex upgrade` to migrate your repositories to the new
+ layout.
+
+ 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
+
git-annex (0.20110316) experimental; urgency=low
This version reorganises the layout of git-annex's files in your repository.