diff options
Diffstat (limited to 'doc/RELEASE_NOTES')
-rwxr-xr-x[-rw-r--r--] | doc/RELEASE_NOTES | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 4f0dd82..290ba61 100644..100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,192 @@ +MIC Image Creator 0.28.6 Release Notes +====================================== +Released Feb 15 2019 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * new distribution support: Ubuntu 18.04. + +MIC Image Creator 0.28.5 Release Notes +====================================== +Released Oct 31 2018 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * Add %env section support. + +MIC Image Creator 0.28.4 Release Notes +====================================== +Released Sep 28 2018 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +new features +-------------------------- + * add new option --fslabel in part section. + +MIC Image Creator 0.28.3 Release Notes +====================================== +Released Sep 14 2018 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +Bug Fixes +-------------------------- + * Revert "ext4 images are created with inode size 256 bytes". + +MIC Image Creator 0.28.2 Release Notes +====================================== +Released Aug 03 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 +-------------------------- + * remove tmp dir in runscript period. + * ext4 images are created with inode size 256 bytes. + * Add locale related environment varibale because language is not set to one specified in ks file. + +MIC Image Creator 0.28.1 Release Notes +====================================== +Released May 11 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 +-------------------------- + * Check exit status of vdfs image creation + * Change the user and root passwd hash algorithm order to avoid user name same as root name. + +MIC Image Creator 0.28 Release Notes +====================================== +Released April 13 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 +-------------------------- + * Apply btrfs mount options "--fsoptions=compress" + +Bug Fixes +--------- + * In Tizen, losetup command support '-f' option, change '--find' to '-f' + * Fix issue, set blocksize by parsing "-b [BLOCKSIZE]" from extoptions in ks file + +MIC Image Creator 0.27.9 Release Notes +====================================== +Released Mar 23 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 +-------------------------- + * Added ATTACHMENT_PATHS env and IMG_DIR_PATH env + +Bug Fixes +--------- + * Revert "call copy_attachment() after configure() and move attachment files" + +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 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +-------------------------- + * Timezone setting change + * Run certain script before creation of tar.gz image + * Locally built mic-bootstrap using gbs cannot be used in mic + * Add new option of tpk_install + * Amend mic cr option of run_script + * Add new option of --run_script + * Modify the order of generating image by cpio + +Bug Fixes +--------- + * fix the bug that modify the order of generating image by cpio + +MIC Image Creator 0.27.6 Release Notes +====================================== +Released Jun 30 2017 + +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 cpio gzip in mic. + * fix corrupted log messages in log file + * change installed package name length from 20 to 50 + * print warning message for detecting rpm post script... + * display all rpm debug messages in debug mode + * display filesystem size of each images + * add SIGTERM handler for exit gracefully + * change tpk install error message format + * print package name, before install + * Modify the arguments that use cpio to generate image. + * Solve mic hang issue, add timeout to show failure. + * Solve issue:mic has error when env no_proxy is 165.xx.xxx... + * Change the order of generating image by cpio. + +Bug Fixes +--------- + +MIC Image Creator 0.27.5 Release Notes +====================================== +Released Apr 28 2017 + +This release note documents the changes included in the new release. And +the release contains new features, enhancements and bug fixes. + +New Features & Enhancements +-------------------------- + * Solve image not clean after created, use e2fsck to clean image, relevant issue is NJTS-179 in JIRA. + +Bug Fixes +--------- + MIC Image Creator 0.27.4 Release Notes ====================================== Released Apr 5 2017 |