Magellan Linux

Diff of /trunk/grubby/ChangeLog

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

revision 2054 by niro, Wed Feb 20 14:02:04 2013 UTC revision 2702 by niro, Wed Jul 16 10:52:40 2014 UTC
# Line 1  Line 1 
1    2014-07-16  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2701] VERSION:
4      Bump version to 8.32
5     * [r2700] grubby.c:
6      Previous ARM 64-bit test had the wrong compiler define for
7      aarch64.
8     * [r2699] new-kernel-pkg:
9      Fix bad check for new-kernel-pkg's command line arguments.
10     * [r2697] ChangeLog:
11      -updated ChangeLog
12     * [r2696] VERSION:
13      Bump release to 8.31
14     * [r2695] test.sh:
15      grub: Remove a redundant test
16     * [r2694] grubby.c:
17      grub: Fix a crash with kernel line without being preceded by
18      title
19     * [r2693] test.sh, test/extlinux.1[ADD], test/extlinux.2[ADD],
20      test/extlinux.3[ADD], test/extlinux.4[ADD],
21      test/results/add/extlinux1.1[ADD],
22      test/results/add/extlinux1.2[ADD],
23      test/results/add/extlinux1.3[ADD],
24      test/results/add/extlinux1.4[ADD],
25      test/results/add/extlinux2.1[ADD],
26      test/results/args/extlinux1.1[ADD],
27      test/results/args/extlinux1.2[ADD],
28      test/results/default/extlinux1.1[ADD],
29      test/results/default/extlinux1.2[ADD],
30      test/results/default/extlinux3.1[ADD],
31      test/results/default/extlinux3.2[ADD],
32      test/results/remove/extlinux3.1[ADD],
33      test/results/remove/extlinux4.1[ADD],
34      test/results/updargs/extlinux1.1[ADD],
35      test/results/updargs/extlinux1.2[ADD],
36      test/results/updargs/extlinux3.1[ADD],
37      test/results/updargs/extlinux3.2[ADD],
38      test/results/updargs/extlinux3.4[ADD],
39      test/results/updargs/extlinux3.7[ADD],
40      test/results/updargs/extlinux4.2[ADD],
41      test/results/updargs/extlinux4.3[ADD],
42      test/results/updargs/extlinux4.4[ADD],
43      test/results/updargs/extlinux4.5[ADD]:
44      extlinux: Add test suite
45     * [r2692] grubby.c:
46      extlinux: Understand "default" properly
47     * [r2690] ChangeLog:
48      -updated ChangeLog
49     * [r2689] VERSION:
50      Bump version to 8.30
51     * [r2688] grubby.c:
52      Always choose linux/initrd on efi-only platforms.
53     * [r2687] grubby.c, test.sh:
54      Avoid LT_LINUX_EFI/LT_INITRD_EFI on Aarch64.
55     * [r2686] new-kernel-pkg:
56      Actually /USE/ in new-kernel-pkg.
57     * [r2685] grubby.8, grubby.c, new-kernel-pkg, new-kernel-pkg.8,
58      test.sh, test/grub2.12[ADD], test/grub2.13[ADD],
59      test/results/add/g2-1.12[ADD], test/results/add/g2-1.13[ADD]:
60      Support "devicetree" directive in grub2.
61     * [r2684] new-kernel-pkg:
62      If we're on a zipl-based platform, use --banner passed to us
63      (sanitized.)
64     * [r2683] grubby.c, test.sh, test/grub2.10[ADD],
65      test/grub2.11[ADD], test/results/add/g2-1.10[ADD],
66      test/results/add/g2-1.11[ADD]:
67      Honor "linux16" and "initrd16"
68     * [r2682] grubby.c:
69      -grub2 -> grub fixes
70     * [r2681] new-kernel-pkg:
71      -honor all /etc/os-release files
72    
73    2013-10-21  Niels Rogalla <niro@magellan-linux.de>
74    
75     * [r2266] ChangeLog:
76      -updated ChangeLog
77     * [r2265] VERSION:
78      Bump version to 8.29
79     * [r2264] Makefile:
80      Use during make install.
81     * [r2263] grubby.c, new-kernel-pkg:
82      If we're using multiboot, add a new mbmodule not an initramfs
83      (#999908)
84     * [r2262] grubby.c:
85      Add support for SUSE grub2 configuration files
86     * [r2261] Makefile:
87      Only set RPM_OPT_FLAGS if undefined.
88     * [r2260] VERSION:
89      Bump version to 8.28
90     * [r2259] new-kernel-pkg:
91      update extlinux.conf on arm arches if it exists
92     * [r2258] grubby.c:
93      Handle numeric indices in grub2's saved environment.
94     * [r2257] grubby.c, test.sh, test/grub2.9[ADD],
95      test/results/add/g2-1.9[ADD]:
96      Attempt to compensate for shell quoting in grub names.
97     * [r2256] test/grub2-support_files/grubenv.1,
98      test/grub2-support_files/grubenv.2:
99      Fix bad grubenv file.
100     * [r2255] grubby.c, test.sh:
101      If we're using default=saved_entry, and there's nothing saved,
102      it's #0.
103     * [r2254] test.sh:
104      Only run the grub2 test suite on architectures where it's
105      meaningful.
106     * [r2253] VERSION:
107      Bump version to 8.27
108     * [r2252] grubby.c, test.sh, test/grub2-support_files[ADD],
109      test/grub2-support_files/.gitignore[ADD],
110      test/grub2-support_files/grubenv.0[ADD],
111      test/grub2-support_files/grubenv.1[ADD],
112      test/grub2-support_files/grubenv.2[ADD], test/grub2.7[ADD],
113      test/grub2.8[ADD], test/results/add/g2-1.8[ADD],
114      test/results/debug/g2.1, test/results/defaultindex/1[ADD]:
115      Make grub2's "set default=${saved_entry}" work better (#808021)
116     * [r2251] TODO[ADD]:
117      Add a TODO for a path to modernizing much of grubby's codebase.
118     * [r2250] grubby.c:
119      Don't continue executing after printing the default index.
120     * [r2249] VERSION:
121      Bump version to 8.26
122     * [r2248] new-kernel-pkg:
123      Conditionally call arm-boot-config's boot.scr generator if
124      available (#952428)
125     * [r2247] VERSION:
126      Bump version to 8.25
127     * [r2246] grubby.c:
128      Error instead of segfaulting if we can't find any working config
129      (#912873)
130     * [r2245] VERSION:
131      Bump version to 8.24
132     * [r2244] new-kernel-pkg:
133      Clean up Harald's untested code. (#923441)
134     * [r2243] VERSION:
135      Bump version to 8.23
136     * [r2242] new-kernel-pkg:
137      new-kernel-pkg: do not remove modules.* files not generated by
138      depmod
139     * [r2241] new-kernel-pkg:
140      new-kernel-pkg: factor out $kernelImage
141     * [r2240] new-kernel-pkg:
142      new-kernel-pkg: simplify argument parsing
143     * [r2239] new-kernel-pkg:
144      new-kernel-pkg: factor out $title generation
145     * [r2238] new-kernel-pkg:
146      Suppress error message in case of an empty /etc/fstab
147     * [r2237] new-kernel-pkg:
148      Fix empty root device in case of an empty /etc/fstab
149     * [r2236] Makefile, grubby.c, log.c[ADD], log.h[ADD],
150      test/results/debug/g2.1:
151      Add logging when things fail.
152     * [r2235] VERSION:
153      Bump version to 8.22
154     * [r2234] test.sh, test/grub.14[DEL], test/grub.15[DEL],
155      test/results/add/g1.7[DEL], test/results/add/g1.8[DEL]:
156      Revert "Add test case for rhbz#742885"
157    
158  2013-02-20  Niels Rogalla <niro@magellan-linux.de>  2013-02-20  Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r2061] ChangeLog:
161      Updated ChangeLog
162     * [r2060] VERSION:
163      Bump version to 8.21
164     * [r2059] new-kernel-pkg:
165      Use systemd vconsole.conf and locale.conf if present (#881908)
166     * [r2058] grubby.c:
167      Spelling fixes.
168     * [r2057] test.sh, test/grub.14[ADD], test/grub.15[ADD],
169      test/results/add/g1.7[ADD], test/results/add/g1.8[ADD]:
170      Add test case for rhbz#742885
171     * [r2056] grubby.c:
172      Deal with case-insensitive extlinux config file
173     * [r2054] ChangeLog:
174      -updated ChangeLog
175   * [r2053] VERSION:   * [r2053] VERSION:
176    Bump version to 8.20    Bump version to 8.20
177   * [r2052] grubby.c:   * [r2052] grubby.c:

Legend:
Removed from v.2054  
changed lines
  Added in v.2702