diff options
Diffstat (limited to 'debian/changelog')
-rwxr-xr-x | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0d45971..d606408 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +mic (0.27.8) unstable; urgency=low + * Use SHA512 instead of MD5 to encrypt root password + * Fix the bug that use local mic-bootstrap to run mic. + * 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. + + -- Xiaojuan Mao <xiaojuan.mao@samsung.com> Fri, 26 Jan 2018 17:00:00 +0800 + mic (0.27.7) unstable; urgency=low * Timezone setting change * Run certain script before creation of tar.gz image |