Change logs for grub source package in Gutsy

  • 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
  • grub (0.97-29ubuntu3) gutsy; urgency=low
    
      * No-change upload to work around a soyuz bug and get us some
        actual build records for lpia.
    
     -- Adam Conrad <email address hidden>   Fri, 10 Aug 2007 20:47:19 +1000
  • grub (0.97-29ubuntu2) gutsy; urgency=low
    
      * Add lpia to the list of supported architectures.
    
     -- Matthias Klose <email address hidden>   Fri, 10 Aug 2007 08:05:31 +0000
  • grub (0.97-29ubuntu1) gutsy; urgency=low
    
      * Merge from Debian unstable. Remaining Ubuntu changes:
        - debian/control: build-depends on libc6-dev and gcc-3.4
        - debian/control: depends on volumeid, provides linux-boot-loader
        - debian/rules: use gcc-3.4
        - debian/patches/grub-install_storeversion.diff
        - debian/patches/quiet.diff
        - debian/patches/gpt.diff
        - debian/patches/grub-0.95-mem_lower.patch
        - debian/update-grub: assorted Ubuntu tweaks
          - use printf instead of echo -e
          - split up warning about missing /boot/grub
          - is_removable device handling
          - crashdump handling
          - get default root device from /etc/fstab
          - rename title to "Ubuntu"
          - quiet and splash default defoptions
          - rename "single-user" to "recovery"
          - timeout/hiddenmenu/colours defaults
          - robust oldversion handling
          - don't treat memtest as a kernel
          - convert_kopt_to_uuid
          - kopt_2_6 handling
          - remove freebsd support
        - configure.ac: -fno-strict-aliasing
        - debian/grub.postinst: run update-grub on upgrade from dapper
      * debian/patches/quiet.diff: Fix "help quiet" segfault (LP: #60163)
      * debian/update-grub: New "savedefault" automagic option (default: false)
        for adding the savedefault command to menu entries (LP: #66278)
    
    grub (0.97-29) unstable; urgency=low
    
      [ Otavio Salvador ]
      * update-grub: Improve sorting with mixed numeric and non-numeric
        characters. Thanks dann frazier <email address hidden> for the
        patch. Closes: #422759
    
      [ Robert Millan ]
      * Add myself to Uploaders.
      * update-grub: Remove core.img handling.  It was becoming meaningless
        without presence of the grub-pc package.
      * control (Architecture): Replace any-* arches with the old, boring,
        hardcoded list.  (Closes: #424510)
      * Get rid of grub-disk, mkbimage and grub-floppy.  They're deprecated
        in favour of grub-rescue-pc now.  (Closes: #399168, #250938, #429576,
        #352731)
    
    grub (0.97-28) unstable; urgency=low
    
      * Remove second /sbin/update-grub warning.  Apparently, it is
        impossible to detect /etc/kernel-img.conf syntax by checking $0.
        (Closes: #421321)
      * update-grub.8: Don't recommend /sbin/update-grub anymore. (Closes: #418064)
      * control (Build-Depends): s/libc6-dev-i386/gcc-multilib/g.
      * update-grub: When GRUB 2 core.img is detected, set it as first option
        (note that first doesn't imply default).
    
    grub (0.97-27) unstable; urgency=high
    
      * When counting the number of kernels, do not count invalid xen
        ones. Thanks to "Jon H. Davis" <email address hidden> by investigate
        and produce the patch for it. Closes: #411908
    
    grub (0.97-26) unstable; urgency=high
    
      * Brown bag release!
      * Fix two stupid mistakes on previous changes. Thanks to Steve Langasek
        <email address hidden> by identify them.
    
    grub (0.97-25) unstable; urgency=high
    
      * Fix grub-install regexp to work when providing the whole device as in
        /dev/cciss/c0d0. Thanks to Jason Cormie <email address hidden> by
        the patch. Closes: #414161
    
    grub (0.97-24) unstable; urgency=high
    
      [ Leandro Dorileo ]
      * Changed grub-set-default to search for grub dir if rootdir is not
        informed. Closes:  #411109, #412334
      * Applied changes from Friedemann Baitinger <email address hidden>
        to savedefault-once. closes: #254475
    
    grub (0.97-23) unstable; urgency=high
    
      [ Tomas Pospisek ]
      * Cross-referenced grub-install(8), grub(8) and update-grub(8) with
        each other. Closes: #267998,
      * Mention in the manpages that the info documentation comes with
        the grub-doc package. Closes: #160337, #345655
      * Note in the referring manpage, that kernel-img.conf comes with the
        kernel-package package. Closes: #398419
    
      [ Otavio Salvador ]
      * Applied patch from Jason Rhinelander <email address hidden> to fix
        kernel ordering on menu.lst generated file. Closes: #374371, #410464
    
    grub (0.97-22) unstable; urgency=high
    
      * Applied patch from Chip Salzenberg <email address hidden> to avoid to write
        to stdout. Fix kernel postrm calls. Closes: #409190.
      * Applied patch from Joey Hess <email address hidden> to put xen kernels
        when running inside of a domU. Closes: #404536.
    
    grub (0.97-21) unstable; urgency=medium
    
      [ Leandro Dorileo ]
      * Changed update-grub to call grub-set-default 0, and a warning a message
        telling the user that the default file was regeneraged. Closes: #406068.
      * Added some missing savedefault_func return in stage2.c and how the read
        default buf was being handled. Thanks Len Sorensen
        <email address hidden> by the suggestions. Closes: #403763.
    
     -- Tormod Volden <email address hidden>   Fri, 29 Jun 2007 16:38:06 +0200
  • grub (0.97-20ubuntu7) gutsy; urgency=low
    
      * Add patch from Mandriva grub-0.95-mem_lower.patch (Ubuntu bug #106887)
        Allows grub to boot on some computer where only lilo and syslinux
        would work. Uses memory detection similar to syslinux.
        http://<email address hidden>/msg06526.html
    
     -- Tormod Volden <email address hidden>   Sat, 26 May 2007 11:15:23 +0200
  • grub (0.97-20ubuntu6) feisty; urgency=low
    
      * Migrate root=/dev/evms/[hs]d[a-z][0-9]* to UUIDs, since systems upgraded
        from dapper to edgy may find themselves with such a root= option by
        mistake (LP: #102148).
    
     -- Colin Watson <email address hidden>   Tue, 10 Apr 2007 13:37:42 +0100