From d5bb2da688fc85d748e0b1f8e3d97a6d0c0a6cb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Nov 2010 19:32:47 -0400 Subject: add news item for git-annex 0.10 --- doc/news/version_0.05.mdwn | 10 ---------- doc/news/version_0.10.mdwn | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 doc/news/version_0.05.mdwn create mode 100644 doc/news/version_0.10.mdwn (limited to 'doc') 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 -- cgit v1.2.3