- <!-- Version Information -->
- <p id="version_info">
- <xsl:text>All versions of Exim previous to version 4.x are now obsolete and everyone is very strongly recommended to upgrade to a current release. The last 3.x release was 3.36. It is obsolete and should not be used. There may be beta versions available from the ftp sites in the Testing directory. Many people are using these without problems, but they are not recommended unless you are willing to work with beta software.</xsl:text>
- </p>
+ <!-- Version Information -->
+ <p id="obsolete_version_info">
+
+ <xsl:text>All versions of Exim previous to version </xsl:text><xsl:value-of select="/content/current_version"/><xsl:text> are now obsolete. The last 3.x release was 3.36. It is obsolete and should not be used.</xsl:text>
+
+ </p>
+
+ <p id="version_info">
+ <xsl:text>The current version is </xsl:text>
+ <xsl:value-of select="/content/current_version"/>
+ </p>
+
+ <p> We fixed CVE-2017-16943 and CVE-2017-16944 with this release.
+ To address these two CVEs, please update to 4.89.1 or simply disable
+ the SMTP CHUNKING extension by using <code>chunking_advertise_hosts = </code> in the main configuration section.
+ </p>
+
+ <p id="beta_version_info">
+ <xsl:text>There may be beta versions available from the ftp sites in the Testing directory. Many people are using these without problems, but they are not recommended unless you are willing to work with beta software.</xsl:text>
+ </p>