Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Simplify release-note links to back branches.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Mar 2019 23:42:19 +0000 (18:42 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
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 7678be4d4368652a2e8723ff08c59feb7353405f..1d93e2634dfa7bda82d4c467adb0805dc37d1d4b 100644 (file)
@@ -87,64 +87,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 11,
-   these were the supported prior release branches:
-
-   <itemizedlist>
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 10:
-      <ulink url="https://www.postgresql.org/docs/10/release.html">
-       <literal>https://www.postgresql.org/docs/10/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.6:
-      <ulink url="https://www.postgresql.org/docs/9.6/release.html">
-       <literal>https://www.postgresql.org/docs/9.6/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.5:
-      <ulink url="https://www.postgresql.org/docs/9.5/release.html">
-       <literal>https://www.postgresql.org/docs/9.5/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <listitem>
-     <para>
-      <productname>PostgreSQL</productname> 9.4:
-      <ulink url="https://www.postgresql.org/docs/9.4/release.html">
-       <literal>https://www.postgresql.org/docs/9.4/release.html</literal>
-      </ulink>
-     </para>
-    </listitem>
-
-    <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>
-   </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>