From 57d418798b9daf0befaa650563a8458e8d71e47b Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 31 Oct 2012 23:37:53 +0800 Subject: [PATCH] Downloads - Security releases for 2.3.1, 2.2.3, and 2.1.4 Add said releases to the downloads page. Also, include the 2.3 slightly older clients to the staff client page. Signed-off-by: Ben Shum --- downloads.php | 38 +++++++++++++++++++------------------- staff_clients.php | 16 ++++++++++++++++ 2 files changed, 35 insertions(+), 19 deletions(-) diff --git a/downloads.php b/downloads.php index 4ae7d1f31..752ec52ea 100644 --- a/downloads.php +++ b/downloads.php @@ -17,7 +17,7 @@

Evergreen depends on the following technologies Perl, C, JavaScript, XML, XPath, XSLT, XMPP, OpenSRF, Apache, mod_perl, and PostgreSQL.

The latest stable release of a supported Linux distribution is recommended for an Evergreen installation. For Ubuntu, please use the latest LTS (long term support) release.

Currently the latest release from the Evergreen 2.3 series is recommended for new installations and stable releases are suggested for production systems.

-

Note: Evergreen servers and staff clients must match. For example, if you are running server version 2.3.0, you should use version 2.3.0 of the staff client.

+

Note: Evergreen servers and staff clients must match. For example, if you are running server version 2.3.1, you should use version 2.3.1 of the staff client.

Server & staff client downloads

@@ -38,21 +38,21 @@ Latest Release - 2.3.0 - 2.2.2 - 2.1.3 + 2.3.1 + 2.2.3 + 2.1.4 Release Date - 2012-09-19 - 2012-08-22 - 2012-08-22 + 2012-11-08 + 2012-11-08 + 2012-11-08 ChangeLog - ChangeLog - ChangeLog - ChangeLog + ChangeLog + ChangeLog + ChangeLog Release Notes @@ -63,8 +63,8 @@ Fresh Installation Install Instructions - Install Instructions - Install Instructions + Install Instructions + Install Instructions Upgrading @@ -86,15 +86,15 @@ Download Server - Source [tar.gz] (md5) - Source [tar.gz] (md5) - Source [tar.gz] (md5) + Source [tar.gz] (md5) + Source [tar.gz] (md5) + Source [tar.gz] (md5) Download Client - Staff Client Installer [exe] (md5) - Staff Client Installer [exe] (md5) - Staff Client Installer [exe] (md5) + Staff Client Installer [exe] (md5) + Staff Client Installer [exe] (md5) + Staff Client Installer [exe] (md5)     @@ -108,7 +108,7 @@

Other Evergreen Staff Clients

Staff Client Archive

-

Windows Staff Clients for slightly older stable releases (2.2, 2.1).

+

Windows Staff Clients for slightly older stable releases (2.3, 2.2, 2.1).

For Mac and Linux

Installing the Evergreen client on Macs

Pre-built MAC staff clients - Provided by SITKA

diff --git a/staff_clients.php b/staff_clients.php index 67e5b9d4f..27d60b24d 100644 --- a/staff_clients.php +++ b/staff_clients.php @@ -15,6 +15,22 @@

Staff Client Archive

Slightly older versions of Windows staff client installers that correspond to previous releases of the currently supported stable Evergreen series.

+ +

2.3

+ +"; +foreach($globarray as $filename) { + $info = pathinfo($filename); + $target = htmlspecialchars($info['basename']); + echo '
  • '.$target.' (md5)
  • '."\n"; + } +echo ""; +?> +

    2.2

    -- 2.11.0