Change logs for grub source package in Wily

  • grub (0.97-29ubuntu67) wily; urgency=medium
    
      * Port to modern Automake versions and use dh-autoreconf (closes:
        #724383).
      * Build with -fno-combine-stack-adjustments, since that optimisation pass
        confuses the stack games played by GRUB itself (closes: #768135).
      * Stop linking statically on amd64, which was a holdover from a long time
        ago when we couldn't just depend on biarch libraries (closes: #769349).
    
     -- Colin Watson <email address hidden>  Mon, 05 Oct 2015 13:52:39 +0100
  • grub (0.97-29ubuntu66) precise; urgency=low
    
      * When we replace the /etc/kernel-img.conf hook with the
        /etc/kernel/postinst.d hook on upgrade, also call update-grub manually;
        otherwise if the kernel was upgraded before grub itself, update-grub may
        only be called before update-initramfs (due to triggerization of the
        latter), giving us an unbootable default entry in menu.lst.
        LP: #957262.
     -- Steve Langasek <email address hidden>   Fri, 16 Mar 2012 12:55:10 -0700