summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGui Chen <gui.chen@intel.com>2013-02-27 14:59:00 +0800
committerGui Chen <gui.chen@intel.com>2013-02-27 15:38:50 +0800
commit020a90dae6210c7a272f42b0f81861636c543e7f (patch)
treea90879eae3a880a689923cab692a58cfa7a87041
parent7ae54153027e880d24b68f064c631b0c5f5fc3d7 (diff)
downloadmic-020a90dae6210c7a272f42b0f81861636c543e7f.tar.gz
mic-020a90dae6210c7a272f42b0f81861636c543e7f.tar.bz2
mic-020a90dae6210c7a272f42b0f81861636c543e7f.zip
update changelog files
correct indent and update date Change-Id: I76d193ddbb4a2556181ac40699138df8d0ef1867 Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r--ChangeLog2
-rw-r--r--debian/changelog30
-rw-r--r--doc/RELEASE_NOTES2
-rw-r--r--packaging/mic.changes2
4 files changed, 18 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index fb58a10..e6b1e28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Release 0.17 - Tue Feb 22 2013
+Release 0.17 - Tue Feb 28 2013
===========================================================
* support new distribution Fedora 18
* enable to handle more than 3 partitions
diff --git a/debian/changelog b/debian/changelog
index 564156e..c8f2040 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,20 @@
mic (0.17-0.rc0) unstable; urgency=low
- * support new distribution Fedora 18
- * enable to handle more than 3 partitions
- * support partitions without mount point
- * move vcs infomation from .vcs to .packages
- * clean up some mess in utils/misc.py
- * bug fix:
- - fix failure when symbolic link vmlinuz in single disk
- - fix incorrect alignment handling
- - fix requires squashfs in opensuse
- - fix unicode error in myurlgrab
- * code cleanup:
- - clean up some mess in utils/misc.py
- - clean up pylint issue in creator.py
-
- -- Gui Chen <gui.chen@intel.com> Tue, 22 Feb 2013 17:25:35 +0800
+ * support new distribution Fedora 18
+ * enable to handle more than 3 partitions
+ * support partitions without mount point
+ * move vcs infomation from .vcs to .packages
+ * clean up some mess in utils/misc.py
+ * bug fix:
+ - fix failure when symbolic link vmlinuz in single disk
+ - fix incorrect alignment handling
+ - fix requires squashfs in opensuse
+ - fix unicode error in myurlgrab
+ * code cleanup:
+ - clean up some mess in utils/misc.py
+ - clean up pylint issue in creator.py
+
+ -- Gui Chen <gui.chen@intel.com> Tue, 28 Feb 2013 17:25:35 +0800
mic (0.16-1) unstable; urgency=low
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index d697f56..a25f2f1 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -1,6 +1,6 @@
MIC Image Creator 0.17 Release Notes
===========================================================
-Released Feb 26 2013
+Released Feb 28 2013
This release note documents the changes included in the MIC 0.17 release. And
the release contains new features, enhancements and bug fixes.
diff --git a/packaging/mic.changes b/packaging/mic.changes
index 227972e..8bf2c33 100644
--- a/packaging/mic.changes
+++ b/packaging/mic.changes
@@ -1,4 +1,4 @@
-* Tue Feb 22 2013 Gui Chen <gui.chen@intel.com> - 0.17
+* Tue Feb 28 2013 Gui Chen <gui.chen@intel.com> - 0.17
- support new distribution Fedora 18
- enable to handle more than 3 partitions
- support partitions without mount point