]> git.proxmox.com Git - grub2.git/commitdiff
2006-10-15 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 15 Oct 2006 13:53:59 +0000 (13:53 +0000)
committerokuji <okuji@localhost>
Sun, 15 Oct 2006 13:53:59 +0000 (13:53 +0000)
        * configure.ac (AC_INIT): Bumped to 1.95.

ChangeLog
NEWS
configure
configure.ac

index 2c06ffeb72d9d5266447212313b7bc1a7a79c69a..59b670f907653fefb6ed9e4e70fbaf7d5db7e71c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-15  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * configure.ac (AC_INIT): Bumped to 1.95.
+
 2006-10-14  Robert Millan  <rmh@aybabtu.com>
 
        * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
diff --git a/NEWS b/NEWS
index 1879c44a1523be9afe204b7c55ebdb2833229b05..7d23104dfedc067dd024d4a067242a2527bd0650 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in 1.95:
+New in 1.95 - 2006-10-15:
 
 * Number partitions from 1 instead of 0. For instance, the first
   partition of "hd0" is now "hd0,1" but not "hd0,0".
index ab4ade0bc43267ca855d3ec0b3cb8949693a3dcc..911c98f47c4d6fa4b6453af097f1ca4598a8af79 100644 (file)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for GRUB 1.94.
+# Generated by GNU Autoconf 2.59 for GRUB 1.95.
 #
 # Report bugs to <bug-grub@gnu.org>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GRUB'
 PACKAGE_TARNAME='grub'
-PACKAGE_VERSION='1.94'
-PACKAGE_STRING='GRUB 1.94'
+PACKAGE_VERSION='1.95'
+PACKAGE_STRING='GRUB 1.95'
 PACKAGE_BUGREPORT='bug-grub@gnu.org'
 
 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.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GRUB 1.94 to adapt to many kinds of systems.
+\`configure' configures GRUB 1.95 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -842,7 +842,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GRUB 1.94:";;
+     short | recursive ) echo "Configuration of GRUB 1.95:";;
    esac
   cat <<\_ACEOF
 
@@ -966,7 +966,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GRUB configure 1.94
+GRUB configure 1.95
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -980,7 +980,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GRUB $as_me 1.94, which was
+It was created by GRUB $as_me 1.95, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -7438,7 +7438,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GRUB $as_me 1.94, which was
+This file was extended by GRUB $as_me 1.95, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7501,7 +7501,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GRUB config.status 1.94
+GRUB config.status 1.95
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 25fe48e8919360f53019cfb041f605c4fbed3b10..17484dd920184e4bd6f584dfd600a7023fc0f629 100644 (file)
@@ -31,7 +31,7 @@ dnl (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for the target
 dnl type.
 
 
-AC_INIT(GRUB, 1.94, [bug-grub@gnu.org])
+AC_INIT(GRUB, 1.95, [bug-grub@gnu.org])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([include/grub/dl.h])
 AC_CONFIG_HEADER([config.h])