summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bremner <bremner@unb.ca>2007-10-16 01:13:43 +0000
committerDavid Bremner <bremner@unb.ca>2007-10-16 01:13:43 +0000
commit40c76ceda88edb4610d28a546d4f2f11ad98c5cb (patch)
tree6ecf038cea74315079ad0101ceee065f624ba413 /ChangeLog
parent334826fe7317fdc157f932dd75a8a52a41aeb821 (diff)
downloadmemcached-40c76ceda88edb4610d28a546d4f2f11ad98c5cb.tar.gz
Patch from David Bremner <bremner@unb.ca> that implements a new option "-a"
which takes an octal permission mask (like chmod) sets the permissions on the unix domain socket (specified by "-s"). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@629 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 767650f..f8ae35f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-15 Paul Lindner <lindner@inuus.com>
+
+ * Patch from David Bremner <bremner@unb.ca> that implements
+ a new option "-a" which takes an octal permission mask
+ (like chmod) sets the permissions on the unix domain socket
+ (specified by "-s").
+
2007-10-03 Paul Lindner <lindner@inuus.com>
* Incorporate "cas" operation developed by Dustin
Sallings <dustin@spy.net> This change allows you