From 1f253e84f2d25bf70f86a21a694c447d8b3936a4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Apr 2016 09:48:45 -0400 Subject: [PATCH] add news item for git-annex 6.20160419 --- doc/news/version_6.20160217.mdwn | 22 ---------------------- doc/news/version_6.20160419.mdwn | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 22 deletions(-) delete mode 100644 doc/news/version_6.20160217.mdwn create mode 100644 doc/news/version_6.20160419.mdwn diff --git a/doc/news/version_6.20160217.mdwn b/doc/news/version_6.20160217.mdwn deleted file mode 100644 index 598f11f3b0..0000000000 --- a/doc/news/version_6.20160217.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -git-annex 6.20160217 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Support getting files from read-only repositories. - * checkpresentkey: Allow to be run without an explicit remote. - * checkpresentkey: Added --batch. - * Work around problem with concurrent-output when in a non-unicode locale - by avoiding use of it in such a locale. Instead -J will behave as if - it was built without concurrent-output support in this situation. - * Fix storing of filenames of v6 unlocked files when the filename is not - representable in the current locale. - * fsck: Detect and fix missing associated file mappings in v6 repositories. - * fsck: Populate unlocked files in v6 repositories whose content is - present in annex/objects but didn't reach the work tree. - * When initializing a v6 repo on a crippled filesystem, don't force it - into direct mode. - * Windows: Fix v6 unlocked files to actually work. - * add, addurl, import, importfeed: When in a v6 repository on a crippled - filesystem, add files unlocked. - * annex.addunlocked: New configuration setting, makes files always be - added unlocked. (v6 only) - * Improve format of v6 unlocked pointer files to support keys containing - slashes."""]] \ No newline at end of file diff --git a/doc/news/version_6.20160419.mdwn b/doc/news/version_6.20160419.mdwn new file mode 100644 index 0000000000..8979d8268c --- /dev/null +++ b/doc/news/version_6.20160419.mdwn @@ -0,0 +1,29 @@ +git-annex 6.20160419 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix bug that prevented resuming of uploads to encrypted special remotes + that used chunking. + * That bug could also expose the names of keys to such remotes when + attempting to resume an upload, so it is a minor security issue. + * Fix duplicate progress meter display when downloading from a git remote + over http with -J. + * reinject: When src file's content cannot be verified, leave it alone, + instead of deleting it. + * reinject: Added new mode which can reinject known files into the annex. + For example: git-annex reinject --known /mnt/backup/* + * calckey: New plumbing command, calculates the key that would be used + to refer to a file. + * Fix bug that prevented annex.sshcaching=false configuration from taking + effect when on a crippled filesystem. Thanks, divergentdave. + * git 2.9.0 is going to prevent git merge from merging in unrelated + branches. Since the webapp's pairing etc features often combine + together repositories with unrelated histories, work around + this behavior change when the assistant merges, by passing + --allow-unrelated-histories. Note though that this is not done + for git annex sync's merges, so it will follow git's default or + configured behavior. + * When git-annex is used with a git version older than 2.2.0, disable + support for adjusted branches, since GIT\_COMMON\_DIR is needed to update + them and was first added in that version of git. + * Avoid setting LOCPATH in linux standalone builds that are built with + a ghc that has been fixed to not hang when it cannot find locale files. + * Isolate test suite from global git config settings."""]] \ No newline at end of file