summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-03 13:40:45 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-07-03 22:40:45 +1000
commitcb8d568cf90bb0f5f07ee9e7e6796ad7cd83361f (patch)
tree4eb8bdaf3e9a283b41de7b55405727d75b840c66 /changelog.d
parent1.1.0rc2 (diff)
downloadsynapse-cb8d568cf90bb0f5f07ee9e7e6796ad7cd83361f.tar.xz
Fix 'utime went backwards' errors on daemonization. (#5609)
* Fix 'utime went backwards' errors on daemonization.

Fixes #5608

* remove spurious debug
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5609.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5609.bugfix b/changelog.d/5609.bugfix
new file mode 100644
index 0000000000..534ee22a1b
--- /dev/null
+++ b/changelog.d/5609.bugfix
@@ -0,0 +1 @@
+Fix 'utime went backwards' errors on daemonization.