diff options
author | mao xiaojuan <xiaojuan.mao@samsung.com> | 2018-01-26 17:28:54 +0800 |
---|---|---|
committer | yuhuan.yang <yuhuan.yang@samsung.com> | 2018-01-30 13:34:41 +0800 |
commit | 62b6fa8944f3ab27c6ff75cc1324bb8259eb3950 (patch) | |
tree | a0bdaaeecc67ce23f2445d0611a536d475f460f3 /doc | |
parent | 9ab2f64216560503211f5e5bd9313e82c1986252 (diff) | |
download | mic-62b6fa8944f3ab27c6ff75cc1324bb8259eb3950.tar.gz mic-62b6fa8944f3ab27c6ff75cc1324bb8259eb3950.tar.bz2 mic-62b6fa8944f3ab27c6ff75cc1324bb8259eb3950.zip |
bump up to release 0.27.8
Change-Id: I7340bb2cbd256a2f33ed082e29507e99a289ead5
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/RELEASE_NOTES | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 7543496..48290d6 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,31 @@ +MIC Image Creator 0.27.8 Release Notes +====================================== +Released Jan 26 2018 +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. +New Features & Enhancements +-------------------------- + * Use SHA512 instead of MD5 to encrypt root password + * Support local mic-bootstrap rpm package to run mic. + * Another method of install tpk. + * The value of fstype is not cpio, an image is generated by cpio. + * When increase rpm release number, user can use --local-pkgs-path to install local pkgs. + * use the value of --pack-to option as filename to match all outputs + * support both %runscript and %post-umount to perform scripts before packaging + * support multiple mic execution at same time + * add --use-mic-in-bootstrap option + * Display all rpm debug messages with --rpm-debug + * call copy_attachment() after configure() and move attachment files + * Add init_expand option to partition + * add no_shrink option to partition, fix parameter of disk.expand() + * Setup environment to perform signing script + * if post scripts fails, CreatorError is raised to catch script errors such as signing error + * use registered qemu emulator filename if already registered. + +Bug Fixes +--------- + * Fix the bug that use local mic-bootstrap to run mic. + MIC Image Creator 0.27.7 Release Notes ====================================== Released Sep 15 2017 |