]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Split the release notes into a separate file for each (active) major branch,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 May 2009 20:17:57 +0000 (20:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 May 2009 20:17:57 +0000 (20:17 +0000)
commitf8d10e50d370c0540cc2e5a902a8df5148f123f1
tree03b59fa45b39be1cb46193bdec510473f5282da5
parentd2d9bd0e04a4b744117ba4edfedb9b3ee441a7be
Split the release notes into a separate file for each (active) major branch,
as per my recent proposal.  release.sgml itself is now just a stub that should
change rarely; ideally, only once per major release to add a new include line.
Most editing work will occur in the release-N.N.sgml files.  To update a back
branch for a minor release, just copy the appropriate release-N.N.sgml
file(s) into the back branch.

This commit doesn't change the end-product documentation at all, only the
source layout.  However, it makes it easy to start omitting ancient information
from newer branches' documentation, should we ever decide to do that.
doc/src/sgml/Makefile
doc/src/sgml/filelist.sgml
doc/src/sgml/generate_history.pl [new file with mode: 0644]
doc/src/sgml/release-7.4.sgml [new file with mode: 0644]
doc/src/sgml/release-8.0.sgml [new file with mode: 0644]
doc/src/sgml/release-8.1.sgml [new file with mode: 0644]
doc/src/sgml/release-old.sgml [new file with mode: 0644]
doc/src/sgml/release.sgml