summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-13 10:34:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-13 10:34:36 -0400
commit2858c246b52117a2f40bb97c11d61a4a96a90d36 (patch)
treef534025c4de2152affeb1d6f64465426f70e6a13 /doc/news
parent23b90e19f97a4c5c05cb95d0a035eba067b0ef16 (diff)
add news item for git-annex 5.20140613
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20140412.mdwn3
-rw-r--r--doc/news/version_5.20140613.mdwn16
2 files changed, 16 insertions, 3 deletions
diff --git a/doc/news/version_5.20140412.mdwn b/doc/news/version_5.20140412.mdwn
deleted file mode 100644
index 7e9267a61..000000000
--- a/doc/news/version_5.20140412.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-git-annex 5.20140412 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Last release didn't quite fix the high cpu issue in all cases, this should."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20140613.mdwn b/doc/news/version_5.20140613.mdwn
new file mode 100644
index 000000000..d4413725d
--- /dev/null
+++ b/doc/news/version_5.20140613.mdwn
@@ -0,0 +1,16 @@
+git-annex 5.20140613 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Ignore setsid failures.
+ * Avoid leaving behind .tmp files when failing in some cases, including
+ importing files to a disk that is full.
+ * Avoid bad commits after interrupted direct mode sync (or merge).
+ * Fix build with wai 0.3.0.
+ * Deal with FAT's low resolution timestamps, which in combination with
+ Linux's caching of higher res timestamps while a FAT is mounted, caused
+ direct mode repositories on FAT to seem to have modified files after
+ they were unmounted and remounted.
+ * Windows: Fix opening webapp when repository is in a directory with
+ spaces in the path.
+ * Detect when Windows has lost its mind in a timezone change, and
+ automatically apply a delta to the timestamps it returns, to get back to
+ sane values."""]] \ No newline at end of file