Software /
code /
prosody
Diff
plugins/mod_posix.lua @ 8010:49feb0da29e1
util.pposix: Add function for atomically appending data to a file
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 Mar 2017 01:33:00 +0100 |
parent | 7992:51396e0836cf |
child | 8012:e898c8fda986 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Sat Mar 25 17:32:42 2017 +0100 +++ b/plugins/mod_posix.lua Wed Mar 01 01:33:00 2017 +0100 @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.6"; +local want_pposix_version = "0.3.7"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then