summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-31 13:44:44 -0700
committerGravatar Joey Hess <joey@kitenet.net>2014-08-31 13:44:44 -0700
commite5168a62aa961b51934d22c0adabdfdbdce33416 (patch)
tree96712afb2e5289cffb93af8da39ccfa663eee9e2 /doc/news
parentbf33ab900c37cd5b32dd97ac55d4be3d78384327 (diff)
add news item for git-annex 5.20140831
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20140613.mdwn16
-rw-r--r--doc/news/version_5.20140831.mdwn13
2 files changed, 13 insertions, 16 deletions
diff --git a/doc/news/version_5.20140613.mdwn b/doc/news/version_5.20140613.mdwn
deleted file mode 100644
index d4413725d..000000000
--- a/doc/news/version_5.20140613.mdwn
+++ /dev/null
@@ -1,16 +0,0 @@
-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
diff --git a/doc/news/version_5.20140831.mdwn b/doc/news/version_5.20140831.mdwn
new file mode 100644
index 000000000..713adb9fc
--- /dev/null
+++ b/doc/news/version_5.20140831.mdwn
@@ -0,0 +1,13 @@
+git-annex 5.20140831 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Make --help work when not in a git repository. Closes: #[758592](http://bugs.debian.org/758592)
+ * Ensure that all lock fds are close-on-exec, fixing various problems with
+ them being inherited by child processes such as git commands.
+ * When accessing a local remote, shut down git-cat-file processes
+ afterwards, to ensure that remotes on removable media can be unmounted.
+ Closes: #[758630](http://bugs.debian.org/758630)
+ * Fix handing of autocorrection when running outside a git repository.
+ * Fix stub git-annex test support when built without tasty.
+ * Do not preserve permissions and acls when copying files from
+ one local git repository to another. Timestamps are still preserved
+ as long as cp --preserve=timestamps is supported. Closes: #[729757](http://bugs.debian.org/729757)"""]] \ No newline at end of file