summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-31 15:12:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-31 15:12:16 -0400
commit4a575426887bdbd0c186237aac0fa92a2acf6948 (patch)
treef4f1a569c797f72487b08760a71e154e9c087791
parent9b12701b9ec28f342d8bc25fa51d941b8cf02320 (diff)
update
-rw-r--r--doc/news/version_3.20111107.mdwn8
-rw-r--r--doc/news/version_3.20111231.mdwn24
2 files changed, 24 insertions, 8 deletions
diff --git a/doc/news/version_3.20111107.mdwn b/doc/news/version_3.20111107.mdwn
deleted file mode 100644
index 17431bf21..000000000
--- a/doc/news/version_3.20111107.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-git-annex 3.20111107 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * merge: Use fast-forward merges when possible.
- Thanks Valentin Haenel for a test case showing how non-fast-forward
- merges could result in an ongoing pull/merge/push cycle.
- * Don't try to read config from repos with annex-ignore set.
- * Bugfix: In the past two releases, git-annex init has written the uuid.log
- in the wrong format, with the UUID and description flipped."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20111231.mdwn b/doc/news/version_3.20111231.mdwn
new file mode 100644
index 000000000..35c38fb52
--- /dev/null
+++ b/doc/news/version_3.20111231.mdwn
@@ -0,0 +1,24 @@
+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