aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-10 21:48:25 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-10 21:48:25 +0000
commit4558719f38c410d298d3b297f276ec4bf878a211 (patch)
tree8562bf4e76775815ee11fe8f0aa24d9608b0cfe2 /plugins
parentf2f2393a6a381d671fe9a889dea5b135ffebddab (diff)
downloadprosody-4558719f38c410d298d3b297f276ec4bf878a211.tar.gz
prosody-4558719f38c410d298d3b297f276ec4bf878a211.zip
util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_posix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua
index 697930ca..0f28041c 100644
--- a/plugins/mod_posix.lua
+++ b/plugins/mod_posix.lua
@@ -7,7 +7,7 @@
--
-local want_pposix_version = "0.3.1";
+local want_pposix_version = "0.3.2";
local pposix = assert(require "util.pposix");
if pposix._VERSION ~= want_pposix_version then module:log("warn", "Unknown version (%s) of binary pposix module, expected %s", tostring(pposix._VERSION), want_pposix_version); end