Magellan Linux

Diff of /tags/grubby-8_30/ChangeLog

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

revision 1943 by niro, Mon Oct 1 12:42:17 2012 UTC revision 2266 by niro, Mon Oct 21 14:14:33 2013 UTC
# Line 1  Line 1 
1    2013-10-21  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2265] VERSION:
4      Bump version to 8.29
5     * [r2264] Makefile:
6      Use during make install.
7     * [r2263] grubby.c, new-kernel-pkg:
8      If we're using multiboot, add a new mbmodule not an initramfs
9      (#999908)
10     * [r2262] grubby.c:
11      Add support for SUSE grub2 configuration files
12     * [r2261] Makefile:
13      Only set RPM_OPT_FLAGS if undefined.
14     * [r2260] VERSION:
15      Bump version to 8.28
16     * [r2259] new-kernel-pkg:
17      update extlinux.conf on arm arches if it exists
18     * [r2258] grubby.c:
19      Handle numeric indices in grub2's saved environment.
20     * [r2257] grubby.c, test.sh, test/grub2.9[ADD],
21      test/results/add/g2-1.9[ADD]:
22      Attempt to compensate for shell quoting in grub names.
23     * [r2256] test/grub2-support_files/grubenv.1,
24      test/grub2-support_files/grubenv.2:
25      Fix bad grubenv file.
26     * [r2255] grubby.c, test.sh:
27      If we're using default=saved_entry, and there's nothing saved,
28      it's #0.
29     * [r2254] test.sh:
30      Only run the grub2 test suite on architectures where it's
31      meaningful.
32     * [r2253] VERSION:
33      Bump version to 8.27
34     * [r2252] grubby.c, test.sh, test/grub2-support_files[ADD],
35      test/grub2-support_files/.gitignore[ADD],
36      test/grub2-support_files/grubenv.0[ADD],
37      test/grub2-support_files/grubenv.1[ADD],
38      test/grub2-support_files/grubenv.2[ADD], test/grub2.7[ADD],
39      test/grub2.8[ADD], test/results/add/g2-1.8[ADD],
40      test/results/debug/g2.1, test/results/defaultindex/1[ADD]:
41      Make grub2's "set default=${saved_entry}" work better (#808021)
42     * [r2251] TODO[ADD]:
43      Add a TODO for a path to modernizing much of grubby's codebase.
44     * [r2250] grubby.c:
45      Don't continue executing after printing the default index.
46     * [r2249] VERSION:
47      Bump version to 8.26
48     * [r2248] new-kernel-pkg:
49      Conditionally call arm-boot-config's boot.scr generator if
50      available (#952428)
51     * [r2247] VERSION:
52      Bump version to 8.25
53     * [r2246] grubby.c:
54      Error instead of segfaulting if we can't find any working config
55      (#912873)
56     * [r2245] VERSION:
57      Bump version to 8.24
58     * [r2244] new-kernel-pkg:
59      Clean up Harald's untested code. (#923441)
60     * [r2243] VERSION:
61      Bump version to 8.23
62     * [r2242] new-kernel-pkg:
63      new-kernel-pkg: do not remove modules.* files not generated by
64      depmod
65     * [r2241] new-kernel-pkg:
66      new-kernel-pkg: factor out $kernelImage
67     * [r2240] new-kernel-pkg:
68      new-kernel-pkg: simplify argument parsing
69     * [r2239] new-kernel-pkg:
70      new-kernel-pkg: factor out $title generation
71     * [r2238] new-kernel-pkg:
72      Suppress error message in case of an empty /etc/fstab
73     * [r2237] new-kernel-pkg:
74      Fix empty root device in case of an empty /etc/fstab
75     * [r2236] Makefile, grubby.c, log.c[ADD], log.h[ADD],
76      test/results/debug/g2.1:
77      Add logging when things fail.
78     * [r2235] VERSION:
79      Bump version to 8.22
80     * [r2234] test.sh, test/grub.14[DEL], test/grub.15[DEL],
81      test/results/add/g1.7[DEL], test/results/add/g1.8[DEL]:
82      Revert "Add test case for rhbz#742885"
83    
84    2013-02-20  Niels Rogalla <niro@magellan-linux.de>
85    
86     * [r2061] ChangeLog:
87      Updated ChangeLog
88     * [r2060] VERSION:
89      Bump version to 8.21
90     * [r2059] new-kernel-pkg:
91      Use systemd vconsole.conf and locale.conf if present (#881908)
92     * [r2058] grubby.c:
93      Spelling fixes.
94     * [r2057] test.sh, test/grub.14[ADD], test/grub.15[ADD],
95      test/results/add/g1.7[ADD], test/results/add/g1.8[ADD]:
96      Add test case for rhbz#742885
97     * [r2056] grubby.c:
98      Deal with case-insensitive extlinux config file
99     * [r2054] ChangeLog:
100      -updated ChangeLog
101     * [r2053] VERSION:
102      Bump version to 8.20
103     * [r2052] grubby.c:
104      Fix removals and initrd additions for LT_KERNEL_EFI type entries.
105     * [r2051] new-kernel-pkg:
106      [new-kernel-pkg] pass --efi for removal and adding initramfs
107      images.
108    
109  2012-10-01  Niels Rogalla <niro@magellan-linux.de>  2012-10-01  Niels Rogalla <niro@magellan-linux.de>
110    
111     * [r1943] ChangeLog:
112      -updated ChangeLog
113   * [r1941] VERSION:   * [r1941] VERSION:
114    Bump version to 8.19    Bump version to 8.19
115   * [r1940] grubby.c, new-kernel-pkg, test.sh, test/grub2.6[ADD],   * [r1940] grubby.c, new-kernel-pkg, test.sh, test/grub2.6[ADD],
# Line 513  Line 623 
623    test/yaboot.2[CPY], test/yaboot.3[CPY]:    test/yaboot.2[CPY], test/yaboot.3[CPY]:
624    -forkin standalone grubby    -forkin standalone grubby
625    
626    2010-12-15  Niels Rogalla <niro@magellan-linux.de>
627    
628     * [r1183]
629      -fixed missing man-pages
630     * [r1178]
631      -added missing man page
632     * [r1177]
633      -added check for return value of getuuidbydev() - resolves a
634      segfault if the device does not exist - see rhbz#592294
635    
636    2010-09-14  Niels Rogalla <niro@magellan-linux.de>
637    
638     * [r1156]
639      -merged with upstream:
640      -update initrd support
641      -better rootdev handling
642      -better support for uuids
643     * [r1153]
644      -install grubby man-page
645     * [r1152]
646      -fixed a typo
647    
648    2009-11-17  Niels Rogalla <niro@magellan-linux.de>
649    
650     * [r937]
651      -fixed missing mandir variable
652    
653    2009-10-28  Niels Rogalla <niro@magellan-linux.de>
654    
655     * [r926]
656      -read grub options from /etc/conf.d/grub
657     * [r925]
658      -read config from /etc/conf.d/grubby
659     * [r924]
660      -updated style
661     * [r923]
662      -pulled in new version from fedora (7.0.8) with update support
663      -removed dracut and fedara specific stuff
664      -fixed to work with magellan
665     * [r920]
666      -fixed grub.conf default location
667     * [r917]
668      -we not providing installkernel here
669     * [r914]
670      -updated grubby to version 7.0.8 from fedory with blkid support
671    
672    2009-04-24  Niels Rogalla <niro@magellan-linux.de>
673    
674     * [r819]
675      -converted cvsignore to svn:ignore propset
676    
677    2007-09-02  Niels Rogalla <niro@magellan-linux.de>
678    
679     * [r547]
680      -fixed CFLAGS
681    
682    2007-09-01  Niels Rogalla <niro@magellan-linux.de>
683    
684     * [r532]
685      -import if magellan mkinitrd; it is a fork of redhats
686      mkinitrd-5.0.8 with all magellan patches and features; deprecates
687      magellan-src/mkinitrd
688    

Legend:
Removed from v.1943  
changed lines
  Added in v.2266