aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-02 13:05:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-02 13:05:57 -0400
commitba61fb6a77acd78e2190a01981d8524f52ae76b9 (patch)
tree22784750ab3a36ae8de8b65d9959c8826de998fc
parent9720007aabb6fd8db637ef398e991f9ff816b8da (diff)
add news item for git-annex 5.20151102
-rw-r--r--doc/news/version_5.20150916.mdwn32
-rw-r--r--doc/news/version_5.20151102.mdwn14
2 files changed, 14 insertions, 32 deletions
diff --git a/doc/news/version_5.20150916.mdwn b/doc/news/version_5.20150916.mdwn
deleted file mode 100644
index 5d5875894..000000000
--- a/doc/news/version_5.20150916.mdwn
+++ /dev/null
@@ -1,32 +0,0 @@
-git-annex 5.20150916 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix Windows build to work with ghc 7.10.
- * init: Fix reversion in detection of repo made with git clone --shared
- * info: Support querying info of individual files in direct mode.
- * unused: Fix reversion in 5.20150727 that broke parsing of the
- --unused-refspec option. Thanks, Øyvind A. Holm.
- * Make full option parsing be done when not in a git repo, so --help
- can be displayed for commands that require a git repo, etc.
- * fsck: Work around bug in persistent that broke display of
- problematically encoded filenames on stderr when using --incremental.
- * When gpg.program is configured, it's used to get the command to run
- for gpg. Useful on systems that have only a gpg2 command or want to
- use it instead of the gpg command.
- * Windows: Switched to using git for Windows, rather than msysgit.
- Using msysgit with git-annex is no longer supported.
- * Windows: Even when the user neglects to tell the git installer to
- add git to PATH, git-annex will still work from within the git bash
- shell, and the webapp can be used too.
- * sync: Add --no-commit, --no-pull, --no-push options to turn off parts of
- the sync process, as well as supporting --commit, --pull, --push, and
- --no-content options to specify the (current) default behavior.
- * annex.hardlink extended to also try to use hard links when copying from
- the repository to a remote.
- * Improve bash completion, so it completes names of remotes and backends
- in appropriate places.
- * Special remotes configured with autoenable=true will be automatically
- enabled when git-annex init is run.
- * Fix bug in combination of preferred and required content settings.
- When one was set to the empty string and the other set to some expression,
- this bug caused all files to be wanted, instead of only files matching
- the expression."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20151102.mdwn b/doc/news/version_5.20151102.mdwn
new file mode 100644
index 000000000..722971efe
--- /dev/null
+++ b/doc/news/version_5.20151102.mdwn
@@ -0,0 +1,14 @@
+git-annex 5.20151102 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Use statvfs on OSX.
+ * Symlink timestamp preservation code uses functions
+ from unix-2.7.0 when available, which should be more portable.
+ * enableremote: List uuids and descriptions of remotes that can be
+ enabled, and accept either the uuid or the description in leu if the
+ name.
+ * Catch up with current git behavior when both repo and repo.git exist;
+ it seems it now prefers repo in this case, although historically it may
+ have preferred repo.git.
+ * Fix failure to build with aws-0.13.0.
+ * When built with aws-0.13.0, the S3 special remote can be used to create
+ google nearline buckets, by setting storageclass=NEARLINE."""]] \ No newline at end of file