Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0b7626

Browse files
committed
Simplify release-note links to back branches.
Now thathttps://www.postgresql.org/docs/release/ is populated,replace the stopgap text we had under "Prior Releases" witha pointer to that archive.Discussion:https://postgr.es/m/e0f09c9a-bd2b-862a-d379-601dfabc8969@postgresql.org
1 parent0516c61 commita0b7626

File tree

2 files changed

+4
-62
lines changed

2 files changed

+4
-62
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -86,64 +86,8 @@ For new features, add links to the documentation sections.
8686
<title>Prior Releases</title>
8787

8888
<para>
89-
Release notes for prior release branches can be found on the
90-
<ulink url="https://www.postgresql.org/"><productname>PostgreSQL</productname></ulink>
91-
web site. At the time of release of version 12,
92-
these were the supported prior release branches:
93-
94-
<itemizedlist>
95-
<listitem>
96-
<para>
97-
<productname>PostgreSQL</productname> 11:
98-
<ulink url="https://www.postgresql.org/docs/11/release.html">
99-
<literal>https://www.postgresql.org/docs/11/release.html</literal>
100-
</ulink>
101-
</para>
102-
</listitem>
103-
104-
<listitem>
105-
<para>
106-
<productname>PostgreSQL</productname> 10:
107-
<ulink url="https://www.postgresql.org/docs/10/release.html">
108-
<literal>https://www.postgresql.org/docs/10/release.html</literal>
109-
</ulink>
110-
</para>
111-
</listitem>
112-
113-
<listitem>
114-
<para>
115-
<productname>PostgreSQL</productname> 9.6:
116-
<ulink url="https://www.postgresql.org/docs/9.6/release.html">
117-
<literal>https://www.postgresql.org/docs/9.6/release.html</literal>
118-
</ulink>
119-
</para>
120-
</listitem>
121-
122-
<listitem>
123-
<para>
124-
<productname>PostgreSQL</productname> 9.5:
125-
<ulink url="https://www.postgresql.org/docs/9.5/release.html">
126-
<literal>https://www.postgresql.org/docs/9.5/release.html</literal>
127-
</ulink>
128-
</para>
129-
</listitem>
130-
131-
<listitem>
132-
<para>
133-
<productname>PostgreSQL</productname> 9.4:
134-
<ulink url="https://www.postgresql.org/docs/9.4/release.html">
135-
<literal>https://www.postgresql.org/docs/9.4/release.html</literal>
136-
</ulink>
137-
</para>
138-
</listitem>
139-
</itemizedlist>
140-
</para>
141-
142-
<para>
143-
Release notes for older release branches can be found at
144-
<ulink url="https://www.postgresql.org/docs/manuals/archive/">
145-
<literal>https://www.postgresql.org/docs/manuals/archive/</literal>
146-
</ulink>
89+
Release notes for prior release branches can be found at
90+
<ulink url="https://www.postgresql.org/docs/release/"><literal>https://www.postgresql.org/docs/release/</literal></ulink>
14791
</para>
14892
</sect1>
14993

‎src/tools/RELEASE_CHANGES

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,8 @@ Creating Back-Branch Release Notes
124124
Retiring a Branch
125125
=================
126126

127-
After support is dropped for an old branch, remove the link for it
128-
in HEAD's doc/src/sgml/release.sgml. If the newest back branch hasn't
129-
yet reached GA release, do the same there. (Given our current development
130-
calendar, the latter should seldom be necessary.)
127+
* Get the buildfarm's 'branches_of_interest.txt' file updated to remove
128+
the retired branch.
131129

132130

133131

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp