summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-12 14:18:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-12 14:18:52 -0400
commit93f715672a2306d2b1d334be4c180a9f7ec77a11 (patch)
tree26706b6bbeab64a6dc4e1cf03b329163e4b092c8
parentb2f6717a09e36bba22953a550d170075f1759cba (diff)
add news item for git-annex 3.20121010
-rw-r--r--doc/news/version_3.20120807.mdwn7
-rw-r--r--doc/news/version_3.20121010.mdwn19
2 files changed, 19 insertions, 7 deletions
diff --git a/doc/news/version_3.20120807.mdwn b/doc/news/version_3.20120807.mdwn
deleted file mode 100644
index cbec3cb75..000000000
--- a/doc/news/version_3.20120807.mdwn
+++ /dev/null
@@ -1,7 +0,0 @@
-git-annex 3.20120807 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * initremote: Avoid recording remote's description before checking
- that its config is valid.
- * unused, status: Avoid crashing when ran in bare repo.
- * Avoid crashing when "git annex get" fails to download from one
- location, and falls back to downloading from a second location."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20121010.mdwn b/doc/news/version_3.20121010.mdwn
new file mode 100644
index 000000000..95f995af4
--- /dev/null
+++ b/doc/news/version_3.20121010.mdwn
@@ -0,0 +1,19 @@
+git-annex 3.20121010 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Renamed --ingroup to --inallgroup.
+ * Standard groups changed to client, transfer, archive, and backup.
+ Each of these has its own standard preferred content setting.
+ * dead: Remove dead repository from all groups.
+ * Avoid unsetting HOME when running certian git commands. Closes: #[690193](http://bugs.debian.org/690193)
+ * test: Fix threaded runtime hang.
+ * Makefile: Avoid building with -threaded if the ghc threaded runtime does
+ not exist.
+ * webapp: Improve wording of intro display. Closes: #[689848](http://bugs.debian.org/689848)
+ * webapp: Repositories can now be configured, to change their description,
+ their group, or even to disable syncing to them.
+ * git config remote.name.annex-sync can be used to control whether
+ a remote gets synced.
+ * Fix a crash when merging files in the git-annex branch that contain
+ invalid utf8.
+ * Automatically detect when a ssh remote does not have git-annex-shell
+ installed, and set annex-ignore."""]] \ No newline at end of file