Change logs for grub source package in Hardy

  • grub (0.97-29ubuntu21.2) hardy-proposed; urgency=low
    
      [ Colin Watson ]
      * cache_coherency.diff: Flush buffer cache on disk devices after writing
        to any partition devices they contain, otherwise we may read old data
        back (LP: #185878).
     -- Steve Langasek <email address hidden>   Wed, 09 Dec 2009 19:13:19 -0800
  • grub (0.97-29ubuntu21.1) hardy-proposed; urgency=low
    
      * debian/patches/grub-install_better_raid.diff: backported from Intrepid;
        install grub on multiple disks in a RAID. (LP: #290885)
      * debian/patches/00list: updated accordingly
    
     -- Dustin Kirkland <email address hidden>   Tue, 04 Nov 2008 14:25:35 -0600
  • grub (0.97-29ubuntu21) hardy; urgency=low
    
      * Change dependency on volumeid to one on udev.
    
     -- Scott James Remnant <email address hidden>   Thu, 10 Apr 2008 13:58:49 +0100
  • grub (0.97-29ubuntu20) hardy; urgency=low
    
      * debian/patches/edd-device-map.diff: Use EDD information if available to
        help generate a more correct device.map; boot with edd=on to activate
        this (LP: #8497).
      * Fix a ".bar" -> ".br" typo in update-grub(8).
    
     -- Colin Watson <email address hidden>   Thu, 03 Apr 2008 11:14:04 +0100
  • grub (0.97-29ubuntu19) hardy; urgency=low
    
      [ David Futcher ]
      * debian/presubj: Fixed spelling mistake (LP: #177540)
    
      [ Tormod Volden ]
      * debian/update-grub: use >> instead of > when writing to existing files
        so that the script continues to work if noclobber is set.  LP: #155423
    
      [ Steve Langasek ]
      * debian/patches/ext3_256byte_inode.diff: new patch cherry-picked from
        Debian to support 256-byte inodes in ext3, for compatibility with recent
        e2fsprogs upstream defaults. Thanks Stefan Lippers-Hollmann.
    
     -- Steve Langasek <email address hidden>   Wed, 19 Mar 2008 12:12:40 -0700
  • grub (0.97-29ubuntu18) hardy; urgency=low
    
      * debian/update-grub: additional adjustment of the menu output when
        emulating old grub for upgrades:  if there are no kernel options for the
        kernel (such as for memtest), output a trailing space.
      * debian/update-grub: now that we're using debconf, the non-debconf prompt
        (which we'll leave non-debconfed for the time being) needs to read from
        file descriptor #2 instead of stdin.  LP: #194710.
    
     -- Steve Langasek <email address hidden>   Wed, 27 Feb 2008 17:57:49 -0800
  • grub (0.97-29ubuntu17) hardy; urgency=low
    
      * debian/update-grub: use db_x_loadtemplatefile instead of
        debconf-loadtemplate, so that we can call update-grub from maintainer
        scripts of packages that do their own debconf prompting (LP: #189005).
      * debian/control: depend on debconf (>= 1.5.19) | cdebconf instead of
        debconf-utils, for the above change.
      * if there are any "boot" lines in the existing menu during initial ucf
        registration, we have a config generated by an old version of
        update-grub; emulate the old behavior during the ucf registration to
        ensure smooth upgrades.  LP: #187362.
    
     -- Steve Langasek <email address hidden>   Thu, 21 Feb 2008 09:59:35 -0800
  • grub (0.97-29ubuntu16) hardy; urgency=low
    
      * debian/grub.postinst, debian/grub.trigger:
        - Add trigger 'update-grub' that will invoke /usr/sbin/update-grub
          for packages that need to trigger grub updates.
    
     -- Jason Tang <email address hidden>   Mon, 04 Feb 2008 12:04:57 -0500
  • grub (0.97-29ubuntu15) hardy; urgency=low
    
      * Add support for virtio booting.
      * Remove confusing mention of CFLAGS from debian/rules. It was not respected
        anyway.
      * unexport CPPFLAGS CFLAGS CXXFLAGS. grub wants them to be empty.
    
     -- Soren Hansen <email address hidden>   Tue, 12 Feb 2008 23:49:56 +0100
  • grub (0.97-29ubuntu14) hardy; urgency=low
    
      * debian/update-grub:
        - on initial ucf registration, handle the case that the old title string
          doesn't match the current one.
        - also handle the differences caused by the UUID conversion on upgrades
          from Ubuntu 6.06 LTS.
        - LP: #187362.
    
     -- Steve Langasek <email address hidden>   Wed, 30 Jan 2008 21:24:20 -0800
  • grub (0.97-29ubuntu13) hardy; urgency=low
    
      * /host is not accessible when update-grub is run by grub-installer so
        the file test will always fail (LP: #175772).  Thanks Agostino Russo.
    
     -- Evan Dandrea <email address hidden>   Wed, 30 Jan 2008 09:11:41 -0500
  • grub (0.97-29ubuntu12) hardy; urgency=low
    
      * debian/update-grub: templates should be registered under grub, not under
        ucf
    
     -- Steve Langasek <email address hidden>   Mon, 28 Jan 2008 13:32:01 -0800
  • grub (0.97-29ubuntu11) hardy; urgency=low
    
      * debian/control: point XS-Vcs-Bzr at the Ubuntu repository instead of
        pointing at the Debian repository.
      * debian/update-grub: if menu.lst does not exist at the time update-grub is
        called, the "current" and "proposed" kernel lists should always be
        identical, so set them equal in ucf_update_kernels.  This fixes a
        remaining bug where regenerating menu.lst from scratch after it's been
        registered once with ucf would result in an empty kernel list.
        LP: #186412.
      * Add a debconf template so that our ucf prompts don't refer to a filename
        that has no meaning to the user
      * Add Build-Depends on po-debconf for the above, and depend on
        debconf-utils to allow for loading the debconf template from a
        script that is not a package maintainer script.
      * Raise depends to ucf (>= 3.004-0ubuntu2)
    
     -- Steve Langasek <email address hidden>   Mon, 28 Jan 2008 13:11:25 -0800
  • grub (0.97-29ubuntu10) hardy; urgency=low
    
      * Add build-dependency on gcc-4.2-multilib for amd64, fixing build
        failure.
    
     -- Steve Langasek <email address hidden>   Fri, 25 Jan 2008 14:24:03 +0000
  • grub (0.97-29ubuntu9) hardy; urgency=low
    
      * Add debian/patches/varargs.diff: Use proper va_start/arg/end macros
        instead of pointer cowboying, so that grub does not segfault with anything
        less ancient than gcc 3.4.
      * debian/rules: Build with default gcc.
      * debian/control: Drop gcc-3.4 build dependency.
    
     -- Martin Pitt <email address hidden>   Thu, 24 Jan 2008 12:51:23 +0000
  • grub (0.97-29ubuntu8) hardy; urgency=low
    
      * Add missing #!/bin/sh line to debian/grub.postrm
      * Handle the special case of ucf registration on initial file creation;
        we should always generate an empty kernel list in this case.
    
     -- Steve Langasek <email address hidden>   Wed, 23 Jan 2008 11:03:35 +0000
  • grub (0.97-29ubuntu7) hardy; urgency=low
    
      * debian/update-grub: use ucf to record changes to the autogenerated
        kernel list
      * debian/grub.postinst:
        - run update-grub on upgrade from pre-ucf versions, so that we get a
          registered copy of the file immediately and not just the next time a
          kernel is installed.
        - add missing debhelper token for completeness' sake
      * debian/grub.postrm: purge ucf state when the package is purged
    
     -- Steve Langasek <email address hidden>   Wed, 23 Jan 2008 09:29:43 +0000
  • grub (0.97-29ubuntu6) hardy; urgency=low
    
      * Set kopt correctly for loop installations (LP: #175772).  Thanks
        Agostino Russo.
    
     -- Evan Dandrea <email address hidden>   Fri, 18 Jan 2008 14:41:27 -0500
  • grub (0.97-29ubuntu5) hardy; urgency=low
    
      * debian/control: Remove Build-Depends-Indep on e2tools and mkisofs, they
        are useless and mkisofs is in multiverse (LP: #173717).
      * debian/patches/use_genisoimage_instead_of_mkisofs: added, point to the
        right program in the documentation.
    
     -- Albin Tonnerre <email address hidden>   Mon, 03 Dec 2007 19:28:59 +0100
  • grub (0.97-29ubuntu4) gutsy; urgency=low
    
      * debian/update-grub: replace Ubuntu with lsb_release if possible
        (LP: #83690, #19040)
      * debian/update-grub: on upgrades, set the new savedefault option
        to "true" if the user was using "default saved" (LP: #131858)
    
     -- Tormod Volden <email address hidden>   Mon, 03 Sep 2007 22:56:34 +0200