1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Update minor version bumping policy.

This commit is contained in:
Alvaro Herrera
2008-02-13 21:09:24 +00:00
parent 4588fc47c1
commit 3a1bd025ba

View File

@ -45,7 +45,7 @@ For Major Releases
o group items into categories o group items into categories
o select major features o select major features
o select incompatibilities o select incompatibilities
o add documenation for items o add documentation for items
* Documentation * Documentation
o document all new features 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 would mean an increase in the minor version number so long as it does not
require a major version increase. 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 Minimizing Changes
================== ==================