diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-04-20 15:47:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-04-20 15:47:08 +0000 |
commit | d4b832508abf9b8c0f8168cfbc2ce77b8b74aee2 (patch) | |
tree | 9a0f1e4af675346a68388162b6e840427902c406 | |
parent | 39c1ce2ccb991385d9a09d1542cb87e8b0b783b2 (diff) | |
download | postgresql-d4b832508abf9b8c0f8168cfbc2ce77b8b74aee2.tar.gz postgresql-d4b832508abf9b8c0f8168cfbc2ce77b8b74aee2.zip |
Add mention of checking <link> behavior of HISTORY.html to release
checklist.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index acefa1a000e..b1ef4931e84 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -17,6 +17,7 @@ For All Releases (major, minor, beta, RC) o update doc/src/sgml/release.sgml o run spellchecker on result o add SGML markup + o check if 'gmake HISTORY.html' works for <link>s * Update timezone data to match latest zic database (see src/timezone/README) |