[exim-cvs] Mention maintenance releases

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Mention maintenance releases
Gitweb: https://git.exim.org/exim-website.git/commitdiff/52d17ab31293a7b0feb7e77c531a3697ec99a4e7
Commit:     52d17ab31293a7b0feb7e77c531a3697ec99a4e7
Parent:     a0755fd94f647ade5c3ebc1043c0d897994a172f
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu Dec 12 22:17:37 2019 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu Dec 12 22:17:37 2019 +0100


    Mention maintenance releases
---
 templates/web/index.xsl   | 1 +
 templates/web/mirrors.xsl | 3 +++
 2 files changed, 4 insertions(+)


diff --git a/templates/web/index.xsl b/templates/web/index.xsl
index 62c3b5f..3f584b9 100644
--- a/templates/web/index.xsl
+++ b/templates/web/index.xsl
@@ -48,6 +48,7 @@

          <p id="version_info">
             <xsl:text>The current version is </xsl:text> <xsl:value-of select="/content/current_version"/>
+        If necessary, we publish maintenance releases. These releases are mainly intended for package maintainers.
         <!--This is a security release.  See <a href="{$staticroot}/doc/security/CVE-2019-16928.txt">CVE-2019-16928</a>.-->
          </p>


diff --git a/templates/web/mirrors.xsl b/templates/web/mirrors.xsl
index 98eb059..7f904c4 100644
--- a/templates/web/mirrors.xsl
+++ b/templates/web/mirrors.xsl
@@ -32,6 +32,8 @@
                     <a href="https://wiki.exim.org/ObtainingExim">Exim Wiki.</a>
                     If the mirrors do not work for you, you can download the tarballs from the
                     <a href="https://ftp.exim.org/pub/exim/exim4/">origin.</a>.
+                    If we published maintenance releases you can find the tarballs
+                    in the <a href="https://ftp.exim.org/pub/exim4/fixes">fixes</a> directory.
                     <xsl:text>.</xsl:text>
                 </p>


@@ -67,6 +69,7 @@
         <li> Main Git Repository: <code>git://git.exim.org/exim.git</code></li>
         <li> Mirror at GitHub <a href="https://github.com/Exim/exim.git">https://github.com/Exim/exim.git</a></li>
         </ul>
+        All releases get a signed Git tag.
         </p>


         </xsl:template>