From: Ed Bartosh Date: Mon, 3 Aug 2015 13:51:51 +0000 (+0300) Subject: wic: release 0.2.0 X-Git-Tag: 2015-10~951 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a0f8cb7e0ffa15e101d39463c77707c821250203;p=openembedded-core.git wic: release 0.2.0 Major changes in 0.2.0: - implemented UUID support - fixed support of GPT partition tables - implemented running bitbake from wic - implemented image compressing - started testing with oe-selftest. implemented 17 test cases - used native tools (parted, mkfs, mtools, etc) - usability and documentation fixes - code clenup Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/scripts/wic b/scripts/wic index 9435ce085a..c1d3003378 100755 --- a/scripts/wic +++ b/scripts/wic @@ -29,7 +29,7 @@ # Tom Zanussi # -__version__ = "0.1.0" +__version__ = "0.2.0" # Python Standard Library modules import os