util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir

Tue, 12 Jan 2010 15:35:36 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 12 Jan 2010 15:35:36 +0000
changeset 2455
0b3184f3c9e4
parent 2454
e4818c49192d
child 2456
260601859c9f

util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir

plugins/mod_posix.lua file | annotate | diff | comparison | revisions
prosodyctl file | annotate | diff | comparison | revisions
util-src/pposix.c file | annotate | diff | comparison | revisions
--- a/plugins/mod_posix.lua	Tue Jan 12 15:17:08 2010 +0000
+++ b/plugins/mod_posix.lua	Tue Jan 12 15:35:36 2010 +0000
@@ -7,7 +7,7 @@
 --
 
 
-local want_pposix_version = "0.3.2";
+local want_pposix_version = "0.3.3";
 
 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
--- a/prosodyctl	Tue Jan 12 15:17:08 2010 +0000
+++ b/prosodyctl	Tue Jan 12 15:35:36 2010 +0000
@@ -68,7 +68,7 @@
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.2";
+local want_pposix_version = "0.3.3";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then
--- a/util-src/pposix.c	Tue Jan 12 15:17:08 2010 +0000
+++ b/util-src/pposix.c	Tue Jan 12 15:35:36 2010 +0000
@@ -13,7 +13,7 @@
 * POSIX support functions for Lua
 */
 
-#define MODULE_VERSION "0.3.2"
+#define MODULE_VERSION "0.3.3"
 
 #include <stdlib.h>
 #include <math.h>

mercurial