From: Antonio Ospite <ospite@studenti.unina.it>
Date: Fri, 23 Sep 2011 11:27:44 +0000 (+0200)
Subject: Release a new version with a ChangeLog file
X-Git-Tag: v0.1a^0
X-Git-Url: https://git.ao2.it/kboot-utils.git/commitdiff_plain/de2287f330a9c5ed89e706206b1d02b7f2cdcb4d

Release a new version with a ChangeLog file
---

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..875955a
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,43 @@
+2011-09-23 13:27:44 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Release a new version with a ChangeLog file (HEAD, v0.1a, master)
+
+2011-09-23 13:14:41 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Makefile: add a rule to generate a GNU style ChangeLog
+
+2011-09-23 12:06:40 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* README: adjust wording and add links to kboot.conf format
+
+2011-09-22 13:03:09 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Remove the debian/ dir from the master branch (v0.1, origin/master, origin/HEAD)
+
+2011-09-13 15:16:38 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Add an alternative way to find the root device
+
+2011-09-13 12:57:43 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Fix a typo: the 10_linux we ispire from is from grub
+
+2011-09-13 12:56:26 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Put "set -e" after the license header
+
+2011-09-13 12:01:55 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Cleanup debian/postinst and debian/postrm scripts
+
+2011-09-13 11:19:02 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* No need to be a native debian package
+
+2011-04-15 21:39:42 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Handle the case when links like /dev/root are returned
+
+2011-04-14 23:43:58 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+	* Initial import
diff --git a/kboot-mkconfig b/kboot-mkconfig
index 5601749..7a68a5e 100755
--- a/kboot-mkconfig
+++ b/kboot-mkconfig
@@ -20,7 +20,7 @@
 set -e
 
 PACKAGE_NAME=kboot-mkconfig
-PACKAGE_VERSION=0.1
+PACKAGE_VERSION=0.1a
 
 prefix=/usr
 exec_prefix=${prefix}