Changeset

5467:9b7c919bf238

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 12 Apr 2013 00:32:10 +0100
parents 5457:953888c31071 (diff) 5466:e3b9dc9dd940 (current diff)
children 5469:fcdcc37ffec1
files util/httpstream.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Fri Apr 12 00:31:05 2013 +0100
+++ b/prosodyctl	Fri Apr 12 00:32:10 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