[wpkg-announce] WPKG 1.0.1 released
Tomasz Chmielewski
mangoo at wpkg.org
Mon Apr 14 16:20:08 CEST 2008
WPKG 1.0.1 has been released. It contains minor bugfixes.
Changes 2008-04-10, v1.0.1 by Rainer Meier <r.meier (at) wpkg.org>
FIX: Fixed Bug 107. Registry equality checks throw an error in case of
checked
value is of type REG_DWORD or REG_BINARY. Now the values are
converted to
strings before comparing it to the 'value' attribute. REG_MULTI_SZ and
REG_BINARY values are concatenated using newline characters. For
REG_BINARY values each octet is converted to its decimal number
representation. Examples:
REG_MULTI_SZ = a
b
c
value = "a
b
c"
will match.
REG_BINARY values will be converted to multiline string as well.
Each octet of the binary value
is converted to its decimal representation.
REG_BINARY = "11 22 33 44"
value = "17
34
51
68"
will match.
MOD: Misleading/confusing info message about non-zero exit code (even if
exit
code was 0) changed from:
Command '<cmd> returned non-zero exit code [<code>]. This exit code...
to
Command '<cmd>' returned exit code [<code>]. This exit code...
The quoting has been fixed as well (see above).
You can see the whole changelog for 1.0.x branch on
http://wpkg.org/files/stable/Changelog-1.0
--
Tomasz Chmielewski
More information about the wpkg-announce
mailing list