summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS16
-rw-r--r--debian/changelog2
2 files changed, 18 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.
diff --git a/debian/changelog b/debian/changelog
index 6439eb89f..360121cbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
git-annex (0.20110611) UNRELEASED; urgency=low
+ * New repository format, annex.version=3. Use `git annex upgrade` to migrate.
+
* rsync is now used when copying files from repos on other filesystems.
cp is still used when copying file from repos on the same filesystem,
since --reflink=auto can make it significantly faster on filesystems