Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 13e9cea

Browse files
committed
Some updates for 7.1.1.
1 parent 8571e6c commit 13e9cea

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

HISTORY

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
------------------------------------------------------------------------
44

55

6-
Release 7.1 (2001-??-??)
6+
Release 7.1 (2001-04-13)
77

88

99
This release focuses on removing limitations that have existed in the

README

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PostgreSQL Data Base Management System (formerly known as Postgres, then
22
as Postgres95).
33

4-
This directory contains the development version of 7.1 of the
5-
PostgreSQL database server. The server is not ANSI SQL compliant, but
6-
it gets closer with every release. After you unzip and untar the
4+
This directory contains the development version of 7.1.1 of the
5+
PostgreSQL database server. The server is not 100% ANSI SQL compliant,
6+
but it gets closer with every release. After you unzip and untar the
77
distribution file, look at file INSTALL for the installation notes and
88
file HISTORY for the changes.
99

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
2828
AC_PREREQ(2.13)
2929
AC_CONFIG_AUX_DIR(config)
3030

31-
VERSION='7.1'
31+
VERSION='7.1.1'
3232
AC_SUBST(VERSION)
3333
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
3434

doc/bug.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ System Configuration
2727

2828
Operating System (example: Linux 2.0.26 ELF) :
2929

30-
PostgreSQL version (example: PostgreSQL-7.1): PostgreSQL-7.1
30+
PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.1.1
3131

32-
Compiler used (example: gcc 2.8.0) :
32+
Compiler used (example: gcc 2.95.2) :
3333

3434

3535
Please enter a FULL description of your problem:

doc/src/sgml/release.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.87 2001/05/03 16:26:21 momjian Exp $
33
-->
44

55
<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
1010

1111
<note>
1212
<title>Release date</title>
13-
<simpara>2001-??-??</simpara>
13+
<simpara>2001-04-13</simpara>
1414
</note>
1515

1616
<!--

register.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
(2000-12-11)
2+
(2001-05-04)
33
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
44
on the latest release, upcoming features, and other information to make your
55
work or play with PostgreSQL more productive.

0 commit comments

Comments
 (0)