@@ -6,7 +6,7 @@ For All Releases (major, minor, beta, RC)
66 (by packager) (beta)
77
88* Release notes
9- o scan cvs logs, use pgcvslog and flags in comments
9+ o run git log and, if useful, src/tools/git_topo_order
1010 o update doc/src/sgml/release.sgml
1111 o run spellchecker on result
1212 o add SGML markup
@@ -31,7 +31,7 @@ For Major Releases
3131(in addition to the above)
3232
3333* Release notes
34- o search with commit message text to find CVS commit file changes
34+ o use git log or src/tools/git_topo_order to find the relevant commits
3535 o check completion of items that have been marked as completed at
3636 http://wiki.postgresql.org/wiki/Todo
3737 o remove completed TODO items
@@ -62,7 +62,7 @@ For Major Releases
6262Starting a New Development Cycle
6363================================
6464
65- * Create a branch in CVS for maintenance of the previous release
65+ * Create a branch in git for maintenance of the previous release
6666
6767* Increment the major version number in src/tools/version_stamp.pl
6868
@@ -76,16 +76,16 @@ Starting a New Development Cycle
7676Creating Back-Branch Release Notes
7777==================================
7878
79- * Do 'cvs log' on each back-branch and run pgcvslog
79+ * Run src/tools/git_topo_order to generate a list of relevant commits
8080
81- * In CVS HEAD , edit and create SGML markup for the most recent branch
82- in that branch's release-N.N.sgml file
81+ * On the git master branch , edit and create SGML markup for the most recent
82+ branch in that branch's release-N.N.sgml file
8383
8484* Copy this into older branches' release-N.N.sgml files, then remove
85- items that do not apply based on cvs logs for that branch (and add
85+ items that do not apply based on commit logs for that branch (and add
8686 any that are needed)
8787
88- * Copy the appropriate release-N.N.sgml files into each back CVS branch
88+ * Copy the appropriate release-N.N.sgml files into each back branch
8989
9090
9191---------------------------------------------------------------------------
0 commit comments