summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-05-10 04:21:02 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2016-05-10 04:23:40 +0200
commitae2596ab55a05763d4bdc25c871bc6eec8833733 (patch)
treeca1e4e21e3150b652ec2e2ad13d5368a26433c8a /debian/changelog
parentd1248b4ed3cdb24244ecd64a6756a180384c6c28 (diff)
downloadsocket-notify-ae2596ab55a05763d4bdc25c871bc6eec8833733.tar.gz
socket-notify-ae2596ab55a05763d4bdc25c871bc6eec8833733.tar.bz2
socket-notify-ae2596ab55a05763d4bdc25c871bc6eec8833733.zip
Add config options for socket path and umaskHEADmaster
You can now set something like: socket_notify = { 'path': '/tmp/phenny.sock', 'umask': 0o077, } in your phenny config and specify the path and umask for the socket.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f85ca0..61a3e3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+phenny-module-socket-notify (0.2) UNRELEASED; urgency=low
+
+ * Add config options for socket path and umask
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Tue, 10 May 2016 04:22:54 +0200
+
phenny-module-socket-notify (0.1) UNRELEASED; urgency=low
* Initial release.