From 1d37a68e5c8be9f62b9d491030a4154412cfb44a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 11 Feb 2016 12:03:11 -0400 Subject: add news item for git-annex 6.20160211 --- doc/news/version_5.20151208.mdwn | 24 ------------------------ doc/news/version_6.20160211.mdwn | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 24 deletions(-) delete mode 100644 doc/news/version_5.20151208.mdwn create mode 100644 doc/news/version_6.20160211.mdwn diff --git a/doc/news/version_5.20151208.mdwn b/doc/news/version_5.20151208.mdwn deleted file mode 100644 index 0a8b74251..000000000 --- a/doc/news/version_5.20151208.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -git-annex 5.20151208 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Build with -j1 again to get reproducible build. - * Display progress meter in -J mode when copying from a local git repo, - to a local git repo, and from a remote git repo. - * Display progress meter in -J mode when downloading from the web. - * map: Improve display of git remotes with non-ssh urls, including http - and gcrypt. - * When core.sharedRepository is set, annex object files are not made mode - 444, since that prevents a user other than the file owner from locking - them. Instead, a mode such as 664 is used in this case. - * tahoe: Include tahoe capabilities in whereis display. - * import: Changed to honor annex.largefiles settings. - * addurl, importfeed: Changed to honor annex.largefiles settings, - when the content of the url is downloaded. (Not when using --fast or - --relaxed.) - * webapp: Fix bugs that could result in a relative path such as "." - being written to ~/.config/git-annex/autostart, and ignore any such - relative paths in the file. - This was a reversion caused by the relative path changes in 5.20150113. - * dropunused: Make more robust when trying to drop an object that has - already been dropped. - * Fix reversion in handling of long filenames, particularly when using - addurl/importfeed, which was introduced in the previous release."""]] \ No newline at end of file diff --git a/doc/news/version_6.20160211.mdwn b/doc/news/version_6.20160211.mdwn new file mode 100644 index 000000000..6766f0f21 --- /dev/null +++ b/doc/news/version_6.20160211.mdwn @@ -0,0 +1,30 @@ +git-annex 6.20160211 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * annex.addsmallfiles: New option controlling what is done when + adding files not matching annex.largefiles. + * Fix reversion in lookupkey, contentlocation, and examinekey which + caused them to sometimes output side messages. + * webapp: Fix deletion of current repository directory. + * Added "nothing" to preferred content expression syntax. + * annex.largefiles can be configured in .gitattributes too; + this is particulary useful for v6 repositories, since the + .gitattributes configuration will apply in all clones of the + repository. + * Limit annex.largefiles parsing to the subset of preferred content + expressions that make sense in its context. So, not "standard" + or "lackingcopies", etc. + * annex.largefiles: Add support for mimetype=text/* etc, when git-annex + is linked with libmagic. + * matchexpression: Added --largefiles option to parse an annex.largefiles + expression. + * Brought back the dbus and xmpp build flags, so build from source can be + done without C libraries that may be hard to install. + * init: Fix bugs in submodule .git symlink fixup, that occurred when + initializing in a subdirectory of a submodule and a submodule of a + submodule. + * WebDAV: Set depth 1 in PROPFIND request, for better compatibility with + some servers. Thanks, wzhd. + * WebDAV: Remove a bogus trailing slash from the end of the url to the + temporary store location for a key. Thanks, wzhd. + * S3: Allow configuring with requeststyle=path to use path-style bucket + access instead of the default DNS-style access."""]] \ No newline at end of file -- cgit v1.2.3