grub (0.91-2) unstable; urgency=low * added patch from upstream which fixes a typo in the makefile that broke xfs support, md5crypt, serial support and hercules support -- Jason Thomas Mon, 4 Feb 2002 15:35:01 +1100 grub (0.91-1) unstable; urgency=low * New upstream release (closes: #130272) * removed the following unneeded patches: 00grub-dac960.patch 01grub-devfs-floppy.patch 04grub-jfs+xfs-0.9-build.patch 05grub-jfs+xfs-0.9-core.patch 06grub-hide-unhide.patch 07grub-md5-crypt.patch 08grub-mkreiserfs.patch 09grub-sigwinch.patch * added info about *bsd's to README.Debian * removed mention of bsd from the description for now as they are not properly supported. -- Jason Thomas Wed, 23 Jan 2002 13:02:44 +1100 grub (0.90-19) unstable; urgency=low * typo in update-grub which caused an syntax error with ash. (closes: #126174) -- Jason Thomas Wed, 2 Jan 2002 09:02:42 +1100 grub (0.90-18) unstable; urgency=low * add patch from upstream to ignore SIGWINCH. (closes: #122905) * update-grub now allows you to control howmany kernels will be added to the menu.lst (closes: #123038) -- Jason Thomas Mon, 10 Dec 2001 10:15:42 +1100 grub (0.90-17) unstable; urgency=low * kernel sorting function in update-grub now handles other kernel suffixes it doesn't know about properly (closes: #122013) * fixed blank line that had a 'tab' in it, in the rules file (closes: #121955) * only look for update-grub configuration options between the magic markers. (closes: #121320) -- Jason Thomas Sat, 8 Dec 2001 16:32:28 +1100 grub (0.90-16) unstable; urgency=low * added new function to update-grub which looks for the various formats of initrd images, looks like we have a new name initrd.img. this currently supports 'initrd', 'initrd.img', 'initrd-lvm' and those three with .gz. (closes: #116153, #121084) -- Jason Thomas Mon, 26 Nov 2001 09:19:25 +1100 grub (0.90-15) unstable; urgency=low * fixed a cosmetic error message in the update-grubs new function to sort the kernels * added a y to Crispins last name in the changelog below. Sorry! * initrd line in update-grub was missing the version string. (closes: #120196) -- Jason Thomas Tue, 20 Nov 2001 08:01:53 +1100 grub (0.90-14) unstable; urgency=low * I broke update-grub on /boot partitions "sed -e" is not the same as "sed -ne" changed it to use basename instead of sed, a few variable name changes (closes: #119453, #119455) * added suport allow multiple alternative boot options * added 'lockalternatives' to support locking of alternative boot options so no we have 'alternatives', 'lockalternatives' and 'altoptions' * updated the man page to reflect the above changes * added a function from Crispin Flowerday which sorts the kernels properly by weighting the kernels by their suffix, being 'ac', 'pre' or nothing. (closes: #103437) -- Jason Thomas Fri, 16 Nov 2001 15:19:06 +1100 grub (0.90-13) unstable; urgency=low * 0.90-11 closes the wrong bug should have been 113460 not 114360. (closes: #113460) * new option for update-grub to allow alternative boot options, rather than just the recovery option, Thanks to Marc Haber. * added some examples to the menu.lst output by update-grub. * updated update-grub man page to reflect the above change. * added initrd info about ramdisk size to README.Debian. (closes: #117252) * added support to update-grub for saveddefault, see grub doc. * added more explanation about default to update-grub generated menu.lst * added support to update-grub to lock for the alternative boot option, see grub doc. (closes: #116988) * updated update-grub man page to reflect the above change. -- Jason Thomas Fri, 9 Nov 2001 10:05:09 +1100 grub (0.90-12) unstable; urgency=low * changed naming scheme for debian/patchs/* so they can be applied and reversed safely. * added patch to fsys_reiserfs.c which enables booting on newer reiserfs partitions. -- Jason Thomas Sun, 21 Oct 2001 11:27:02 +1000 grub (0.90-11) unstable; urgency=low * fixed update-grub to sort kernels better. Thanks to Matthew Mueller (closes: #113460) * added a mention about grub-doc package in README.Debian (closes: #116095) -- Jason Thomas Fri, 19 Oct 2001 07:51:53 +1000 grub (0.90-10) unstable; urgency=low * added --disable-auto-mem-opt to configure options in debian/rules this option stops grub from automatically adding a mem= option to the kernel command line. From discussions on the grub mailing list adding this option should not cause any problems. (closes: #110793) * added a quick setup section to README.Debian * debian/rules commented out dh_installman in binary-indep * debian/rules commented out dh_installinfo in binary-dep * update-grub should work on systems that have the grub directory mounted under /boot (closes: #113380) -- Jason Thomas Tue, 25 Sep 2001 08:59:25 +1000 grub (0.90-9) unstable; urgency=low * more patches * patch to support DAC960 raid controller (closes: #104558) * patch to support hide and unhide of logical partitions * updated devfs-floppy.patch to not conflict with DAC960 patch -- Jason Thomas Fri, 31 Aug 2001 10:46:55 +1000 grub (0.90-8) unstable; urgency=low * okay i fixed up authors in debian/copyright to be less ugly. * added patches to support jfs and xfs, http://tzukanov.narod.ru/grub-jfs_xfs/ * added info about theses patches to debian/README.debian * updated md5-crypt patch to work with the jfs/xfs patches -- Jason Thomas Wed, 29 Aug 2001 16:38:45 +1000 grub (0.90-7) unstable; urgency=low * added support to debian/rules to handle appling patches to upstream source * added debian/patches directory which is used to hold the patches * modified update-grub to output more comments to the menu.lst and modified util/grub-install.in to output more info on what it does in the usage, which will inturn be added to the grub-install.8 manpage (closes: #110152) * updated standards-version to 3.5.6 * changed dashes to underscores in changelog for emacs add_log_mailing_address to remove lintian warning * added to debian/rules generation of manpages, grub.8, grub-install.8, grub-md5-crypt.8 and mbchk.1. * some tidying up in debian/rules file * changed "Upstream Author(s)" to "Author(s)" in debian/copyright to remove lintian error. * changed debian/README.Debian to mention update-grub manpage * changed debian/rules so clean does not nuke texinfo.tex from doc dir -- Jason Thomas Mon, 27 Aug 2001 15:35:34 +1000 grub (0.90-6) unstable; urgency=low * added a shell script (grub-floppy) for creating a grub boot floppy * added a manpage for the above script. -- Jason Thomas Fri, 17 Aug 2001 10:38:49 +1000 grub (0.90-5) unstable; urgency=low * patched stage2/Makefile.am to build md5cyrpt support, from upstream cvs (closes: #106407) -- Jason Thomas Thu, 2 Aug 2001 16:32:52 +1000 grub (0.90-4) unstable; urgency=low * patched update-grub to correctly generate the initrd line (closes: #106807) -- Jason Thomas Sat, 28 Jul 2001 00:10:59 +1000 grub (0.90-3) unstable; urgency=low * updated grub doc to show correct location of arch specific files thanks to Carlos Valdivia Yague * add Build-Depends on libncurses5-dev | libncurses-dev (closes: #105557) * added recovery option to update-grub, if recovery=false is set in menu.lst update-grub will not create the recovery lines in menu.lst * updated update-grub man page to reflect above. -- Jason Thomas Mon, 23 Jul 2001 18:07:30 +1000 grub (0.90-2) unstable; urgency=low * patched grub-install to handle devfs when making a boot floppy. thanks to upstream OKUJI Yoshinori -- Jason Thomas Fri, 13 Jul 2001 21:30:33 +1000 grub (0.90-1) unstable; urgency=low * New upstream release * removed mention of version from doc-base files so there is no need to update with each new release -- Jason Thomas Fri, 13 Jul 2001 09:20:59 +1000 grub (0.5.96.1.cvs20010530-7) unstable; urgency=low * patched update-grub to detect /boot on seperate partition thanks to Aaron Schrab (closes: #103082, #103662) * patched update-grub to support loading of ramdisks, thanks to Francis J. Lacoste (closes: #103498) -- Jason Thomas Tue, 10 Jul 2001 12:53:19 +1000 grub (0.5.96.1.cvs20010530-6) unstable; urgency=low * add postrm_hook to README.debian * corrected bad grammar and other stuff in the manpage, thanks to David B. Harris -- Jason Thomas Tue, 19 Jun 2001 13:23:35 +1000 grub (0.5.96.1.cvs20010530-5) unstable; urgency=low * fixed bashism in update-grub, "echo -e". (closes: #101378) -- Jason Thomas Tue, 19 Jun 2001 12:06:08 +1000 grub (0.5.96.1.cvs20010530-4) unstable; urgency=low * fixed the doc-base stuff. (closes: #101305) -- Jason Thomas Mon, 18 Jun 2001 19:05:27 +1000 grub (0.5.96.1.cvs20010530-3) unstable; urgency=low * moved grub binaries and scripts to /sbin from /usr/sbin (closes: #100854) * added update-grub script which generates menu.lst. * removed gen-menu.sh example, now we have update-grub * added manpage for update-grub. * added instructions for adding update-grub to kernel-img.conf in README.Debian -- Jason Thomas Mon, 18 Jun 2001 14:21:55 +1000 grub (0.5.96.1.cvs20010530-2) unstable; urgency=low * moved html doco in grub-doc from /usr/share/doc/grub-doc/ to /usr/share/doc/grub-doc/html/ * added support for doc-base * moved the info files from grub to grub-doc. * use dh_installinfo so that info files are registered (closes: #100484) * added example menu generation script, thanks to Wichert Akkerman (closes: #86750) * removed add_log_mailing_address from bottom of changelog * updated standards version -- Jason Thomas Tue, 12 Jun 2001 12:50:40 +1000 grub (0.5.96.1.cvs20010530-1) unstable; urgency=low * New cvs snapshot * Upstream has removed the debian specific files from cvs. * Corrected the Sections in the Control file for each package. * Corrected documentation to reflect change of directory for arch specific files. (closes #99429) -- Jason Thomas Fri, 1 Jun 2001 12:03:41 +1000 grub (0.5.96.1.cvs20010528-1) unstable; urgency=low * New Maintainer (closes: #80394) * updated standards version. * changed to use debhelper. * move html doco into a seperate grub-doc package. * Took a cvs snapshot to help close a bunch of bugs. * cvs snapshot fixes grub-install (closes: #75333, #80276, #98750) * cvs snapshot should fix "Error 22: No such partition" (closes: #80241) * cvs snapshot should fix symlink problem (closes: #95594) * grub supports /boot as seperate partition (closes: #78471) * grub supports devfs already (closes: #72346) * Changed dir of architecture specific files to /usr/lib (closes: #72311) * texi2html problem fixed in previous NMU (closes: #80422) * kernel-package supports kernel images in /boot (closes: #74429) * the current method for a temporary modification of a menu option is to press 'e' for edit. I think this is satisfactory. (closes: #35849) * update-grub is in the progeny package of grub please contact them (closes: #92269) -- Jason Thomas Mon, 28 May 2001 17:04:44 +1000 grub (0.5.96.1-0.1) unstable; urgency=low * Non Maintainer Update by Ralf Treinen * added build-dependencies: texi2html (bug #80394) * applied patch of bug report # 80394: insert blank after "-I" option to texi2html in rules file (thanks to Matt Zimmerman ) -- Ralf Treinen Sat, 24 Feb 2001 23:09:55 +0100 grub (0.5.96.1) unstable; urgency=low * We lied: this release is to fix some important bugs before 1.0. * Open devices with O_RDWR in the grub shell. (closes:bug#73654) * Stricter Linux kernel command line passing. (closes:bug#74618) * Linux devfs support added to the grub shell. (closes:bug#74740) -- Gordon Matzigkeit Mon, 16 Oct 2000 12:43:30 -0600 grub (0.5.96) unstable; urgency=low * Many, many new features and bugfixes. This is the final test release; the next release will be version 1.0. * Install HTML documentation in addition to Info pages. (closes:bug#42242,bug#42273) * Fix documentation to refer to /usr/sbin/grub as well as /sbin/grub. (closes:bug#67132) * Be more verbose about missing setup files. (closes:bug#71661) -- Gordon Matzigkeit Wed, 4 Oct 2000 10:44:42 -0600 grub (0.5.95) unstable; urgency=low * ReiserFS support from Jochen Hoenicke. * `--disable-lba-support-bitmap-check' is now a runtime option, `--force-lba', which works with `install', `setup', and `grub-install.' (closes:bug#61513) * Fixed a bug in LBA support checking. Please let us know if you need to use `--force-lba' for Grub to work. * NetBSD ELF kernel support is added. -- Gordon Matzigkeit Tue, 27 Jun 2000 09:44:41 -0600 grub (0.5.94) unstable; urgency=low * Fix /usr/doc symlink. (closes:bug#50932) * Better testing for BIOS LBA support. (closes:bug#53507) * New installation script. (closes:bug#48755) -- Gordon Matzigkeit Fri, 10 Mar 2000 14:55:02 -0600 grub (0.5.93.1) unstable; urgency=low * Update to Standards-Version: 3.0.1, mainly for FHS support. * Fix definition of ext2_dir_entry. (closes:bug#49017) * Fix rules for cross-compiling. (closes:bug#49034) * Update synopsis for grub(8). (closes:bug#48991) * Don't clear the line when hitting enter in the GRUB shell. (closes:bug#48989) -- Gordon Matzigkeit Fri, 5 Nov 1999 22:31:30 -0600 grub (0.5.93) unstable; urgency=low * Updated example configurations. (closes:bug#42136) * Highlight color set correctly when editing. (closes:bug#42549) * dpkg-shlibdeps called on /usr/sbin/grub. (closes:bug#42704) * Properly install Texinfo documentation. (closes:bug#42705,bug#42919) (closes:bug#43080,bug#45150) * Update file locations in README.debian. (closes:bug#42834) * Upstream fixes for new binutils assembler syntax. (closes:bug#47946) * FAT32 support. (closes:bug#47970) * Password option fixed. (closes:bug#43798) * Sample menu.lst included in doc directory. (closes:bug#47181) -- Gordon Matzigkeit Sat, 30 Oct 1999 09:59:09 -0600 grub (0.5.92) unstable; urgency=low * Data files are now in /usr/lib/grub/$(HWARCH). * Unix boot utility available as /usr/sbin/grub. * Full Texinfo documentation. -- GRUB Maintainers Mon, 26 Jul 1999 12:46:37 -0600 grub (0.5.91) unstable; urgency=low * Added support for LBA mode and preliminary AWARD/AMI hard disk BIOS extensions. * GRUB data now installed in /share/grub/$(host_cpu)-$(host_vendor). * Preliminary Texinfo documentation. -- Gordon Matzigkeit Sun, 14 Mar 1999 20:23:04 -0600 grub (0.5.90) unstable; urgency=low * Beta-testing release. * GRUB is now officially part of the GNU Project, and the Debian package is maintained by its upstream maintainers. * LS-120 IDE floppy support should work now (fixes: #33720). -- Gordon Matzigkeit Mon, 1 Mar 1999 12:59:06 -0600 grub (0.5-3) unstable; urgency=low * GRUB now understands symbolic links (fixes: #17306). -- Gordon Matzigkeit Sun, 21 Feb 1999 05:13:25 -0600 grub (0.5-2) unstable; urgency=low * Assembly source cleanups. -- Gordon Matzigkeit Sun, 14 Feb 1999 20:33:39 -0600 grub (0.5-1) unstable; urgency=low * Put everything in /lib/grub (not /boot/grub) and don't install during postinst so that we can't accidentally wreck a working system. This means the package needn't be experimental anymore. * Get rid of grubinst because it doesn't work with 0.5, and I'd rather improve GRUB's builtin installation process. * Use `e' rather than enter to edit. * Minor bug fixes. -- Gordon Matzigkeit Sun, 31 Jan 1998 14:11:32 -0600 grub (0.4-2) experimental; urgency=low * Make postinstall script * Create manpage for grubinst * Make grubinst more flexible * Address bugs 15227 and 15163 (packaging and clue endowment) -- Steve Dunham Thu, 1 Jan 1998 00:38:22 -0500 grub (0.4-2) experimental; urgency=low * Make postinstall script * Create manpage for grubinst * Make grubinst more flexible * Address bugs 15227 and 15163 (packaging and clue endowment) -- Steve Dunham Thu, 1 Jan 1998 00:38:22 -0500 grub (0.4-1) unstable; urgency=low * Initial Release. -- Steve Dunham Wed, 19 Nov 1997 23:42:47 -0500 Local variables: mode: debian-changelog End: