Simplify release-note links to back branches.
authorTom Lane <[email protected]>
Sat, 9 Mar 2019 23:42:19 +0000 (18:42 -0500)
committerTom Lane <[email protected]>
Sat, 9 Mar 2019 23:42:19 +0000 (18:42 -0500)
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

doc/src/sgml/release.sgml

index 2c959b02d9c4b1b6bea777b1188b061987817d74..7619aadc92828e74220011f7e72285e99d7698e4 100644 (file)
@@ -84,64 +84,8 @@ For new features, add links to the documentation sections.
   <title>Prior Releases</title>
 
   <para>
-   Release notes for prior release branches can be found on the
-   <ulink url="https://www.postgresql.org/"><productname>PostgreSQL</productname></ulink>
-   web site.  At the time of release of version 9.4,
-   these were the supported prior release branches:
-
-   <itemizedlist>
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.3:
-      <ulink url="https://www.postgresql.org/docs/9.3/release.html">
-       <literal>https://www.postgresql.org/docs/9.3/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.2:
-      <ulink url="https://www.postgresql.org/docs/9.2/release.html">
-       <literal>https://www.postgresql.org/docs/9.2/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.1:
-      <ulink url="https://www.postgresql.org/docs/9.1/release.html">
-       <literal>https://www.postgresql.org/docs/9.1/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.0:
-      <ulink url="https://www.postgresql.org/docs/9.0/release.html">
-       <literal>https://www.postgresql.org/docs/9.0/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 8.4:
-      <ulink url="https://www.postgresql.org/docs/8.4/release.html">
-       <literal>https://www.postgresql.org/docs/8.4/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-   </itemizedlist>
-  </para>
-
-  <para>
-   Release notes for older release branches can be found at
-   <ulink url="https://www.postgresql.org/docs/manuals/archive/">
-    <literal>https://www.postgresql.org/docs/manuals/archive/</literal>
-   </ulink>
+   Release notes for prior release branches can be found at
+   <ulink url="https://www.postgresql.org/docs/release/"><literal>https://www.postgresql.org/docs/release/</literal></ulink>
   </para>
  </sect1>