bump up to release 0.28.1 71/185871/1
authorXiao Jin <jin.xiao@samsung.com>
Wed, 9 May 2018 11:28:53 +0000 (19:28 +0800)
committerjinxiao <jin.xiao@samsung.com>
Fri, 3 Aug 2018 06:30:09 +0000 (14:30 +0800)
Change-Id: I1f2f15e1fbaed476202c03b2f092a97f14358486

ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index c83058d09d58fedde5f18ab96a74090b6cfbd877..48d6b42fc129c71b29f37c17f23699f1c15a9c82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Release 0.28.1 - Fri May. 11 2018 - Jin Xiao <jin.xiao@samsung.com>
+=====================================================================
+  * Check exit status of vdfs image creation
+  * Change the user and root passwd hash algorithm order to avoid user name same as root name.
+
 Release 0.28 - Fri April. 13 2018 - Jin Xiao <jin.xiao@samsung.com>
 =====================================================================
   * Apply btrfs mount options "--fsoptions=compress"
index 9a6078294c155a26193e0d6822bbe6ebf1247112..4b29d210893153318de6853687ee51fa53b138fd 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.28.1) unstable; urgency=low
+  * Check exit status of vdfs image creation
+  * Change the user and root passwd hash algorithm order to avoid user name same as root name.
+
+ -- Jin Xiao <jin.xiao@samsung.com>  Fri, 11 May 2018 15:00:00 +0800
+
 mic (0.28) unstable; urgency=low
   * Apply btrfs mount options "--fsoptions=compress"
   * In Tizen, losetup command support '-f' option, change '--find' to '-f'
index 5a95ac1455e5472e146f1e85ab311a1e70885388..9659b5336550884da87ff1901bf3cfc2efca9404 100644 (file)
@@ -1,3 +1,15 @@
+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
index 9a1aa9dee5f9457d9a947538f8842d1dbb07cae6..cc951e8b57bff34021471076eda3058271782e77 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28"
+__version__ = "0.28.1"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 62975efc38d270012e484c7526e363fab7d874ec..56c66fefe01f3ec1859f893a26c9772be73043f9 100644 (file)
@@ -1,3 +1,7 @@
+* Fri May 11 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28.1
+  * Check exit status of vdfs image creation
+  * Change the user and root passwd hash algorithm order to avoid user name same as root name.
+
 * Fri April 13 2018 Jin Xiao <jin.xiao@samsung.com> - 0.28
   * Apply btrfs mount options "--fsoptions=compress"
   * In Tizen, losetup command support '-f' option, change '--find' to '-f'
index 256d0ad1596bc557399198f09d657bcd046d83cb..f2c6debb418a3d2bf1f095f3dfaebe5606474c30 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28
+Version:    0.28.1
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2