summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-15 14:03:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-15 14:03:00 -0400
commitf0c84686b222b29fc8683a5696545033e59684e8 (patch)
tree8f941d92e8e94f53bf2b967f3dc3fc4436b1efca
parentce608303a333f61fbf49138f8774c0f43a8c75de (diff)
add news item for git-annex 3.20120115
-rw-r--r--doc/news/version_3.20111231.mdwn24
-rw-r--r--doc/news/version_3.20120115.mdwn8
2 files changed, 8 insertions, 24 deletions
diff --git a/doc/news/version_3.20111231.mdwn b/doc/news/version_3.20111231.mdwn
deleted file mode 100644
index 35c38fb52..000000000
--- a/doc/news/version_3.20111231.mdwn
+++ /dev/null
@@ -1,24 +0,0 @@
-git-annex 3.20111231 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * sync: Improved to work well without a central bare repository.
- Thanks to Joachim Breitner.
- * Rather than manually committing, pushing, pulling, merging, and git annex
- merging, we encourage you to give "git annex sync" a try.
- * sync --fast: Selects some of the remotes with the lowest annex.cost
- and syncs those, in addition to any specified at the command line.
- * Union merge now finds the least expensive way to represent the merge.
- * reinject: Add a sanity check for using an annexed file as the source file.
- * Properly handle multiline git config values.
- * Fix the hook special remote, which bitrotted a while ago.
- * map: --fast disables use of dot to display map
- * Test suite improvements. Current top-level test coverage: 75%
- * Improve deletion of files from rsync special remotes. Closes: #[652849](http://bugs.debian.org/652849)
- * Add --include, which is the same as --not --exclude.
- * Format strings can be specified using the new --format option, to control
- what is output by git annex find.
- * Support git annex find --json
- * Fixed behavior when multiple insteadOf configs are provided for the
- same url base.
- * Can now be built with older git versions (before 1.7.7); the resulting
- binary should only be used with old git.
- * Updated to build with monad-control 0.3."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20120115.mdwn b/doc/news/version_3.20120115.mdwn
new file mode 100644
index 000000000..8aee547a3
--- /dev/null
+++ b/doc/news/version_3.20120115.mdwn
@@ -0,0 +1,8 @@
+git-annex 3.20120115 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Add a sanity check for bad StatFS results. On architectures
+ where StatFS does not currently work (s390, mips, powerpc, sparc),
+ this disables the diskreserve checking code, and attempting to
+ configure an annex.diskreserve will result in an error.
+ * Fix QuickCheck dependency in cabal file.
+ * Minor optimisations."""]] \ No newline at end of file