From 50982d11c888b11849ab1033bb512242bd931a38 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 30 Sep 2011 23:45:35 +0200 Subject: [PATCH 1/1] Release v0.2 as the first actually working release The first version of the script was working fine, I broke it when I changed the way of finding the root device node and I didn't test it on the PS3. Sorry about that, it's good not to have users sometimes :) --- ChangeLog | 12 ++++++++++-- kboot-mkconfig | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 875955a..e4455ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ +2011-09-30 23:45:35 +0200 Antonio Ospite + + * Release v0.2 as the first actually working release (HEAD, v0.2, master) + +2011-09-30 22:49:38 +0200 Antonio Ospite + + * Fix several problems in linux_find_root_device (origin/master, origin/HEAD) + 2011-09-23 13:27:44 +0200 Antonio Ospite - * Release a new version with a ChangeLog file (HEAD, v0.1a, master) + * Release a new version with a ChangeLog file (v0.1a) 2011-09-23 13:14:41 +0200 Antonio Ospite @@ -12,7 +20,7 @@ 2011-09-22 13:03:09 +0200 Antonio Ospite - * Remove the debian/ dir from the master branch (v0.1, origin/master, origin/HEAD) + * Remove the debian/ dir from the master branch (v0.1) 2011-09-13 15:16:38 +0200 Antonio Ospite diff --git a/kboot-mkconfig b/kboot-mkconfig index 7a68a5e..fdc7a59 100755 --- a/kboot-mkconfig +++ b/kboot-mkconfig @@ -20,7 +20,7 @@ set -e PACKAGE_NAME=kboot-mkconfig -PACKAGE_VERSION=0.1a +PACKAGE_VERSION=0.2 prefix=/usr exec_prefix=${prefix} -- 2.1.4