bump up to release 0.28.15 23/260823/1 accepted/tizen/devbase/tools/20210707.095507 accepted/tizen/devbase/tools/20210714.004916 submit/trunk/20210707.084530 submit/trunk/20210707.104530 submit/trunk/20210707.124530 submit/trunk/20210713.151030
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 6 Jul 2021 14:37:22 +0000 (23:37 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 6 Jul 2021 14:37:22 +0000 (23:37 +0900)
Change-Id: I4fb3511f1429ad40b8df27c3e415e44f758342b6
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 dbaee13a3bbc1ce000888d090810655f686d888e..7023cf5edda520150f3a53651d100f6c01cbd86a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.15 -  Mon Jul. 05 2021 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Don't install recommended packages in mic
+
 Release 0.28.14 - Fri May. 14 2021 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Encrypt user password with SHA512 instead of MD5.
index cf66db54efca087b9377a9fb2d776517edf4c0f6..9eb2d4ad3f3bdd48c8f95cb7214c3e99baff0187 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.15) unstable; urgency=low
+  * Don't install recommended packages in mic.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Mon, 05 Jul 2021 15:00:00 +0800
+
 mic (0.28.14) unstable; urgency=low
   * Encrypt user password with SHA512 instead of MD5.
   * Fix pylint error, reimport glob.
index 3b0fc2c40d993fc25f40441aa78b293de7eaa6bb..90f53c43ce72754cfb2b089884d21c21e92a3c93 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.15 Release Notes
+======================================
+Released Jul 05 2021
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Don't install recommended packages in mic.
+
 MIC Image Creator 0.28.14 Release Notes
 ======================================
 Released May 14 2021
index 3c8c83060883e7385996e0d0d098916fe10a2494..5b9bfc2e452e962ec0c9b3a4b8670ce51cebae0d 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.14"
+__version__ = "0.28.15"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 0b258d18ed8e4567441d0d2b168c7305f5fd1470..dff225535ddda3734cdec5964682fb05c900dbb6 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Jul 05 2021 Biao Wang <biao716.wang@samsung.com> - 0.28.15
+  * Don't install recommended packages in mic.
+
 * 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.
index 586ced9066e2a4117ccf4ca29ae563c8ee44efa6..4fe3df5690e553346acba851858b16a17d8fe2ac 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.14
+Version:    0.28.15
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2