diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-03-18 23:03:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-03-18 23:03:13 +0000 |
commit | 658371fe9fb969b8dc4725f737f6c2e9412170db (patch) | |
tree | 0a5347b90b9a2fb6de18ae59995dd8c344103394 /src | |
parent | b6cb03c7cec9206ff1cbe46d32a8f5c4076e2f6e (diff) | |
download | postgresql-658371fe9fb969b8dc4725f737f6c2e9412170db.tar.gz postgresql-658371fe9fb969b8dc4725f737f6c2e9412170db.zip |
Update for 7.2.1.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 4 | ||||
-rwxr-xr-x | src/tools/pgcvslog | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index ca24246e0c8..44487c4d10c 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 9b8ead1c4ee..35191cd8cf2 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -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' \; # |