diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-29 03:41:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-29 03:41:54 +0000 |
commit | 6976205b4bc665146216c04f1eca573b7169bb29 (patch) | |
tree | babc5ba162bc10a0fd35845df0dd8b35da1c4e7c | |
parent | 5fdb142f1653ab922891d231befc575e672b90b8 (diff) | |
download | postgresql-6976205b4bc665146216c04f1eca573b7169bb29.tar.gz postgresql-6976205b4bc665146216c04f1eca573b7169bb29.zip |
Update release steps.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index e0a0bacad20..e29a01e6c16 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -2,11 +2,11 @@ configure.in and configure bump interface version numbers o src/interfaces/*/Makefile - o src/interfaces/libpq/libpq.rc - o src/include/pg_config.h.win32 + o src/interfaces/libpq/libpq.rc (update for minor release) + o src/include/pg_config.h.win32 (update for minor release) * Release notes - update HISTORY and later doc/src/sgml/release.sgml + update doc/src/sgml/release.sgml and generate HISTORY * Documentation document all new features @@ -14,7 +14,7 @@ doc/src/sgml/ref manual pages * Ports - update ports list in doc/src/sgml/installation.sgml + update ports list in doc/src/sgml/installation.sgml update INSTALL platform-specific FAQ's, if needed @@ -28,8 +28,8 @@ --------------------------------------------------------------------------- -Major Version -============= +Major Version Library Numbers +============================= The major version number should be updated whenever the source of the library changes to make it binary incompatible. Such changes include, |