diff --git a/NEWS b/NEWS index 62603f3d2..f76c55ce0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GRUB +New in 0.5.94: +* Stage 1 supports both the LBA mode and the CHS mode. + New in 0.5.93: * ELF format of FreeBSD kernel is supported. * Support the partition ids for NetBSD and OpenBSD. diff --git a/TODO b/TODO index 935fa970d..dac558d08 100644 --- a/TODO +++ b/TODO @@ -37,5 +37,4 @@ Priorities: * Add remote console support (serial, parallel and net). * Add RAID support. * Complete the netboot support. ! -* Support CHS and LBA in a single Stage 1. !! * Add automatic configuration support. diff --git a/configure b/configure index a6ce65a8b..d280f33c0 100644 --- a/configure +++ b/configure @@ -778,7 +778,7 @@ fi PACKAGE=grub -VERSION=0.5.93 +VERSION=0.5.94 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then diff --git a/debian/changelog b/debian/changelog index 8fc0b9be8..2b5417289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,5 @@ +grub (0.5.94) unstable; urgency=low + grub (0.5.93) unstable; urgency=low * Updated example configurations. (fixes:bug#42136)