--- trunk/grubby/ChangeLog 2012/03/03 15:26:29 1772 +++ trunk/grubby/ChangeLog 2013/02/20 14:29:50 2061 @@ -1,5 +1,160 @@ +2013-02-20 Niels Rogalla + + * [r2060] VERSION: + Bump version to 8.21 + * [r2059] new-kernel-pkg: + Use systemd vconsole.conf and locale.conf if present (#881908) + * [r2058] grubby.c: + Spelling fixes. + * [r2057] test.sh, test/grub.14[ADD], test/grub.15[ADD], + test/results/add/g1.7[ADD], test/results/add/g1.8[ADD]: + Add test case for rhbz#742885 + * [r2056] grubby.c: + Deal with case-insensitive extlinux config file + * [r2054] ChangeLog: + -updated ChangeLog + * [r2053] VERSION: + Bump version to 8.20 + * [r2052] grubby.c: + Fix removals and initrd additions for LT_KERNEL_EFI type entries. + * [r2051] new-kernel-pkg: + [new-kernel-pkg] pass --efi for removal and adding initramfs + images. + +2012-10-01 Niels Rogalla + + * [r1943] ChangeLog: + -updated ChangeLog + * [r1941] VERSION: + Bump version to 8.19 + * [r1940] grubby.c, new-kernel-pkg, test.sh, test/grub2.6[ADD], + test/results/add/g2-1.6[ADD], test/results/add/g2-1.7[ADD]: + Don't accidentally migrate from linuxefi back to linux (#859285) + * [r1938] VERSION: + Bump version to 8.18 + * [r1937] new-kernel-pkg: + Change the way the kernel load address is determined for ARM + U-Boot. + * [r1935] VERSION: + Bump version to 8.17 + * [r1934] grubby.c: + Fix broken alloca()/free() pair. + * [r1932] VERSION: + Bump version to 8.16 + * [r1931] grubby.c: + Handle linuxefi and initrdefi lines correctly in grub2. + +2012-07-02 Niels Rogalla + + * [r1870] ChangeLog: + -updated ChangeLog + * [r1869] Makefile: + -make sbindir variable and prepare grubby for usr-move + * [r1868] grubby.c: + Fix minor memory leak introduced by previous fix. + * [r1867] VERSION: + Update to 8.15 + * [r1866] grubby.c: + Revert "Avoid string duplication calling dirname()" + * [r1865] VERSION: + Bump version to 8.14 + * [r1864] Makefile, grubby.c: + Fix uninitialized variable error. + * [r1863] VERSION: + Since we've had a lot of changes, bump version to 8.13 + * [r1862] grubby.8: + grubby.8: fixes for the grubby man page + * [r1861] test.sh, test/grub.12[ADD], + test/grub.12-support_files[ADD], + test/grub.12-support_files/boot[ADD], + test/grub.12-support_files/boot/grub[ADD], + test/grub.12-support_files/boot/grub/device.map[ADD], + test/grub.12-support_files/etc[ADD], + test/grub.12-support_files/etc/SuSE-release[ADD], + test/grub.12-support_files/etc/grub.conf[ADD], + test/results/info[ADD], test/results/info/g12.1[ADD]: + Fix for grub on SuSE systems: test lba and boot info + * [r1860] test/grub.13[ADD], test/results/setdefaultindex[ADD], + test/results/setdefaultindex/g.13.0[ADD], + test/results/setdefaultindex/g.13.1[ADD], + test/results/setdefaultindex/g.13.9[ADD], + test/results/setdefaultindex/g2.1.0[ADD], + test/results/setdefaultindex/g2.1.1[ADD], + test/results/setdefaultindex/g2.1.9[ADD]: + Add tests for --set-default-index feature + * [r1859] grubby.8, grubby.c: + Add --set-default-index feature + * [r1858] test.sh: + 1 isn't a great value for MALLOC_PERTURB_ - use 5265. + * [r1857] test.sh: + test.sh: enable the use of MALLOC_PERTURB_ + * [r1856] test.sh: + test.sh: revert bash 4 only syntax change + * [r1855] grubby.c: + Fix minor style issue. + * [r1854] grubby.c: + ia64/elilo: add support for probing the currently installed + bootloader + * [r1853] grubby.c: + ppc64/yaboot: add support for probing the currently installed + bootloader + * [r1852] grubby.c: + Fix grub detection on SuSE systems: config file order + * [r1851] grubby.c: + Invert "isSuseSystem()" test so the suse code is nearer the test. + * [r1850] grubby.c: + Fix for grub on SuSE systems: lba and boot information + * [r1849] grubby.c: + Support systems that do not have /boot as a separate filesystem + * [r1848] new-kernel-pkg: + Update the code to set the ubootAddress. + * [r1847] new-kernel-pkg, uboot: + Update the ubootDir default. + * [r1846] grubby.c: + Convert to c99 loop initializations. + * [r1845] grubby.c: + Avoid string duplication calling dirname() + * [r1844] grubby.c: + Add "const" specifier to function arguments + * [r1843] new-kernel-pkg, uboot: + Support UBOOT_IMGADDR override + * [r1842] VERSION: + Update version to 8.12 + * [r1841] grubby.c: + Pick the last / device (#826537) + * [r1840] grubby.c, test/grub2.2, test/results/add/g2-1.4: + Preserve "trailing indentation" when splitting line elements + (#742720) + * [r1839] VERSION: + Update version to 8.11 + * [r1838] test/grub2.5[ADD], test/results/add/g2-1.5[ADD]: + Fix failures with grub 2.00~beta2 and 8.10, and add a test case. + * [r1837] grubby.c, test.sh: + Fix failures with grub 2.00~beta2 and 8.10, and add a test case. + +2012-04-16 Niels Rogalla + + * [r1805] ChangeLog: + updated ChangeLog + * [r1804] VERSION: + version 8.10 + * [r1803] new-kernel-pkg: + Explicitly check for Grub2 on ppc + * [r1802] grubby.c: + Try to find grub2 config first + * [r1801] grubby.c, test.sh, test/grub2.3[ADD], test/grub2.4[ADD], + test/results/debug/g2.1, test/results/remove/g2-1.1[ADD], + test/results/remove/g2-1.2[ADD]: + Make --remove-kenrel support titles in grub2 (and other fixes) + * [r1800] grubby.c: + Use "isquote" where appropriate. + 2012-03-03 Niels Rogalla + * [r1778] new-kernel-pkg: + -support /etc/os-release + * [r1772] ChangeLog: + -udpated ChangeLog * [r1771] VERSION: -version 8.9 * [r1770] new-kernel-pkg: @@ -383,3 +538,66 @@ test/yaboot.2[CPY], test/yaboot.3[CPY]: -forkin standalone grubby +2010-12-15 Niels Rogalla + + * [r1183] + -fixed missing man-pages + * [r1178] + -added missing man page + * [r1177] + -added check for return value of getuuidbydev() - resolves a + segfault if the device does not exist - see rhbz#592294 + +2010-09-14 Niels Rogalla + + * [r1156] + -merged with upstream: + -update initrd support + -better rootdev handling + -better support for uuids + * [r1153] + -install grubby man-page + * [r1152] + -fixed a typo + +2009-11-17 Niels Rogalla + + * [r937] + -fixed missing mandir variable + +2009-10-28 Niels Rogalla + + * [r926] + -read grub options from /etc/conf.d/grub + * [r925] + -read config from /etc/conf.d/grubby + * [r924] + -updated style + * [r923] + -pulled in new version from fedora (7.0.8) with update support + -removed dracut and fedara specific stuff + -fixed to work with magellan + * [r920] + -fixed grub.conf default location + * [r917] + -we not providing installkernel here + * [r914] + -updated grubby to version 7.0.8 from fedory with blkid support + +2009-04-24 Niels Rogalla + + * [r819] + -converted cvsignore to svn:ignore propset + +2007-09-02 Niels Rogalla + + * [r547] + -fixed CFLAGS + +2007-09-01 Niels Rogalla + + * [r532] + -import if magellan mkinitrd; it is a fork of redhats + mkinitrd-5.0.8 with all magellan patches and features; deprecates + magellan-src/mkinitrd +