summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-08 13:37:54 +0100
committerErik Johnston <erik@matrix.org>2015-05-08 13:37:54 +0100
commit9a9386226a8d522f105c8c3965e8e17304e03f60 (patch)
tree9a6c5735e94dbe4820eac7e347ea860b87e965eb
parentBump version (diff)
downloadsynapse-9a9386226a8d522f105c8c3965e8e17304e03f60.tar.xz
Mention Ivan Shapovalov contrib/systemd
-rw-r--r--AUTHORS.rst3
-rw-r--r--CHANGES.rst2
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst

index 8396e535e8..3a457cd9fc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst
@@ -35,3 +35,6 @@ Turned to Dust <dwinslow86 at gmail.com> Brabo <brabo at riseup.net> * Installation instruction fixes + +Ivan Shapovalov <intelfx100 at gmail.com> + * contrib/systemd: a sample systemd unit file and a logger configuration diff --git a/CHANGES.rst b/CHANGES.rst
index f0bb973dcf..65970a89c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -10,6 +10,8 @@ General: * Fix race in caches that occasionally caused some presence updates to be dropped - SYN-369. * Check server name has not changed on restart. +* Add a sample systemd unit file and a logger configuration in + contrib/systemd. Contributed Ivan Shapovalov. Federation: