Magellan Linux

Diff of /tags/grubby-8_40_20170627/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1433 by niro, Tue Jul 19 17:08:17 2011 UTC revision 1700 by niro, Sat Feb 18 00:19:02 2012 UTC
# Line 1  Line 1 
1    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  2011-07-19  Niels Rogalla <niro@magellan-linux.de>  2011-07-19  Niels Rogalla <niro@magellan-linux.de>
47    
48     * [r1433] ChangeLog[ADD]:
49      -added ChangeLog
50   * [r1432] VERSION:   * [r1432] VERSION:
51    -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,    -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    which we already done in our port of 7.0.17. ver up to be in sync

Legend:
Removed from v.1433  
changed lines
  Added in v.1700