diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-23 00:38:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-23 00:38:05 +0000 |
commit | 3a4589056d8d5c2a14e426770776107312988ef4 (patch) | |
tree | 2ab8fe69666f47cc3ad47c791158b3b8d1be08cd /src | |
parent | cb91f073a4a1b75770d8c6757a1a12265a2c6587 (diff) | |
download | postgresql-3a4589056d8d5c2a14e426770776107312988ef4.tar.gz postgresql-3a4589056d8d5c2a14e426770776107312988ef4.zip |
Add tools/find_gt_lt to find < and > in SGML source.
Lowercase some uppercase tags so tools is more reliable at finding
problems.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index c7528f46fe1..a087d0c85af 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -8,9 +8,10 @@ o doc/bug.template o bump interface version numbers - src/interfaces/*/Makefile (major releases only) + - src/interfaces/*/*/Makefile (major releases only) - src/interfaces/libpq/libpq.rc.in (major and minor releases) - src/include/pg_config.h.win32 (major and minor releases) - - port/win32ver.rc (major and minor releases) + - src/port/win32ver.rc (major and minor releases) * Release notes o scan cvs logs, use pgcvslog and flags in comments @@ -28,6 +29,7 @@ document all new features update help output from inside the programs doc/src/sgml/ref manual pages + convert any literal "<" and ">" characters, use tools/find_gt_lt * Ports update config.guess and config.sub at the start of beta |