summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-27 17:55:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-27 17:55:37 -0400
commitf61083c92f8d64904b157bcf2499cc7406b258a3 (patch)
tree800762cabb5ce663fb1842f1946bf9b9f6eb1f9e /doc/news
parent5542117459d517561b969799cd2aeccbbce6a090 (diff)
add news item for git-annex 3.20121127
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20121010.mdwn19
-rw-r--r--doc/news/version_3.20121016.mdwn17
-rw-r--r--doc/news/version_3.20121127.mdwn8
3 files changed, 8 insertions, 36 deletions
diff --git a/doc/news/version_3.20121010.mdwn b/doc/news/version_3.20121010.mdwn
deleted file mode 100644
index 95f995af4..000000000
--- a/doc/news/version_3.20121010.mdwn
+++ /dev/null
@@ -1,19 +0,0 @@
-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
diff --git a/doc/news/version_3.20121016.mdwn b/doc/news/version_3.20121016.mdwn
deleted file mode 100644
index 7e41f8398..000000000
--- a/doc/news/version_3.20121016.mdwn
+++ /dev/null
@@ -1,17 +0,0 @@
-git-annex 3.20121016 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * vicfg: New file format, avoids ambiguity with repos that have the same
- description, or no description.
- * Bug fix: A recent change caused git-annex-shell to crash.
- * Better preferred content expression for transfer repos.
- * webapp: Repository edit form can now edit the name of a repository.
- * webapp: Make bare repositories on removable drives, as there is nothing
- to ensure non-bare repos get updated when syncing.
- * webapp: Better behavior when pausing syncing to a remote when a transfer
- scan is running and queueing new transfers for that remote.
- * The standalone binaries are now built to not use ssh connection caching,
- in order to work with old versions of ssh.
- * A relative core.worktree is relative to the gitdir. Now that this is
- handled correctly, git-annex can be used in git submodules.
- * Temporarily disable use of dbus, as the haskell dbus library blows up
- when losing connection, which will need to be fixed upstream."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20121127.mdwn b/doc/news/version_3.20121127.mdwn
new file mode 100644
index 000000000..a7ab60fba
--- /dev/null
+++ b/doc/news/version_3.20121127.mdwn
@@ -0,0 +1,8 @@
+git-annex 3.20121127 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix dirContentsRecursive, which had missed some files in deeply nested
+ subdirectories. Could affect various parts of git-annex.
+ * rsync: Fix bug introduced in last release that broke encrypted rsync
+ special remotes.
+ * The standalone builds now unset their special path and library path
+ variables before running the system web browser."""]] \ No newline at end of file