]> granicus.if.org Git - postgresql/commitdiff
Some updates for 7.1.1.
authorBruce Momjian <bruce@momjian.us>
Thu, 3 May 2001 16:26:21 +0000 (16:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 May 2001 16:26:21 +0000 (16:26 +0000)
HISTORY
README
configure.in
doc/bug.template
doc/src/sgml/release.sgml
register.txt

diff --git a/HISTORY b/HISTORY
index 6b4d6b0022a2ad644cd20143c5b4dbbb9b114521..214f86d33edad8571284e162b659221e6d60012e 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/README b/README
index 4d82f48d8ad7fd63a03677278554676c73fe94f2..b8e78e84299c0480c9f21aa6291fccc83d50cd06 100644 (file)
--- a/README
+++ b/README
@@ -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.
 
index 5b475227ec0df2a75bc806495dfeafe51d8db07c..8f09195d483908954accbae1fa1b5b1d626d21c0 100644 (file)
@@ -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")
 
index 0474b58b0ecfd964a51500ad3f8df8d71d539dd9..892e39bb02692bed6e6654753157cbcd4c16de68 100644 (file)
@@ -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:
index 547e12d2cb2bb92f875a39d9f14cf8d881428ea5..ef2e95d54580242c8f28dbf537bdc1ed5f698788 100644 (file)
@@ -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>
 
    <!--
index aaf49a44fd283cb0c41bc3771fe2d498d956ad73..d1ca0bb64c6512e3c5f9ffd2bca5236705e645a7 100644 (file)
@@ -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.