diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-10 18:08:48 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-06-10 18:08:48 +0000 |
| commit | 99b8ebec645cdb7ddb0b51a6772ab76c8dd974c6 (patch) | |
| tree | d894dd43d8293b4400e3a0f5d243ffe9d61fb47a /src/tools/RELEASE_CHANGES | |
| parent | 0f5c606f4197e54cad8fb5d7751673e479bed31e (diff) | |
| download | postgresql-99b8ebec645cdb7ddb0b51a6772ab76c8dd974c6.tar.gz | |
Create a script to handle stamping release version numbers into files,
replacing the tedious and error-prone manual process we've been using.
Diffstat (limited to 'src/tools/RELEASE_CHANGES')
| -rw-r--r-- | src/tools/RELEASE_CHANGES | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 3cd20cf9f4..81ae25b170 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -2,16 +2,9 @@ For All Releases (major, minor, beta, RC) ================ * Release version number changes - o doc/bug.template (beta) - o bump Win32 interface version numbers - - src/include/pg_config.h.win32 - (string and integer versions) (beta) - - src/interfaces/libpq/libpq.rc.in - (pre-8.0 had just libpq.rc) - - src/port/win32ver.rc o update doc/FAQ and doc/src/FAQ/FAQ.html o copy FAQs from HEAD to top-most branch - o configure.in, and run autoconf or update configure + o run src/tools/version_stamp.pl, then run autoconf (by packager) (beta) * Release notes @@ -61,6 +54,16 @@ For Major Releases * Update inet/cidr data types with newest Bind patches +Starting a New Development Cycle +================================ + +* Create a branch in CVS for maintenance of the previous release + +* Increment the major version number in src/tools/version_stamp.pl + +* Run "src/tools/version_stamp.pl devel", then run autoconf + + Creating Back-Branch Release Notes ================================== |
