@@ -6,7 +6,7 @@ For All Releases (major, minor, beta, RC)
66 (by packager) (beta)
77
88* Release notes
9- oscan cvs logs, use pgcvslog and flags in comments
9+ orun git log and, if useful, src/tools/git_topo_order
1010o update doc/src/sgml/release.sgml
1111o run spellchecker on result
1212o add SGML markup
@@ -31,7 +31,7 @@ For Major Releases
3131(in addition to the above)
3232
3333* Release notes
34- osearch with commit message text to findCVS commit file changes
34+ ouse git log or src/tools/git_topo_order to findthe relevant commits
3535o check completion of items that have been marked as completed at
3636 http://wiki.postgresql.org/wiki/Todo
3737o remove completed TODO items
@@ -62,7 +62,7 @@ For Major Releases
6262Starting a New Development Cycle
6363================================
6464
65- * Create a branch inCVS for maintenance of the previous release
65+ * Create a branch ingit 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 oncvs logs for that branch (and add
85+ items that do not apply based oncommit logs for that branch (and add
8686 any that are needed)
8787
88- * Copy the appropriate release-N.N.sgml files into each backCVS branch
88+ * Copy the appropriate release-N.N.sgml files into each back branch
8989
9090
9191---------------------------------------------------------------------------