summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-01 12:02:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-01 12:02:20 -0400
commite47de0f6cd3c7309e88b59e554e710779e4a6878 (patch)
tree001cf03e74256e4de201466449153d11228b5fbb
parent45552d5780d3adc762e572116b741f294d2eb58d (diff)
add news item for git-annex 0.20110601
-rw-r--r--doc/news/version_0.20110427.mdwn8
-rw-r--r--doc/news/version_0.20110601.mdwn9
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/news/version_0.20110427.mdwn b/doc/news/version_0.20110427.mdwn
deleted file mode 100644
index 2764c6de5..000000000
--- a/doc/news/version_0.20110427.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-git-annex 0.20110427 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Switch back to haskell SHA library, so git-annex remains buildable on
- Debian stable.
- * Added rsync special remotes. This could be used, for example, to
- store annexed content on rsync.net (encrypted naturally). Or anywhere else.
- * Bugfix: Avoid pipeline stall when running git annex drop or fsck on a
- lot of files. Possibly only occured with ghc 7."""]] \ No newline at end of file
diff --git a/doc/news/version_0.20110601.mdwn b/doc/news/version_0.20110601.mdwn
new file mode 100644
index 000000000..59079088d
--- /dev/null
+++ b/doc/news/version_0.20110601.mdwn
@@ -0,0 +1,9 @@
+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