1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update HISTORY file for 7.0.

This commit is contained in:
Bruce Momjian
2000-03-23 06:30:58 +00:00
parent 5ca8eb9216
commit b508136d81
6 changed files with 610 additions and 122 deletions

View File

@ -5,7 +5,6 @@ doc/Machine-specific FAQ's
doc/bug.template
update include/version.h.in after release, including subversion
update pgaccess
update odbc
update src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java
update src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java
update pg_upgrade to handle new version, or disable
@ -18,3 +17,4 @@ update documentation
man pages
sgml docs
update VERSION numbers of interfaces
update ports list

View File

@ -4,7 +4,7 @@
# Usage $0 [-r 'revision pattern'] file
# cvs log -d '>1999-06-14 00:00:00 GMT' > log
# cvs log -d '>1999-06-14 00:00:00 GMT' . > log
# pgcvslog -r '\.2\.[0-9]*$' log
if [ "X$1" = "X-r" ]