Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8f00f73d
Commit
8f00f73d
authored
Sep 21, 2010
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove various mentions of CVS from src/tools/RELEASE_CHANGES.
parent
1b984d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/tools/RELEASE_CHANGES
src/tools/RELEASE_CHANGES
+8
-8
No files found.
src/tools/RELEASE_CHANGES
View file @
8f00f73d
...
...
@@ -6,7 +6,7 @@ For All Releases (major, minor, beta, RC)
(by packager) (beta)
* Release notes
o
scan cvs logs, use pgcvslog and flags in comments
o
run git log and, if useful, src/tools/git_topo_order
o update doc/src/sgml/release.sgml
o run spellchecker on result
o add SGML markup
...
...
@@ -31,7 +31,7 @@ For Major Releases
(in addition to the above)
* Release notes
o
search with commit message text to find CVS commit file change
s
o
use git log or src/tools/git_topo_order to find the relevant commit
s
o check completion of items that have been marked as completed at
http://wiki.postgresql.org/wiki/Todo
o remove completed TODO items
...
...
@@ -62,7 +62,7 @@ For Major Releases
Starting a New Development Cycle
================================
* Create a branch in
CVS
for maintenance of the previous release
* Create a branch in
git
for maintenance of the previous release
* Increment the major version number in src/tools/version_stamp.pl
...
...
@@ -76,16 +76,16 @@ Starting a New Development Cycle
Creating Back-Branch Release Notes
==================================
*
Do 'cvs log' on each back-branch and run pgcvslog
*
Run src/tools/git_topo_order to generate a list of relevant commits
*
In CVS HEAD, edit and create SGML markup for the most recent branch
in that branch's release-N.N.sgml file
*
On the git master branch, edit and create SGML markup for the most recent
branch
in that branch's release-N.N.sgml file
* Copy this into older branches' release-N.N.sgml files, then remove
items that do not apply based on c
vs
logs for that branch (and add
items that do not apply based on c
ommit
logs for that branch (and add
any that are needed)
* Copy the appropriate release-N.N.sgml files into each back
CVS
branch
* Copy the appropriate release-N.N.sgml files into each back branch
---------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment