Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60b1d6c

Browse files
committed
Doc: in each release branch, keep only that branch's own release notes.
Historically we've had each release branch include all prior branches' notes, including minor-release changes, back to the beginning of the project. That's basically an O(N^2) proposition, and it was starting to catch up with us: as of HEAD the back-branch release notes alone accounted for nearly 30% of the documentation. While there's certainly some value in easy access to back-branch notes, this is getting out of hand. Hence, switch over to the rule that each branch contains only its own release notes. So as to not make older notes too hard to find, each branch will provide URLs for the immediately preceding branches' release notes on the project website. There might be value in providing aggregated notes across all branches somewhere on the website, but that's a task for another day. Discussion: https://postgr.es/m/cbd4aeb5-2d9c-8b84-e968-9e09393d4c83@postgresql.org
1 parent 16e0464 commit 60b1d6c

15 files changed

+74
-121835
lines changed

doc/src/sgml/filelist.sgml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,6 @@
169169

170170
<!ENTITY release SYSTEM "release.sgml">
171171
<!ENTITY release-9.6 SYSTEM "release-9.6.sgml">
172-
<!ENTITY release-9.5 SYSTEM "release-9.5.sgml">
173-
<!ENTITY release-9.4 SYSTEM "release-9.4.sgml">
174-
<!ENTITY release-9.3 SYSTEM "release-9.3.sgml">
175-
<!ENTITY release-9.2 SYSTEM "release-9.2.sgml">
176-
<!ENTITY release-9.1 SYSTEM "release-9.1.sgml">
177-
<!ENTITY release-9.0 SYSTEM "release-9.0.sgml">
178-
<!ENTITY release-8.4 SYSTEM "release-8.4.sgml">
179-
<!ENTITY release-8.3 SYSTEM "release-8.3.sgml">
180-
<!ENTITY release-8.2 SYSTEM "release-8.2.sgml">
181-
<!ENTITY release-8.1 SYSTEM "release-8.1.sgml">
182-
<!ENTITY release-8.0 SYSTEM "release-8.0.sgml">
183-
<!ENTITY release-7.4 SYSTEM "release-7.4.sgml">
184-
<!ENTITY release-old SYSTEM "release-old.sgml">
185172

186173
<!ENTITY acronyms SYSTEM "acronyms.sgml">
187174

0 commit comments

Comments
 (0)