Commit e6022e74 authored by Bruce Momjian's avatar Bruce Momjian

In the release checklist, mention packagers will see the minor upgrade

numbering for additional functions.
parent bdee83e7
...@@ -99,18 +99,19 @@ previously taken to shield users from such a change, for example by ...@@ -99,18 +99,19 @@ previously taken to shield users from such a change, for example by
such structures only ever being allocated/instantiated by a library such structures only ever being allocated/instantiated by a library
function which would give the new field a suitable default value. function which would give the new field a suitable default value.
Adding a new function would NOT force an increase in the major version Adding a new function should NOT force an increase in the major version
number. When the major version is increased all applications which number. (Packagers will see the standard minor number update and install
link to the library MUST be recompiled - this is not desirable. When the new library.) When the major version is increased all applications
which link to the library MUST be recompiled - this is not desirable. When
the major version is updated the minor version gets reset. the major version is updated the minor version gets reset.
Minor Version Minor Version
============= =============
The minor version number should be updated whenever the functionality The minor version number should be updated whenever the functionality of
of the library has changed, typically and change in source code the library has changed, typically a change in source code between releases
between releases would mean an increase in the minor version number so would mean an increase in the minor version number so long as it does not
long as it does not require a major version increase. require a major version increase.
Minimizing Changes Minimizing Changes
================== ==================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment