2006-03-10 Marco Gerards <marco@gnu.org>

* configure.ac (AC_INIT): Bumped to 1.93.

	* DISTLIST: Added `include/grub/hfs.h'.
This commit is contained in:
marco_g 2006-03-10 22:27:24 +00:00
parent a3c5c6f8f6
commit 5f97350bc7
5 changed files with 25 additions and 10 deletions

View file

@ -1,3 +1,9 @@
2006-03-10 Marco Gerards <marco@gnu.org>
* configure.ac (AC_INIT): Bumped to 1.93.
* DISTLIST: Added `include/grub/hfs.h'.
2006-02-01 Yoshinori K. Okuji <okuji@enbug.org> 2006-02-01 Yoshinori K. Okuji <okuji@enbug.org>
* boot/i386/pc/boot.S (general_error): Before looping, try INT * boot/i386/pc/boot.S (general_error): Before looping, try INT

View file

@ -89,6 +89,7 @@ include/grub/font.h
include/grub/fs.h include/grub/fs.h
include/grub/fshelp.h include/grub/fshelp.h
include/grub/gzio.h include/grub/gzio.h
include/grub/hfs.h
include/grub/kernel.h include/grub/kernel.h
include/grub/loader.h include/grub/loader.h
include/grub/misc.h include/grub/misc.h

8
NEWS
View file

@ -1,3 +1,11 @@
New in 1.93 - 2006-03-10:
* Add support for the HFS+ wrapper.
* Major improvements to scripting support.
* Menu entries are now scriptable.
New in 1.92 - 2005-12-25: New in 1.92 - 2005-12-25:
* Add support for GPT partition table format. * Add support for GPT partition table format.

18
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for GRUB 1.92. # Generated by GNU Autoconf 2.59 for GRUB 1.93.
# #
# Report bugs to <bug-grub@gnu.org>. # Report bugs to <bug-grub@gnu.org>.
# #
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='GRUB' PACKAGE_NAME='GRUB'
PACKAGE_TARNAME='grub' PACKAGE_TARNAME='grub'
PACKAGE_VERSION='1.92' PACKAGE_VERSION='1.93'
PACKAGE_STRING='GRUB 1.92' PACKAGE_STRING='GRUB 1.93'
PACKAGE_BUGREPORT='bug-grub@gnu.org' PACKAGE_BUGREPORT='bug-grub@gnu.org'
ac_unique_file="include/grub/dl.h" ac_unique_file="include/grub/dl.h"
@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures GRUB 1.92 to adapt to many kinds of systems. \`configure' configures GRUB 1.93 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -841,7 +841,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of GRUB 1.92:";; short | recursive ) echo "Configuration of GRUB 1.93:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -958,7 +958,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
GRUB configure 1.92 GRUB configure 1.93
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by GRUB $as_me 1.92, which was It was created by GRUB $as_me 1.93, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@ -6877,7 +6877,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by GRUB $as_me 1.92, which was This file was extended by GRUB $as_me 1.93, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -6940,7 +6940,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
GRUB config.status 1.92 GRUB config.status 1.93
configured by $0, generated by GNU Autoconf 2.59, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -11,7 +11,7 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. # PARTICULAR PURPOSE.
AC_INIT(GRUB, 1.92, [bug-grub@gnu.org]) AC_INIT(GRUB, 1.93, [bug-grub@gnu.org])
AC_PREREQ(2.53) AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([include/grub/dl.h]) AC_CONFIG_SRCDIR([include/grub/dl.h])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])