Next release, tag 1.0.10.

This commit is contained in:
Adrian C. (anrxc) 2009-08-17 21:38:03 +02:00
parent 44cd53f388
commit 4330375cb7
2 changed files with 11 additions and 1 deletions

10
CHANGES
View File

@ -1,3 +1,13 @@
commit 44cd53f3884e044818e8d56edce7e41c50bbdeab
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
Date: Mon Aug 17 21:34:36 2009 +0200
Updated the CHANGES file in preparation for a new tag.
There were not many changes recently, but much more people are taking
the tarball instead of the development code so they will benefit from
the recent fixes and extended documentation.
commit 7ad474bcbc8554dfba32c641dc8969239dcff7da
Author: Joerg Jaspert <joerg@debian.org>
Date: Sun Aug 16 13:10:39 2009 +0200

2
fs.lua
View File

@ -26,7 +26,7 @@ local function worker(format)
-- table for each mount point with gmatch
local size, used, avail, usep, mount =
-- Instead match all at once, including network file systems
line:match('^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$')
line:match("^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$")
fs_info["{"..mount.." size}"] = size
fs_info["{"..mount.." used}"] = used