diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-02-13 21:09:24 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2008-02-13 21:09:24 +0000 |
commit | 3a1bd025ba978ebaab36e852a9833b100fb92cd1 (patch) | |
tree | bc668b702b0ae66c7eaae950632cb53a0d8e572c /src | |
parent | 4588fc47c1cf243cc67d720966d31e9c34be1253 (diff) | |
download | postgresql-3a1bd025ba978ebaab36e852a9833b100fb92cd1.tar.gz postgresql-3a1bd025ba978ebaab36e852a9833b100fb92cd1.zip |
Update minor version bumping policy.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/RELEASE_CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 8603e8449c5..3cd20cf9f41 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -45,7 +45,7 @@ For Major Releases o group items into categories o select major features o select incompatibilities - o add documenation for items + o add documentation for items * Documentation o document all new features @@ -114,6 +114,10 @@ the library has changed, typically a change in source code between releases would mean an increase in the minor version number so long as it does not require a major version increase. +Given that we make at least minor changes to our libraries in every major +PostgreSQL version, we always bump all minor library version numbers at the +start of each development cycle as a matter of policy. + Minimizing Changes ================== |