summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-28 19:32:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-28 19:32:47 -0400
commitd5bb2da688fc85d748e0b1f8e3d97a6d0c0a6cb3 (patch)
treebf00ee23a52c431cd27e955bbe5f8fbdabc03d99
parent0643b7f4c66831177173654b2617e2ce479cce63 (diff)
add news item for git-annex 0.10
-rw-r--r--doc/news/version_0.05.mdwn10
-rw-r--r--doc/news/version_0.10.mdwn11
2 files changed, 11 insertions, 10 deletions
diff --git a/doc/news/version_0.05.mdwn b/doc/news/version_0.05.mdwn
deleted file mode 100644
index 88c7391c1..000000000
--- a/doc/news/version_0.05.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-git-annex 0.05 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Optimize both pre-commit and lock subcommands to not call git diff
- on every file being committed/locked.
- (This actually also works around a bug in ghc, that caused
- git-annex 0.04 pre-commit to sometimes corrupt filename being read
- from git ls-files and fail.
- The excessive number of calls made by pre-commit exposed the ghc bug.
- Thanks Josh Triplett for the debugging.)
- * Build with -O2."""]] \ No newline at end of file
diff --git a/doc/news/version_0.10.mdwn b/doc/news/version_0.10.mdwn
new file mode 100644
index 000000000..450b7d272
--- /dev/null
+++ b/doc/news/version_0.10.mdwn
@@ -0,0 +1,11 @@
+git-annex 0.10 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * In .gitattributes, the annex.numcopies attribute can be used
+ to control the number of copies to retain of different types of files.
+ * Bugfix: Always correctly handle gitattributes when in a subdirectory of
+ the repository. (Had worked ok for ones like "*.mp3", but failed for
+ ones like "dir/*".)
+ * fsck: Fix warning about not enough copies of a file, when locations
+ are known, but are not available in currently configured remotes.
+ * precommit: Optimise to avoid calling git-check-attr more than once.
+ * The git-annex-backend attribute has been renamed to annex.backend."""]] \ No newline at end of file