From 2c90571e766fb5f102be2d08a725c346f7e4fdc8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Nov 2016 14:47:46 -0400 Subject: add news item for git-annex 6.20161111 --- doc/news/version_6.20160923.mdwn | 34 ---------------------------------- doc/news/version_6.20161111.mdwn | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 34 deletions(-) delete mode 100644 doc/news/version_6.20160923.mdwn create mode 100644 doc/news/version_6.20161111.mdwn (limited to 'doc/news') diff --git a/doc/news/version_6.20160923.mdwn b/doc/news/version_6.20160923.mdwn deleted file mode 100644 index d74ef61fe..000000000 --- a/doc/news/version_6.20160923.mdwn +++ /dev/null @@ -1,34 +0,0 @@ -git-annex 6.20160923 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Rate limit console progress display updates to 10 per second. - Was updating as frequently as changes were reported, up to hundreds of - times per second, which used unncessary bandwidth when running git-annex - over ssh etc. - * Make --json and --quiet work when used with -J. - Previously, -J override the other options. - * addurl, get: Added --json-progress option, which adds progress - objects to the json output. - * Remove key:null from git-annex add --json output. - * copy, move, mirror: Support --json and --json-progress. - * Improve gpg secret key list parser to deal with changes in gpg 2.1.15. - Fixes key name display in webapp. - * info: Support being passed a treeish, and show info about the annexed - files in it similar to how a directory is handled. - * sync: Previously, when run in a branch with a slash in its name, - such as "foo/bar", the sync branch was "synced/bar". That conflicted - with the sync branch used for branch "bar", so has been changed to - "synced/foo/bar". - * Note that if you're using an old version of git-annex to sync with - a branch with a slash in its name, it won't see some changes synced by - this version, and this version won't see some changes synced by the older - version. This is not a problem if there's a central bare repository, - but may impact other configurations until git-annex is upgraded to this - version. - * adjust: Previously, when adjusting a branch with a slash in its name, - such as "foo/bar", the adjusted branch was "adjusted/bar(unlocked)". - That conflicted with the adjusted branch used for branch "bar", - so has been changed to "adjusted/foo/bar(unlocked)" - * Also, running sync in an adjusted branch did not correctly sync - changes back to the parent branch when it had a slash in its name. - This bug has been fixed. - * addurl, importfeed: Improve behavior when file being added is gitignored."""]] \ No newline at end of file diff --git a/doc/news/version_6.20161111.mdwn b/doc/news/version_6.20161111.mdwn new file mode 100644 index 000000000..6c237a7ad --- /dev/null +++ b/doc/news/version_6.20161111.mdwn @@ -0,0 +1,20 @@ +git-annex 6.20161111 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Restarting a crashing git process could result in filename encoding + issues when not in a unicode locale, as the restarted processes's + handles were not read in raw mode. + * Make .git/annex/ssh.config file work with versions of ssh older than + 7.3, which don't support Include. When used with an older version + of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden + by .git/annex/ssh.config. + * S3: Support the special case endpoint needed for the cn-north-1 region. + * Webapp: Don't list the Frankfurt S3 region, as this (and some other new + regions) need V4 authorization which the aws library does not yet use. + * reinject --known: Avoid second, unncessary checksum of file. + * OSX: Remove RPATHs from git-annex binary, which are not needed, + slow down startup, and break the OSX Sierra linker. + * webapp: Explicitly avoid checking for auth in static subsite + requests. Yesod didn't used to do auth checks for that, but this may + have changed. + * Linux standalone: Avoid using hard links in the tarball so it can be + untarred on eg, afs which does not support them."""]] \ No newline at end of file -- cgit v1.2.3