-
Sat Nov 30 2013 Natalya Naumova <natalya.naumova@oracle.com> - 0.97-13.11.0.1.el5_10.1
- Add GPT support(orabug 13057674)
-
Sat Nov 16 2013 Václav Pavlín <vpavlin@redhat.com> - 0.97-13.11.1
- grub-install: fix regex for partition and multipath when
use_friendly_names is off
Resolves: rhbz#1034595
-
Fri Sep 21 2012 Peter Jones <pjones@redhat.com> - 0.97-13.10
- Fix build error with "savedefault" fix.
Resolves: rhbz#212649
-
Thu Jul 26 2012 Peter Jones <pjones@redhat.com> - 0.97-13.9
- Handle devices beyond sdaa
Resolves: rhbz#782096
-
Wed Jul 25 2012 Peter Jones <pjones@redhat.com> - 0.97-13.8.el5
- Update documentation for "savedefault" grub-shell command
Resolves: rhbz#212649
- Support more than 10 devices
Resolves: rhbz#829228
-
Wed Jan 20 2010 Peter Jones <pjones@redhat.com> - 0.97-13.7
- Fix a bad path name in the patch...
Resolves: rhbz#464178
-
Wed Jan 20 2010 Peter Jones <pjones@redhat.com> - 0.97-13.6
- Copy the kernel and initrd using a smaller buffer to avoid using memory
we can't correctly map
Resolves: rhbz#464178
-
Wed Jul 01 2009 Peter Jones <pjones@redhat.com> - 0.97-13.5
- Don't assume that gcc provides us with writable strings in the xfs driver
Resolves: rhbz#496949
-
Thu May 21 2009 Peter Jones <pjones@redhat.com> - 0.97-13.4
- Allow grub-install to work on virtio_blk devices (patch from markmc)
Resolves: rhbz#498388
-
Fri Feb 08 2008 Peter Jones <pjones@redhat.com> - 0.97-13.2
- Update patch for CCISS to not break some device mapper rules.
Resolves: rhbz#429187
-
Tue Feb 05 2008 Peter Jones <pjones@redhat.com> - 0.97-13.1
- Fix handling of CCISS devices when installing to the MBR.
Resolves: rhbz#429187
- Allow longer kernel command lines
Resolves: rhbz#336341
-
Mon Oct 02 2006 Jesse Keating <jkeating@redhat.com> - 0.97-13
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
-
Fri Sep 22 2006 Peter Jones <pjones@redhat.com> - 0.97-12
- Reenable patch 505, which fixes #116311
-
Wed Aug 16 2006 Peter Jones <pjones@redhat.com> - 0.97-11
- Disable patch 505 (#164497)
-
Thu Aug 03 2006 Peter Jones <pjones@redhat.com> - 0.97-10
- Fix grub-install for multipath
-
Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 0.97-9.1
- rebuild
-
Sat Jul 08 2006 Peter Jones <pjones@redhat.com> - 0.97-9
- fix broken error reporting from helper functions
-
Tue Jun 13 2006 Peter Jones <pjones@redhat.com> - 0.97-8
- Fix BIOS keyboard handler to use extended keyboard interrupts, so the
Mac Mini works.
-
Tue Jun 06 2006 Jesse Keating <jkeating@redhat.com> - 0.97-7
- Added BuildRequires on a 32bit library
-
Sun May 28 2006 Peter Jones <pjones@redhat.com> - 0.97-6
- Fix mactel keyboard problems, patch from Juergen Keil, forwarded by Linus.
-
Tue Mar 14 2006 Peter Jones <pjones@redhat.com> - 0.97-5
- Fix merge error for "bootonce" patch (broken in 0.95->0.97 update)
- Get rid of the 0.97 "default" stuff, since it conflicts with our working
method.
-
Fri Mar 10 2006 Peter Jones <pjones@redhat.com> - 0.97-4
- Fix running "install" multiple times on the same fs in the same invocation
of grub. (bz #158426 , patch from lxo@redhat.com)
-
Tue Feb 14 2006 Peter Jones <pjones@redhat.com> - 0.97-3
- fix partition names on dmraid
-
Wed Feb 08 2006 Jesse Keating <jkeating@redhat.com> - 0.97-2.1
- rebuilt for new gcc4.1 snapshot and glibc changes
-
Sat Jan 14 2006 Peter Jones <pjones@redhat.com> - 0.97-2
- add dmraid support
-
Thu Dec 15 2005 Peter Jones <pjones@redhat.com> - 0.97-1
- update to grub 0.97
-
Tue Dec 06 2005 Peter Jones <pjones@redhat.com> - 0.95-17
- fix configure conftest.c bugs
- add -Wno-unused to defeat gcc41 "unused" checking when there are aliases.
-
Tue Aug 02 2005 Peter Jones <pjones@redhat.com> - 0.95-16
- minor fix to the --recheck fix.
-
Tue Jul 26 2005 Peter Jones <pjones@redhat.com> 0.95-15
- Make "grub-install --recheck" warn the user about how bad it is,
and keep a backup file, which it reverts to upon detecting some errors.
-
Thu Jul 07 2005 Peter Jones <pjones@redhat.com> 0.95-14
- Fix changelog to be UTF-8
-
Fri May 20 2005 Peter Jones <pjones@redhat.com> 0.95-13
- Make the spec work with gcc3 and gcc4, so people can test on existing
installations.
- don't treat i2o like a cciss device, since its partition names aren't done
that way. (#158158)
-
Thu Mar 17 2005 Peter Jones <pjones@redhat.com> 0.95-12
- Make installing on a partition work again when not using raid
-
Fri Mar 04 2005 Peter Jones <pjones@redhat.com> 0.95-11
- Make it build with gcc4
-
Mon Feb 21 2005 Peter Jones <pjones@redhat.com> 0.95-10
- Always install in MBR for raid1 /boot/
-
Mon Feb 21 2005 Peter Jones <pjones@redhat.com> 0.95-9
- Always use full path for mdadm in grub-install
-
Wed Feb 09 2005 Peter Jones <pjones@redhat.com> 0.95-8
- Mark the simulation stack executable
- Eliminate the use of inline functions in stage2/builtins.c
-
Wed Jan 12 2005 Peter Jones <pjones@redhat.com> 0.95-7
- Make grub ignore everything before the XPM header in the splash image,
fixing #143879
- If the boot splash image is missing, use console mode instead
of graphics mode.
- Don't print out errors using the graphics terminal code if we're not
actually in graphics mode.
-
Tue Jan 04 2005 Peter Jones <pjones@redhat.com> 0.95-6
- reworked much of how the RAID1 support in grub-install works. This version
does not require all the devices in the raid to be listed in device.map,
as long as you specify a physical device or partition rather than an md
device. It should also work with a windows dual-boot on the first partition.
-
Sat Dec 18 2004 Peter Jones <pjones@redhat.com> 0.95-5
- added support for RAID1 devices to grub-install, partly based on a
patch from David Knierim. (#114690)
-
Wed Dec 01 2004 Jeremy Katz <katzj@redhat.com> 0.95-4
- add patch from upstream CVS to handle sparse files on ext[23]
- make geometry detection a little bit more robust/correct
- use O_DIRECT when reading/writing from devices. use aligned buffers as
needed for read/write (#125808)
- actually apply the i2o patch
- detect cciss/cpqarray devices better (#123249)
-
Fri Oct 01 2004 Jeremy Katz <katzj@redhat.com> - 0.95-3
- don't act on the keypress for the menu (#134029)
-
Tue Jun 29 2004 Jeremy Katz <katzj@redhat.com> - 0.95-2
- add patch from Nicholas Miell to make hiddenmenu work more
nicely with splashimage mode (#126764)
-
Sat Jun 19 2004 Jeremy Katz <katzj@redhat.com> - 0.95-1
- update to 0.95
- drop emd patch, E-MD isn't making forward progress upstream
- fix static build for x86_64 (#121095)
-
Wed Jun 16 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Thu Jun 10 2004 Jeremy Katz <katzj@redhat.com>
- require system-logos (#120837)
-
Sat Jun 05 2004 Jeremy Katz <katzj@redhat.com>
- buildrequire automake (#125326)
-
Fri May 07 2004 Warren Togami <wtogami@redhat.com> - 0.94-5
- i2o patch from Markus Lidel
-
Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 0.94-4
- read geometry off of the disk since HDIO_GETGEO doesn't actually
return correct data with a 2.6 kernel
-
Sat Mar 13 2004 Jeremy Katz <katzj@redhat.com>
- add texinfo buildrequires (#118146)
-
Thu Feb 26 2004 Jeremy Katz <katzj@redhat.com> 0.94-3
- don't use initrd_max_address
-
Sat Feb 14 2004 Elliot Lee <sopwith@redhat.com> 0.94-2
- rebuilt
-
Fri Feb 13 2004 Jeremy Katz <katzj@redhat.com> 0.94-1
- update to 0.94, patch merging and updating as necessary
-
Sun Jan 04 2004 Jeremy Katz <katzj@redhat.com> 0.93-8
- new bootonce patch from Padraig Brady so that you don't lose
the old default (#112775)
-
Tue Nov 25 2003 Jeremy Katz <katzj@redhat.com>
- add ncurses-devel as a buildrequires (#110732)
-
Wed Oct 15 2003 Jeremy Katz <katzj@redhat.com> 0.93-7
- rebuild
-
Thu Jul 03 2003 Jeremy Katz <katzj@redhat.com>
- Requires: /usr/bin/cmp (#98325)
-
Fri May 23 2003 Jeremy Katz <katzj@redhat.com> 0.93-6
- add patch from upstream to fix build with gcc 3.3
-
Thu Apr 03 2003 Jeremy Katz <katzj@redhat.com> 0.93-5
- add patch to fix support for serial terminfo (#85595)
-
Thu Jan 23 2003 Tim Powers <timp@redhat.com>
- rebuilt
-
Sat Jan 18 2003 Jeremy Katz <katzj@redhat.com> 0.93-3
- add patch from HJ Lu to support large disks (#80980, #63848)
- add patch to make message when ending edit clearer (#53846)
-
Mon Dec 30 2002 Jeremy Katz <katzj@redhat.com> 0.93-2
- add a patch to reset the terminal type to console before doing 'boot' from
the command line (#61069)
-
Sun Dec 29 2002 Jeremy Katz <katzj@redhat.com> 0.93-1
- update to 0.93
- update configfile patch
- graphics patch rework to fit in as a terminal type as present in 0.93
- use CFLAGS="-Os -g"
- patch configure.in to allow building if host_cpu=x86_64, include -m32 in
CFLAGS if building on x86_64
- link glibc static on x86_64 to not require glibc32
- include multiboot info pages
- drop obsolete patches, reorder remaining patches into some semblance of order
-
Fri Sep 06 2002 Jeremy Katz <katzj@redhat.com> 0.92-7
- splashscreen is in redhat-logos now
-
Wed Sep 04 2002 Jeremy Katz <katzj@redhat.com> 0.92-6
- update splashscreen again
-
Tue Sep 03 2002 Jeremy Katz <katzj@redhat.com> 0.92-5
- update splashscreen
-
Sat Jun 22 2002 Tim Powers <timp@redhat.com> 0.92-4
- automated rebuild
-
Fri May 24 2002 Tim Powers <timp@redhat.com> 0.92-3
- automated rebuild
-
Sat May 04 2002 Jeremy Katz <katzj@redhat.com> 0.92-2
- add patch from Grant Edwards to make vga16 + serial happier (#63491)
-
Thu May 02 2002 Jeremy Katz <katzj@redhat.com> 0.92-1
- update to 0.92
- back to autoreconf
- make it work with automake 1.6/autoconf 2.53
- use "-falign-jumps=1 -falign-loops=1 -falign-functions=1" instead of
"-malign-jumps=1 -malign-loops=1 -malign-functions=1" to not use
deprecated gcc options
-
Wed Apr 10 2002 Jeremy Katz <katzj@redhat.com> 0.91-4
- new splash screen
-
Sat Mar 09 2002 Jeremy Katz <katzj@redhat.com> 0.91-3
- include patch from Denis Kitzmen to fix typo causing several options to
never be defined (in upstream CVS)
- include patch from upstream CVS to make displaymem always use hex for
consistency
- add patch from GRUB mailing list from Keir Fraser to add a --once flag to
savedefault function so that you can have the equivalent of lilo -R
functionality (use 'savedefault --default=N --once' from the grub shell)
- back to autoconf
-
Mon Jan 28 2002 Jeremy Katz <katzj@redhat.com>
- change to use $grubdir instead of /boot/grub in the symlink patch (#58771)
-
Sat Jan 26 2002 Jeremy Katz <katzj@redhat.com> 0.91-2
- don't ifdef out the auto memory passing, use the configure flag instead
- add a patch so that grub respects mem= from the kernel command line when
deciding where to place the initrd (#52558)
-
Tue Jan 22 2002 Jeremy Katz <katzj@redhat.com> 0.91-1
- update to 0.91 final
- add documentation on splashimage param (#51609)
-
Thu Jan 03 2002 Jeremy Katz <katzj@redhat.com> 0.91-0.20020102cvs
- update to current CVS snapshot to fix some of the hangs on boot related
to LBA probing (#57503, #55868, and others)
-
Sat Dec 22 2001 Erik Troan <ewt@redhat.com> 0.90-14
- fixed append patch to not require arguments to begin with
- changed to autoreconf from autoconf
-
Thu Nov 01 2001 Jeremy Katz <katzj@redhat.com> 0.90-13
- include additional patch from Erich to add sync calls in grub-install to
work around updated images not being synced to disk
- fix segfault in grub shell if 'password --md5' is used without specifying
a password (#55008)
-
Sat Oct 27 2001 Jeremy Katz <katzj@redhat.com> 0.90-12
- Include Erich Boleyn <erich@uruk.org>'s patch to disconnect from the
BIOS after APM operations. Should fix #54375
-
Thu Sep 13 2001 Erik Troan <ewt@redhat.com>
- added patch for 'a' option in grub boot menu
-
Thu Sep 06 2001 Jeremy Katz <katzj@redhat.com> 0.90-11
- grub-install: if /boot/grub/grub.conf doesn't exist but /boot/grub/menu.lst
does, create a symlink
-
Sat Aug 25 2001 Jeremy Katz <katzj@redhat.com>
- pull in patch from upstream CVS to fix md5crypt in grub shell (#52220)
- use mktemp in grub-install to avoid tmp races
-
Sat Aug 04 2001 Jeremy Katz <katzj@redhat.com>
- link curses statically (#49519)
-
Fri Aug 03 2001 Jeremy Katz <katzj@redhat.com>
- fix segfault with using the serial device before initialization (#50219)
-
Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
- add --copy-only flag to grub-install
-
Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
- copy files in grub-install prior to device probe
-
Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
- original images don't go in /boot and then grub-install does the right
thing
-
Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
- fix the previous patch
- put the password prompt in the proper location
-
Fri Jul 20 2001 Jeremy Katz <katzj@redhat.com>
- reset the screen when the countdown is cancelled so text will disappear
in vga16 mode
-
Tue Jul 17 2001 Jeremy Katz <katzj@redhat.com>
- change configfile defaults to grub.conf
-
Mon Jul 16 2001 Jeremy Katz <katzj@redhat.com>
- updated to grub 0.90 final
-
Sat Jul 07 2001 Matt Wilson <msw@redhat.com>
- modifed splash screen to a nice shade of blue
-
Wed Jul 04 2001 Matt Wilson <msw@redhat.com>
- added a first cut at a splash screen
-
Mon Jul 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix datadir mismatch between build and install phases
-
Tue Jun 26 2001 Jeremy Katz <katzj@redhat.com>
- update to current CVS
- forward port VGA16 patch from Paulo César Pereira de
Andrade <pcpa@conectiva.com.br>
- add patch for cciss, ida, and rd raid controllers
- don't pass mem= to the kernel
-
Thu May 24 2001 Erik Troan <ewt@redhat.com>
- initial build for Red Hat