blob: 501c5b3e5b4e20dfcecc2667d96f31459e23ff32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# ChangeLog for sys-apps/grub
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/ChangeLog,v 1.8 2002/08/13 20:38:43 styx Exp $
*grub-0.92.ebuild (13 Aug 2002)
13 Aug 2002; Joachim Blaabjerg <styx@gentoo.org> grub-0.92.ebuild :
Added grub-0.92-usbfix.patch to hopefully fix bug #6372. It still compiles!
*grub-0.90-r7.ebuild (14 July 2002)
21 Jul 2002; Mark Guertin <gerk@gentoo.org>:
updated keywords (-ppc -sparc -sparc64)
14 Jul 2002; phoen][x <phoenix@gentoo.org> grub-0.90-r7.ebuild :
Added KEYWORDS.
*grub-0.92 (25 Jun 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> grub-0.92.ebuild :
Added KEYWORDS.
25 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
Add the latest version thanks to good work from (bug #4020)
Markus Krainer <markus-krainer@chello.at>. Slotified the lot,
as well as move splash.xpm.gz to ${FILESDIR}/, as having three
seems a bit much.
*grub-0.90-r4 (8 Mar 2002)
*grub-0.91-r3 (8 Mar 2002)
14 Jul 2002; phoen][x <phoenix@gentoo.org> grub-0.91-r3.ebuild :
Added KEYWORDS.
8 Mar 2002; Bruce A. Locke <blocke@shivan.org> : grub-0.90-r4.ebuild,
grub-0.91-r3.ebuild: made check of /etc/fstab not match on commented out
entries and added a notice telling users to remove invalid /boot entries
from their /etc/fstab (a user had this problem while installing)
*grub-0.90-r6 (4 Feb 2002)
*grub-0.91-r1 (4 Feb 2002)
4 Feb 2002; Daniel Robbins <drobbins@gentoo.org>: grub-0.90-r6.ebuild,
grub-0.91-r1.ebuild: unset CFLAGS to ensure that GRUB code is i486-compatible,
a good thing for a boot loader. Upgraded /boot mounting code to be compatible
with systems without a dedicated /boot filesystem. Tweaked GRUB installation
so that the /boot/grub/*stage* files don't get overwritten, since this could
mess up the currently-in-the-MBR GRUB. These fixes also close bug #527.
*grub-0.90-r5 (4 Feb 2002)
4 Feb 2002; G.Bevin <gbevin@gentoo.org> grub-0.90-r5.ebuild, grub-0.91.ebuild :
Added new setup function which detects if /boot is mounted or not, in case
it's not mounted it will try to do it automatically and in case of a failure
exit with an error message.
*grub-0.90-r4 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|