From: Antonio Ospite Date: Fri, 30 Sep 2011 21:45:35 +0000 (+0200) Subject: Release v0.2 as the first actually working release X-Git-Tag: v0.2 X-Git-Url: https://git.ao2.it/kboot-utils.git/commitdiff_plain/refs/tags/v0.2?hp=3ef03f39291fbea80bccb342012446284d9ad5ce 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 :) --- 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}