Magellan Linux

Diff of /tags/grubby-8_40_20170627/ChangeLog

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

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

Legend:
Removed from v.2061  
changed lines
  Added in v.2712