summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-07 19:38:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-07 19:38:05 -0400
commitf7be0d5077ef95fa76332c8ede5aec3cb0acf408 (patch)
treef3781c22165252dc6cb3789e5cdd12bf9dcbb7c7
parent4d4f297c9620348c8c86ddd2155cf49bf38424ac (diff)
add news item for git-annex 3.20110707
-rw-r--r--doc/news/version_0.20110601.mdwn9
-rw-r--r--doc/news/version_3.20110707.mdwn8
2 files changed, 8 insertions, 9 deletions
diff --git a/doc/news/version_0.20110601.mdwn b/doc/news/version_0.20110601.mdwn
deleted file mode 100644
index 59079088d..000000000
--- a/doc/news/version_0.20110601.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-git-annex 0.20110601 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Minor bugfixes and error message improvements.
- * Massively sped up `git annex lock` by avoiding use of the uber-slow
- `git reset`, and only running `git checkout` once, even when many files
- are being locked.
- * Fix locking of files with staged changes.
- * Somewhat sped up `git commit` of modifications to unlocked files.
- * Build fix for older ghc."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20110707.mdwn b/doc/news/version_3.20110707.mdwn
new file mode 100644
index 000000000..3f489ae5d
--- /dev/null
+++ b/doc/news/version_3.20110707.mdwn
@@ -0,0 +1,8 @@
+git-annex 3.20110707 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix sign bug in disk free space checking.
+ * Bugfix: Forgot to de-escape keys when upgrading. Could result in
+ bad location log data for keys that contain [&amp;:%] in their names.
+ (A workaround for this problem is to run git annex fsck.)
+ * add: Avoid a failure mode that resulted in the file seemingly being
+ deleted (content put in the annex but no symlink present)."""]] \ No newline at end of file