Merge 0.9->trunk
authorKim Alvefur <zash@zash.se>
Tue, 09 Apr 2013 15:51:08 +0200
changeset 5457 953888c31071
parent 5455 16493e410fa8 (current diff)
parent 5456 87204440b9dd (diff)
child 5467 9b7c919bf238
Merge 0.9->trunk
prosodyctl
--- a/prosodyctl	Mon Apr 08 22:43:27 2013 +0200
+++ b/prosodyctl	Tue Apr 09 15:51:08 2013 +0200
@@ -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