Next release, tag 1.0.22

This commit is contained in:
Adrian C. (anrxc) 2010-01-02 22:51:34 +01:00
parent 15dd6ea287
commit d2a00d7057
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Full changelog is available online:
http://git.sysphere.org/vicious/log/?showmsg=1
---------------------------------------------------
15dd6ea vicious: update copyright
9e37225 pacman: remove 3.2 example, add ignores+deps example
cedf171 wifi: return numbers without notations
fba4db6 weather: fix parsing of negative temperatures
2100ea1 Next release, tag 1.0.21
9b5efc7 cpu: simplified table initialization
9150063 dio: preliminary support for multiple devices
b4031d2 dio: return separated read and write statistics

View File

@ -53,7 +53,7 @@ local function worker(format)
uformat(args, name .. " rx", recv)
uformat(args, name .. " tx", send)
if nets[name] == nil then
if nets[name] == nil then
-- Default values on the first run
nets[name] = {}
uformat(args, name .. " down", 0)