Magellan Linux

Diff of /trunk/grubby/ChangeLog

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

revision 3045 by niro, Wed Jul 16 11:00:43 2014 UTC revision 3046 by niro, Thu Jul 6 12:20:11 2017 UTC
# Line 1  Line 1 
1    2017-07-06  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3045] new-kernel-pkg:
4      -fixed typos
5    
6    2017-06-27  Niels Rogalla <niro@magellan-linux.de>
7    
8     * [r3033] make-tarball.sh:
9      -updated make-tarball.sh
10     * [r3031] grubby.c:
11      Fix setDefaultImage for s390/s390x (#1285601)
12     * [r3030] test.sh, test/results/default/z2.1[ADD]:
13      Add s390/s390x set-default-index test (#1285601)
14     * [r3029] grubby.c:
15      Fix --info for s390x/s390 (#1285601)
16     * [r3028] test.sh, test/results/info/z2.1[ADD], test/zipl.2[ADD]:
17      Add s390/s390x --info test (#1285601)
18     * [r3027] grubby.c:
19      Fix initial saved_entry read issue (#1285601)
20     * [r3026] grubby.c:
21      Initialize variable for ppc environment (#1285601)
22     * [r3025] grubby.c:
23      Write correct default to environment (#1285601)
24     * [r3024] grubby.c:
25      Fix findTemplate index logic (#1285601)
26     * [r3023] test.sh, test/grub2-support_files/grubenv.4[ADD],
27      test/grub2.19[ADD], test/results/remove/g2.19[ADD]:
28      Add multi-entry removal test (#1285601)
29     * [r3022] grubby.8:
30      Clarify --set-default-index in the man page.
31     * [r3021] grubby.c:
32      Don't assume --make-default just because --set-index was passed.
33     * [r3020] test/results/add/g1.17, test/results/add/g1.9,
34      test/results/remove/g7.1:
35      Fix some test cases where the resulting default index is wrong
36     * [r3019] grubby.c:
37      Track configuration modifications
38     * [r3018] grubby.c:
39      Add index constant definitions instead of open-coded values.
40     * [r3017] grubby.c:
41      Rename setDefaultImage variables
42     * [r3016] grubby.8:
43      Minor man page changes (#1232168)
44     * [r3015] grubby.8:
45      More edits for grubby.8 (#1232168)
46     * [r3014] grubby.c:
47      Fix inline help typo (#1232168)
48     * [r3013] grubby.8:
49      Update grubby man page contents (#bz1232168)
50     * [r3012] grubby.8:
51      Reorganize grubby man page (#1232168)
52     * [r3011] new-kernel-pkg:
53      Change debug entry insertion order (rhbz#1285601)
54     * [r3010] grubby.c:
55      Ensure command line updates also honor --set-index
56     * [r3009] test.sh, test/grub2-support_files/grubenv.3[ADD],
57      test/grub2.18[ADD], test/results/add/g2-1.18[ADD]:
58      Add a test case for a failure rmarshall saw in --set-index=
59     * [r3008] grubby.8:
60      Fix thinko on --set-index naming.
61     * [r3007] grubby.8, grubby.c, test.sh, test/grub.15[ADD],
62      test/results/add/g1.10[ADD], test/results/add/g1.17[ADD],
63      test/results/add/g1.8[ADD], test/results/add/g1.9[ADD]:
64      grubby: add --set-index to specify which position to add new
65      entries as
66     * [r3006] new-kernel-pkg:
67      Always do the "rungrubby --debug" after the normal kernel on
68      install.
69     * [r3005] new-kernel-pkg:
70      Add missing space
71     * [r3004] new-kernel-pkg:
72      Fix dracut cmdline options and conditionalize them to
73      --add-dracut-args
74     * [r3003] grubby.c, test.sh, test/grub2.16[ADD],
75      test/results/add/g2-1.16[ADD]:
76      Make SET_VARIABLE get handled individually in GetNextLine()
77     * [r3002] grubby.c:
78      Lindent, dammit.
79    
80    2016-06-30  Niels Rogalla <niro@magellan-linux.de>
81    
82     * [r2997] Makefile:
83      Make it possible to run "test.sh --verbose" from the make command
84      line.
85     * [r2996] new-kernel-pkg:
86      ppc64le sync grub.cfg changes to disk (#1212114)
87     * [r2995] grubby.c:
88      Don't leak from one extractTitle() call.
89     * [r2994] test.sh, test/results/defaultkernel/g.2[ADD]:
90      Make the grub1 defaultkernel test more reliable.
91     * [r2993] new-kernel-pkg:
92      Emit better systemd debug settings on debug entries.
93     * [r2992] grubby.c, test.sh, test/results/defaultkernel[ADD],
94      test/results/defaultkernel/g.1[ADD],
95      test/results/defaultkernel/l1.1[ADD],
96      test/results/defaultkernel/z.1[ADD],
97      test/results/defaulttitle/z.1[ADD]:
98      Add a bunch of tests for various --default-{kernel,title,index}.
99     * [r2991] grubby.c:
100      Drop SEGV handler
101     * [r2990] new-kernel-pkg:
102      Don't put spaces in debug entries on zipl platforms.
103     * [r2989] grubby.c:
104      grubby: properly handle mixed ' and " and nested quotes
105     * [r2988] README.rst:
106      Fix some stray whitespace
107     * [r2987] README.rst[ADD]:
108      add README with description of the test suite
109     * [r2986] grubby.c:
110      Set envFile from --env when bootloader is not specified
111     * [r2984] VERSION:
112      Bump version to 8.40
113     * [r2983] grubby.c:
114      grub2ExtractTitle and extractTitle don't do the same thing.
115     * [r2981] VERSION:
116      Bump version to 8.39
117     * [r2980] grubby.c, test.sh, test/grub.14[ADD],
118      test/results/add/g1.7[ADD]:
119      Make the cases for 0cb78dab /actually work/, not just not crash.
120     * [r2978] VERSION:
121      Bump version to 8.38
122     * [r2977] grubby.c:
123      Strdup the right place in title extraction.
124     * [r2975] VERSION:
125      Bump version to 8.37
126     * [r2974] test.sh, test/grub2.15, test/results/add/g2-1.14,
127      test/results/add/g2-1.15:
128      Actually get the test from a7800d8f right.
129     * [r2973] new-kernel-pkg, uboot:
130      cleanup dtb handling to work in the supported usecases
131     * [r2972] grubby.c, new-kernel-pkg, test.sh, test/extlinux.6[ADD],
132      test/results/add/extlinux6.1[ADD]:
133      add support for devicetree directories for use on arm
134     * [r2971] grubby.c, new-kernel-pkg, test.sh, test/extlinux.5[ADD],
135      test/results/add/extlinux5.1[ADD]:
136      Add --devtree support to extlinux (#1088933)
137     * [r2969] VERSION:
138      Bump version to 8.36
139     * [r2968] test.sh, test/grub2.15[ADD], test/results/add/g2-1.14,
140      test/results/add/g2-1.15[ADD]:
141      Split the test case for rescue images into tests with and without
142      linux16.
143    
144    2016-06-29  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r2967] grubby.8:
147      Update man page to include default config file for s390x
148      bootloader.
149     * [r2966] grubby.8:
150      Update grubby man page for Power8 PPC64LE
151     * [r2965] installkernel, new-kernel-pkg:
152      Fix ppc kernelName when invoked by installkernel.
153     * [r2964] new-kernel-pkg:
154      Treat kernel and kernel-core as identical in terms of
155      --make-default
156     * [r2963] grubby.c:
157      Get the error checking on getLineByType() return /right/.
158     * [r2962] grubby.c:
159      Always error check getLineByType()
160     * [r2961] new-kernel-pkg:
161      Conditionally create debug entries when installing kernels.
162     * [r2960] grubby.c:
163      Support filtering --update-kernel= by title as well.
164     * [r2959] grubby.c:
165      Make findTemplate actually return the saved default.
166     * [r2958] grubby.8:
167      Tell a slightly better fib about default bootloader config paths.
168     * [r2957] grubby.c:
169      grubby: fix initrd updating when multiboot exist
170    
171  2014-07-16  Niels Rogalla <niro@magellan-linux.de>  2014-07-16  Niels Rogalla <niro@magellan-linux.de>
172    
173     * [r2718] grubby.c:
174      Don't go past the last element of indexVars in findEntryByPath
175     * [r2716] ChangeLog:
176      -updated ChangeLog
177   * [r2715] VERSION:   * [r2715] VERSION:
178    Bump version to 8.35    Bump version to 8.35
179   * [r2714] test.sh:   * [r2714] test.sh:

Legend:
Removed from v.3045  
changed lines
  Added in v.3046