From 0c8552cfaecfb4cb223909edeba967e2f27dde37 Mon Sep 17 00:00:00 2001 From: okuji Date: Fri, 29 Mar 2002 10:24:17 +0000 Subject: [PATCH] 2002-03-29 Yoshinori K. Okuji * docs/grub.texi (General commands): Added ``pager'' into the menu. (pager): New subsection. (terminal): Added a description about the option ``--lines=LINES''. * configure.in (AC_INIT_AUTOMAKE): Set the version number to 0.92. --- ChangeLog | 11 +++++++++++ configure | 2 +- configure.in | 4 ++-- docs/grub-install.8 | 2 +- docs/grub.8 | 2 +- docs/grub.texi | 30 ++++++++++++++++++++++++------ docs/mbchk.1 | 2 +- docs/stamp-vti | 8 ++++---- docs/version.texi | 8 ++++---- 9 files changed, 49 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c49d21eb..8ce7c68a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-03-29 Yoshinori K. Okuji + + * docs/grub.texi (General commands): Added ``pager'' into the + menu. + (pager): New subsection. + (terminal): Added a description about the option + ``--lines=LINES''. + + * configure.in (AC_INIT_AUTOMAKE): Set the version number to + 0.92. + 2002-03-26 Yoshinori K. Okuji * netboot/eepro100.c (eepro100_probe): Increase the delay at the diff --git a/configure b/configure index 8523d02b6..e8451e7aa 100644 --- a/configure +++ b/configure @@ -1279,7 +1279,7 @@ fi # Define the identity of the package. PACKAGE=grub -VERSION=0.91 +VERSION=0.92 cat >>confdefs.h <