Magellan Linux

Annotation of /tags/grubby-8_38/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1700 - (hide annotations) (download)
Sat Feb 18 00:19:02 2012 UTC (12 years, 2 months ago) by niro
Original Path: trunk/grubby/ChangeLog
File size: 2893 byte(s)
updated ChangeLog
1 niro 1700 2012-02-18 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1699] VERSION:
4     -version 8.0
5     * [r1698] test.sh, test/grub2.1[ADD], test/grub2.2[ADD],
6     test/results/add/g2-1.1[ADD], test/results/add/g2-1.2[ADD],
7     test/results/add/g2-1.3[ADD], test/results/add/g2-1.4[ADD]:
8     Add some limited test cases for grub2.
9     * [r1697] new-kernel-pkg:
10     Update grub2 support to new-kernel-pkg
11    
12     This uses grubby for grub2 on efi and non-efi machines.
13    
14     2012-02-17 Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r1696] grubby.c:
17     Add grub2.cfg support to grubby.
18     * [r1695] Makefile:
19     Add -ggdb
20     * [r1694] Makefile, grubby.c:
21     Tweak some make options.
22    
23     Some functions are only used in dbgPrintf() arguments. As such,
24     errors/warnings on unused functions need to be disabled.
25    
26     Also, use -std=gnu99.
27    
28     Also, add a debug target.
29     * [r1693] grubby.c:
30     Rename entrySeparator to entryStart.
31    
32     Since we're actually using it to detect the start of an entry
33     (and
34     specifically not the end), name this slightly better.
35     * [r1692] grubby.c:
36     Convert configFileInfo structs to C99-style initializers.
37    
38     Get rid of the old initializers where struct names were commends,
39     in
40     favor of C99-style assignment, so new fields can be put at
41     logical
42     places without having to change the whole file.
43     * [r1691] new-kernel-pkg, uboot[ADD]:
44     Add uboot support for ARM (#712199)
45    
46 niro 1433 2011-07-19 Niels Rogalla <niro@magellan-linux.de>
47    
48 niro 1700 * [r1433] ChangeLog[ADD]:
49     -added ChangeLog
50 niro 1433 * [r1432] VERSION:
51     -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,
52     which we already done in our port of 7.0.17. ver up to be in sync
53     with upstream
54     * [r1431] new-kernel-pkg:
55     -we install grub2 without '2' suffix
56    
57     2011-06-03 Niels Rogalla <niro@magellan-linux.de>
58    
59     * [r1341] VERSION:
60     -version 7.0.17.1
61     * [r1340] installkernel:
62     -be dracut friendly
63     * [r1339] Makefile:
64     -added installkernel{,.8}
65     * [r1338] installkernel[CPY], installkernel.8[CPY]:
66     -copied from magellan-mkinitrd
67     * [r1336] VERSION:
68     -version 7.0.17
69     * [r1335] Makefile:
70     -adjusted Makefile to use grubby's version file
71     * [r1334] new-kernel-pkg, new-kernel-pkg.8:
72     -be more dracut and plymouth friendly
73     * [r1333] make-tarball.sh[ADD]:
74     -added make-tarball script
75     * [r1332] .[CPY], Makefile[CPY], VERSION[CPY], grubby.8[CPY],
76     grubby.c[CPY], new-kernel-pkg[CPY], new-kernel-pkg.8[CPY],
77     test.sh[CPY], test/elilo.1[CPY], test/elilo.2[CPY],
78     test/results/add/g1.5[CPY], test/results/add/g1.6[CPY],
79     test/results/add/y3.1[CPY], test/results/multiboot/e1.1[CPY],
80     test/results/multiboot/e1.2[CPY],
81     test/results/multiboot/e2.1[CPY],
82     test/results/multiboot/e2.2[CPY],
83     test/results/multiboot/e2.3[CPY], test/results/updargs/g3.7[CPY],
84     test/results/updargs/g7.5[CPY], test/yaboot.1[CPY],
85     test/yaboot.2[CPY], test/yaboot.3[CPY]:
86     -forkin standalone grubby
87