aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-14 11:55:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-14 11:55:06 -0400
commitac4b4a812da85b46e7d656b12d9ff5568ef706fd (patch)
tree4747cc18ff9402ac79a96a7b37b880626dbc5c92 /doc
parent7ff95343b87ea3907fffad37c391bf7de518f945 (diff)
add news item for git-annex 6.20171214
Diffstat (limited to 'doc')
-rw-r--r--doc/news/version_6.20171003.mdwn20
-rw-r--r--doc/news/version_6.20171018.mdwn18
-rw-r--r--doc/news/version_6.20171214.mdwn22
3 files changed, 22 insertions, 38 deletions
diff --git a/doc/news/version_6.20171003.mdwn b/doc/news/version_6.20171003.mdwn
deleted file mode 100644
index a3038562f..000000000
--- a/doc/news/version_6.20171003.mdwn
+++ /dev/null
@@ -1,20 +0,0 @@
-git-annex 6.20171003 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * webdav: Improve error message for failed request to include the request
- method and path.
- * metadata: Added --remove-all.
- * Warn when metadata is inherited from a previous version of a file,
- to avoid the user being surprised in cases where that behavior is not
- desired or expected.
- * sync: Added --cleanup, which removes local and remote synced/ branches.
- * external: When the external special remote program crashed, a newline
- could be output, which messed up the expected output for --batch mode.
- * external: Avoid checking EXPORTSUPPORTED for special remotes that are
- not configured to use exports.
- * test: Fix reversion that made it only run inside a git repository.
- * copy, move: Behave same with --fast when sending to remotes located
- on a local disk as when sending to other remotes.
- * Fix process and file descriptor leak that was exposed when
- git-annex was built with ghc 8.2.1. Broke git-annex test on OSX
- due to running out of FDs, and may have also leaked in other situations.
- * info: Improve cleanup of stale transfer info files."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20171018.mdwn b/doc/news/version_6.20171018.mdwn
deleted file mode 100644
index d08838e64..000000000
--- a/doc/news/version_6.20171018.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-git-annex 6.20171018 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * add: Replace work tree file atomically on systems supporting hard
- links. Avoids a window where interrupting an add could result in
- the file being moved into the annex, with no symlink yet created.
- * webdav: Avoid unncessisarily creating the collection at the top
- of the repository when storing files there, since that collection
- is created by initremote.
- (This seems to work around some brokenness of the box.com webdav
- server, which caused uploads to be very slow or sometimes fail.)
- * webdav: Make --debug show all webdav operations.
- * get -J/move -J/copy -J/mirror -J/sync -J: Avoid "transfer already in
- progress" errors when two files use the same key.
- * Konqueror desktop file location changed to one used by plasma 5.
- Thanks, FĂ©lix Sipma.
- * Avoid repeated checking that files passed on the command line exist.
- * Fix build with aws-0.17.
- * stack.yaml: Update to lts-9.9."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20171214.mdwn b/doc/news/version_6.20171214.mdwn
new file mode 100644
index 000000000..f79572b14
--- /dev/null
+++ b/doc/news/version_6.20171214.mdwn
@@ -0,0 +1,22 @@
+git-annex 6.20171214 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Use youtube-dl rather than quvi to download media from web pages,
+ since quvi is not being actively developed and youtube-dl supports
+ many more sites.
+ * addurl --relaxed got slower, since youtube-dl has to hit the network
+ to check for embedded media. If you relied on --relaxed not hitting the
+ network for speed reasons, using --relaxed --raw will get the old level
+ of speed, but can't be used for urls with embedded videos.
+ * importfeed now downloads things linked to by feeds, even when they are
+ not media files.
+ * Removed no longer needed dependency on yesod-default.
+ * Allow exporttree remotes to be marked as dead.
+ * initremote, enableremote: Really support gpg subkeys suffixed with an
+ exclamation mark, which forces gpg to use a specific subkey.
+ (Previous try had a bug.)
+ * lookupkey: Support being given an absolute filename to a file
+ within the current git repository.
+ * A top-level .noannex file will prevent git-annex init from being used
+ in a repository. This is useful for repositories that have a policy
+ reason not to use git-annex. The content of the file will be displayed
+ to the user who tries to run git-annex init."""]] \ No newline at end of file