summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-07 11:33:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-07 11:33:55 -0400
commit22cd1a21bfcc4096cc53240fd16cc10052aeecd0 (patch)
tree812e530036c4c4d14aec12f0d4c36c19e5304efc /doc/news
parent359299c6721137e8b4eda7692350f342558e3c68 (diff)
add news item for git-annex 6.20160907
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_6.20160527.mdwn37
-rw-r--r--doc/news/version_6.20160907.mdwn15
2 files changed, 15 insertions, 37 deletions
diff --git a/doc/news/version_6.20160527.mdwn b/doc/news/version_6.20160527.mdwn
deleted file mode 100644
index ee91d8598..000000000
--- a/doc/news/version_6.20160527.mdwn
+++ /dev/null
@@ -1,37 +0,0 @@
-git-annex 6.20160527 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Split lines in the git-annex branch on \r as well as \n, to deal
- with \r\n terminated lines written by some versions of git-annex on
- Windows. This fixes strange displays in some cases.
- * assistant: Fix bug that caused v6 pointer files to be annexed by the
- assistant.
- * assistant: Fix race in v6 mode that caused downloaded file content to
- sometimes not replace pointer files.
- * add: Adding a v6 pointer file used to annex it; now the pointer file is
- added to git as-is. (git add of a pointer file already did the right
- thing)
- * enableremote: Can now be used to explicitly enable git-annex to use
- git remotes. Using the command this way prevents other git-annex
- commands from probing new git remotes to auto-enable them.
- * enableremote: Remove annex-ignore configuration from a remote.
- * Change git annex info remote encryption description to use wording
- closer to what's used in initremote.
- * Pass the various gnupg-options configs to gpg in several cases where
- they were not before. Most notably, gnupg-decrypt-options is now
- passed when decrypting an encrypted cipher.
- * adjust: Add --fix adjustment, which is useful when the git directory
- is in a nonstandard place.
- * adjust: If the adjusted branch already exists, avoid overwriting it,
- since it might contain changes that have not yet been propigated to the
- original branch.
- * Work around git weirdness in handling of relative path to GIT\_INDEX\_FILE
- when in a subdirectory of the repository. This affected git annex view.
- * Fix crash when entering/changing view in a subdirectory of a repo that
- has a dotfile in its root.
- * webapp: Avoid confusing display of dead remotes.
- * Support building with ghc 8.0.1.
- * Updated cabal file explicitly lists source files. The tarball
- on hackage will include only the files needed for cabal install;
- it is NOT the full git-annex source tree.
- * debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks
- to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20160907.mdwn b/doc/news/version_6.20160907.mdwn
new file mode 100644
index 000000000..778c96963
--- /dev/null
+++ b/doc/news/version_6.20160907.mdwn
@@ -0,0 +1,15 @@
+git-annex 6.20160907 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Windows: Handle shebang in external special remote program.
+ * Fix formatting of git-annex-smudge man page, and improve mdwn2man.
+ Thanks, Jim Paris.
+ * examimekey: Allow being run in a git repo that is not initialized by
+ git-annex yet.
+ * Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.
+ * Make --json and --quiet suppress automatic init messages, and any
+ other messages that might be output before a command starts.
+ Fixes a reversion introduced in version 5.20150727.
+ * Assistant, repair: Filter out git fsck lines about duplicate file
+ entries in tree objects.
+ * get -J, sync --content -J: Download different files from different
+ remotes when the remotes have the same costs."""]] \ No newline at end of file