diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-22 23:39:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-22 23:39:21 +0000 |
commit | 112654c72c2eb6fd37d8f53f4ad945e371affe62 (patch) | |
tree | f3ab25882212a5ac80dd77062db44ec8485df44a | |
parent | 754b5e1c42aa60f9ba18d2a9104cff4f25e06d95 (diff) | |
download | postgresql-112654c72c2eb6fd37d8f53f4ad945e371affe62.tar.gz postgresql-112654c72c2eb6fd37d8f53f4ad945e371affe62.zip |
Mention issue with < and > in docs.
-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 1b44829a9ef..149e67f4bce 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -29,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 * Ports update config.guess and config.sub at the start of beta |