diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-09-29 12:19:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-09-29 12:19:16 +0000 |
commit | e6022e7470775be7129b2c4d1e5c05aa88eede5d (patch) | |
tree | 10789309ac45ea1445c691c02244848c55e4419a | |
parent | bdee83e7e4c4dde71fb7d7825ea290078e7f43c1 (diff) | |
download | postgresql-e6022e7470775be7129b2c4d1e5c05aa88eede5d.tar.gz postgresql-e6022e7470775be7129b2c4d1e5c05aa88eede5d.zip |
In the release checklist, mention packagers will see the minor upgrade
numbering for additional functions.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 9a245e65552..1d4027957cd 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 function which would give the new field a suitable default value. -Adding a new function would NOT force an increase in the major version -number. When the major version is increased all applications which -link to the library MUST be recompiled - this is not desirable. When +Adding a new function should NOT force an increase in the major version +number. (Packagers will see the standard minor number update and install +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. Minor Version ============= -The minor version number should be updated whenever the functionality -of the library has changed, typically and 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. +The minor version number should be updated whenever the functionality of +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. Minimizing Changes ================== |