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

Add HISTORY items for 7.1.2.

This commit is contained in:
Bruce Momjian
2001-05-17 13:28:30 +00:00
parent 8783d2a5bf
commit e4f2bea7fb
3 changed files with 16 additions and 2 deletions

View File

@ -9,7 +9,13 @@
# 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_0_PATCHES
# 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' \;
#