diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-01-31 13:26:02 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-01-31 13:26:02 +0000 |
commit | d88f6fb2e4266a127d1179f83a14bf2f5b9d9cb3 (patch) | |
tree | d367ace5282b1afb62e4e2b13a25ed3a8b7e9470 /sys-boot/lilo/ChangeLog | |
parent | version bump (diff) | |
download | historical-d88f6fb2e4266a127d1179f83a14bf2f5b9d9cb3.tar.gz historical-d88f6fb2e4266a127d1179f83a14bf2f5b9d9cb3.tar.bz2 historical-d88f6fb2e4266a127d1179f83a14bf2f5b9d9cb3.zip |
Deal with new coreutils, the new cut insists you start from 1, not 0. Also, be a bit more intelligent about generating labels, do not prefix the backup label with o if the name is unique already. Quote a few variables too.
Package-Manager: portage-2.1.4
Diffstat (limited to 'sys-boot/lilo/ChangeLog')
-rw-r--r-- | sys-boot/lilo/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys-boot/lilo/ChangeLog b/sys-boot/lilo/ChangeLog index 2ca5869193fa..79c1d9d655d8 100644 --- a/sys-boot/lilo/ChangeLog +++ b/sys-boot/lilo/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-boot/lilo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.50 2007/04/28 22:03:26 ulm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/ChangeLog,v 1.51 2008/01/31 13:26:02 chainsaw Exp $ + +*lilo-22.8-r2 (31 Jan 2008) + + 31 Jan 2008; Tony Vroon <chainsaw@gentoo.org> lilo-22.7.3-r1.ebuild, + lilo-22.8.ebuild, lilo-22.8-r1.ebuild, +lilo-22.8-r2.ebuild: + Deal with new coreutils, the new cut insists you start from 1, not 0. Also, + be a bit more intelligent about generating labels, do not prefix the backup + label with o if the name is unique already. Quote a few variables too. *lilo-22.8-r1 (28 Apr 2007) |