diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-06-14 14:53:23 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-06-14 14:53:23 -0400 |
commit | 46e1434f3db21cdc05dea42b4e060d2078ff5b87 (patch) | |
tree | 7d473f8e45d0f9026e9cd8769660e1d8dc2598d2 | |
parent | 8a3f0894a477c09c626abed273be80afdc6b13ac (diff) | |
download | postgresql-46e1434f3db21cdc05dea42b4e060d2078ff5b87.tar.gz postgresql-46e1434f3db21cdc05dea42b4e060d2078ff5b87.zip |
Update RELEASE_CHANGES to describe library version bumping more fully.
-rw-r--r-- | src/tools/RELEASE_CHANGES | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 411b46ae92c..7ae9ade562c 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -74,12 +74,17 @@ Starting a New Development Cycle * Run "src/tools/version_stamp.pl devel", then run autoconf -* Bump minor library versions, major if appropriate (see below) - o src/interfaces/*/Makefile - o src/interfaces/*/*/Makefile - * Add version tag to src/tools/git_changelog +* Bump minor library versions, major if appropriate (see below) + o Look for SO_MINOR_VERSION and MINOR_VERSION macros in + src/interfaces/ecpg/compatlib/Makefile + src/interfaces/ecpg/ecpglib/Makefile + src/interfaces/ecpg/pgtypeslib/Makefile + src/interfaces/ecpg/preproc/Makefile + src/interfaces/libpq/Makefile + src/tools/msvc/Mkvcbuild.pm + Creating Back-Branch Release Notes ================================== |