Merge 0.9->trunk
authorMatthew Wild <mwild1@gmail.com>
Fri, 12 Apr 2013 00:45:46 +0100
changeset 5469 fcdcc37ffec1
parent 5467 9b7c919bf238 (diff)
parent 5468 2660407c3b73 (current diff)
child 5473 3db05041c278
Merge 0.9->trunk
--- a/prosodyctl	Fri Apr 12 00:44:49 2013 +0100
+++ b/prosodyctl	Fri Apr 12 00:45:46 2013 +0100
@@ -135,7 +135,7 @@
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then