1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update for 7.2.1.

This commit is contained in:
Bruce Momjian
2002-03-18 23:03:13 +00:00
parent b6cb03c7ce
commit 658371fe9f
4 changed files with 87 additions and 39 deletions

View File

@ -4,7 +4,7 @@
bump interface version numbers
update src/interfaces/libpq/libpq.rc
update src/interfaces/libpq++/libpq++dll.rc
update src/include/config.h.win32
update src/include/pg_config.h.win32
* Release notes
update doc/src/sgml/release.sgml
@ -20,8 +20,6 @@
platform-specific FAQ's, if needed
* Miscellaneous files
README
register.txt
doc/bug.template
* Update pg_upgrade to handle new version, or disable

View File

@ -8,14 +8,11 @@
#
# pre and post-branch logs:
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
#
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE
# cvs log -d'>1999-06-14 00:00:00 GMT' . > log
#
# pre and post-branch logs:
# find . -name CVS -type d -exec touch '{}/Entries.Static' \;
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
# cvs log -d'>2000-05-29 00:00:00 GMT' -r
# find . -name CVS -type d -exec rm '{}/Entries.Static' \;
#