bump up to release 0.28.14 54/258354/1 accepted/tizen/devbase/tools/20210517.061543 submit/trunk/20210517.091730
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 14 May 2021 03:36:52 +0000 (12:36 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 14 May 2021 03:36:52 +0000 (12:36 +0900)
Change-Id: Ia5e333c693c9adca8c39ff5bc539a90bee0a40f6
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index dcf9c3c..dbaee13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Release 0.28.14 - Fri May. 14 2021 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Encrypt user password with SHA512 instead of MD5.
+  * Fix pylint error, reimport glob.
+
 Release 0.28.13 - Tue Mar. 23 2021 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Add new option for squashfs file system to support M1 feature.
index 7635ecf..cf66db5 100644 (file)
@@ -1,3 +1,10 @@
+mic (0.28.14) unstable; urgency=low
+  * Encrypt user password with SHA512 instead of MD5.
+  * Fix pylint error, reimport glob.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 14 May 2021 15:00:00 +0800
+
+
 mic (0.28.13) unstable; urgency=low
   * Add new option for squashfs file system to support M1 feature.
 
index 4134ff6..3b0fc2c 100644 (file)
@@ -1,3 +1,15 @@
+MIC Image Creator 0.28.14 Release Notes
+======================================
+Released May 14 2021
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Encrypt user password with SHA512 instead of MD5.
+  * Fix pylint error, reimport glob.
+
 MIC Image Creator 0.28.13 Release Notes
 ======================================
 Released Mar 23 2021
index 6dc08a7..3c8c830 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.13"
+__version__ = "0.28.14"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 5288f4d..0b258d1 100644 (file)
@@ -1,3 +1,7 @@
+* Fri May 14 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.14
+  * Encrypt user password with SHA512 instead of MD5.
+  * Fix pylint error, reimport glob.
+
 * Tue Mar 23 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.13
   * Add new squashfs option for squashfs file system.
 
index db1a514..586ced9 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.13
+Version:    0.28.14
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2