Magellan Linux

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