diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/bug.template | 4 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 4 | ||||
-rw-r--r-- | register.txt | 2 |
6 files changed, 10 insertions, 10 deletions
@@ -3,7 +3,7 @@ ------------------------------------------------------------------------ -Release 7.1 (2001-??-??) +Release 7.1 (2001-04-13) This release focuses on removing limitations that have existed in the @@ -1,9 +1,9 @@ PostgreSQL Data Base Management System (formerly known as Postgres, then as Postgres95). -This directory contains the development version of 7.1 of the -PostgreSQL database server. The server is not ANSI SQL compliant, but -it gets closer with every release. After you unzip and untar the +This directory contains the development version of 7.1.1 of the +PostgreSQL database server. The server is not 100% ANSI SQL compliant, +but it gets closer with every release. After you unzip and untar the distribution file, look at file INSTALL for the installation notes and file HISTORY for the changes. diff --git a/configure.in b/configure.in index 5b475227ec0..8f09195d483 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h) AC_PREREQ(2.13) AC_CONFIG_AUX_DIR(config) -VERSION='7.1' +VERSION='7.1.1' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") diff --git a/doc/bug.template b/doc/bug.template index 0474b58b0ec..892e39bb026 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -27,9 +27,9 @@ System Configuration Operating System (example: Linux 2.0.26 ELF) : - PostgreSQL version (example: PostgreSQL-7.1): PostgreSQL-7.1 + PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.1.1 - Compiler used (example: gcc 2.8.0) : + Compiler used (example: gcc 2.95.2) : Please enter a FULL description of your problem: diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 547e12d2cb2..ef2e95d5458 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.87 2001/05/03 16:26:21 momjian Exp $ --> <appendix id="release"> @@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 mom <note> <title>Release date</title> - <simpara>2001-??-??</simpara> + <simpara>2001-04-13</simpara> </note> <!-- diff --git a/register.txt b/register.txt index aaf49a44fd2..d1ca0bb64c6 100644 --- a/register.txt +++ b/register.txt @@ -1,5 +1,5 @@ -(2000-12-11) +(2001-05-04) PostgreSQL has a Web site at http://www.postgresql.org/ which carries details on the latest release, upcoming features, and other information to make your work or play with PostgreSQL more productive. |