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 1704 by niro, Sat Feb 18 00:22:18 2012 UTC
# Line 1  Line 1 
1    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1703] VERSION:
4      -version 8.1
5     * [r1702] new-kernel-pkg:
6      Fix a miss-spelled variable name.
7      
8      "grub2Config", not "grub2Cfg".
9     * [r1700] ChangeLog:
10      updated ChangeLog
11     * [r1699] VERSION:
12      -version 8.0
13     * [r1698] test.sh, test/grub2.1[ADD], test/grub2.2[ADD],
14      test/results/add/g2-1.1[ADD], test/results/add/g2-1.2[ADD],
15      test/results/add/g2-1.3[ADD], test/results/add/g2-1.4[ADD]:
16      Add some limited test cases for grub2.
17     * [r1697] new-kernel-pkg:
18      Update grub2 support to new-kernel-pkg
19      
20      This uses grubby for grub2 on efi and non-efi machines.
21    
22    2012-02-17  Niels Rogalla <niro@magellan-linux.de>
23    
24     * [r1696] grubby.c:
25      Add grub2.cfg support to grubby.
26     * [r1695] Makefile:
27      Add -ggdb
28     * [r1694] Makefile, grubby.c:
29      Tweak some make options.
30      
31      Some functions are only used in dbgPrintf() arguments. As such,
32      errors/warnings on unused functions need to be disabled.
33      
34      Also, use -std=gnu99.
35      
36      Also, add a debug target.
37     * [r1693] grubby.c:
38      Rename entrySeparator to entryStart.
39      
40      Since we're actually using it to detect the start of an entry
41      (and
42      specifically not the end), name this slightly better.
43     * [r1692] grubby.c:
44      Convert configFileInfo structs to C99-style initializers.
45      
46      Get rid of the old initializers where struct names were commends,
47      in
48      favor of C99-style assignment, so new fields can be put at
49      logical
50      places without having to change the whole file.
51     * [r1691] new-kernel-pkg, uboot[ADD]:
52      Add uboot support for ARM (#712199)
53    
54  2011-07-19  Niels Rogalla <niro@magellan-linux.de>  2011-07-19  Niels Rogalla <niro@magellan-linux.de>
55    
56     * [r1433] ChangeLog[ADD]:
57      -added ChangeLog
58   * [r1432] VERSION:   * [r1432] VERSION:
59    -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,    -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,
60    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.1704