summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-17 15:12:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-17 15:12:13 -0400
commit9d796be029d45e6e261dc05b204427ca3fd73028 (patch)
tree9c4db4d531af5afbea49f6ccc8c4759ef8b93d75 /doc/news
parent4c96c34bfc57c66661e5bd9b4929862ad3f49d67 (diff)
add news item for git-annex 6.20160217
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20151218.mdwn10
-rw-r--r--doc/news/version_6.20160217.mdwn22
2 files changed, 22 insertions, 10 deletions
diff --git a/doc/news/version_5.20151218.mdwn b/doc/news/version_5.20151218.mdwn
deleted file mode 100644
index a1543742b..000000000
--- a/doc/news/version_5.20151218.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-git-annex 5.20151218 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Add S3 features to git-annex version output.
- * webdav: When testing the WebDAV server, send a file with content.
- The empty file it was sending tickled bugs in some php WebDAV server.
- * fsck: Failed to honor annex.diskreserve when checking a remote.
- * Debian: Build depend on concurrent-output.
- * Fix insecure temporary permissions when git-annex repair is used in
- in a corrupted git repository.
- * Fix potential denial of service attack when creating temp dirs."""]] \ No newline at end of file
diff --git a/doc/news/version_6.20160217.mdwn b/doc/news/version_6.20160217.mdwn
new file mode 100644
index 000000000..598f11f3b
--- /dev/null
+++ b/doc/news/version_6.20160217.mdwn
@@ -0,0 +1,22 @@
+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