Skip to content

Commit bb2da63

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

File tree

1 file changed

+2
-58
lines changed

1 file changed

+2
-58
lines changed

doc/src/sgml/release.sgml

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

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

0 commit comments

Comments
 (0)