aboutsummaryrefslogtreecommitdiff
path: root/src/tools/RELEASE_CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/RELEASE_CHANGES')
-rw-r--r--src/tools/RELEASE_CHANGES19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index 3cd20cf9f41..81ae25b170b 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
==================================