aboutsummaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-25 11:35:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-25 11:35:25 -0400
commite10f0aae43897f457e1554292238356c7fb20fad (patch)
tree14ec9113229742da4e908f7e128713f90f8ed585 /doc/news
parent990a53a2f11d59a624e984c8e61aa6c1e5b2739b (diff)
add news item for git-annex 6.20170925
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_6.20170321.mdwn28
-rw-r--r--doc/news/version_6.20170925.mdwn22
2 files changed, 22 insertions, 28 deletions
diff --git a/doc/news/version_6.20170321.mdwn b/doc/news/version_6.20170321.mdwn
deleted file mode 100644
index 864c62659..000000000
--- a/doc/news/version_6.20170321.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
-git-annex 6.20170321 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Bugfix: Passing a command a filename that does not exist sometimes
- did not display an error, when a path to a directory was also passed.
- * status: Propigate nonzero exit code from git status.
- * Linux standalone builds put the bundled ssh last in PATH,
- so any system ssh will be preferred over it.
- * assistant: Add 1/200th second delay between checking each file
- in the full transfer scan, to avoid using too much CPU.
- * get -J: Improve distribution of jobs amoung remotes when there are more
- jobs than remotes.
- * fsck -q: When a file has bad content, include the name of the file
- in the warning message.
- * Windows: Improve handling of shebang in external special remote
- program, searching for the program in the PATH.
- * Drop support for building with old versions of dns, http-conduit,
- directory, feed, and http-types.
- * Windows: Fix bug in shell script shebang lookup code that
- caused a "delayed read on closed handle" error.
- * git-annex-shell: Fix bug when used with a recently cloned repository,
- where "merging" messages were included in the output of configlist
- (and perhaps other commands) and caused a "Failed to get annex.uuid
- configuration" error.
- * Support GIT\_SSH and GIT\_SSH\_COMMAND, which are handled close the same
- as they are by git. However, unlike git, git-annex sometimes needs to
- pass the -n parameter when using these.
- * sync --content-of=path (-C path) added for when you want to sync
- only some files' contents, not the whole working tree."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20170925.mdwn b/doc/news/version_6.20170925.mdwn
new file mode 100644
index 000000000..7d7d610b3
--- /dev/null
+++ b/doc/news/version_6.20170925.mdwn
@@ -0,0 +1,22 @@
+git-annex 6.20170925 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * git-annex export: New command, can create and efficiently update
+ exports of trees to special remotes.
+ * Use git-annex initremote with exporttree=yes to set up a special remote
+ for use by git-annex export.
+ * Implemented export to directory, S3, and webdav special remotes.
+ * External special remote protocol extended to support export.
+ Developers of external special remotes should consider if export makes
+ sense for them and add support.
+ * sync, assistant: Update tracking exports.
+ * Support building with feed-1.0, while still supporting older versions.
+ * init: Display an additional message when it detects a filesystem that
+ allows writing to files whose write bit is not set.
+ * S3: Allow removing files from IA.
+ * webdav: Checking if a non-existent file is present on Box.com
+ triggered a bug in its webdav support that generates an infinite series
+ of redirects. Deal with such problems by assuming such behavior means
+ the file is not present.
+ * webdav: Fix lack of url-escaping of filenames. Mostly impacted exports
+ of filenames containing eg spaces.
+ * webdav: Changed path used on webdav server for temporary files."""]] \ No newline at end of file