Author: jfthomps
Date: Wed Mar 18 14:51:48 2015
New Revision: 1667566

URL: http://svn.apache.org/r1667566
Log:
VCL-837 - Prepare VCL 2.4.1 release

updated for 2.4.1

Modified:
    vcl/trunk/CHANGELOG
    vcl/trunk/INSTALLATION
    vcl/trunk/README
    vcl/trunk/RELEASE_NOTES
    vcl/trunk/UPGRADE
    vcl/trunk/web/index.php

Modified: vcl/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/vcl/trunk/CHANGELOG?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/CHANGELOG (original)
+++ vcl/trunk/CHANGELOG Wed Mar 18 14:51:48 2015
@@ -1,3 +1,16 @@
+ASF VCL 2.4.1
+
+Dependency changes:
+
+No dependency changes for any components in this release.
+
+Release Notes - VCL - Version 2.4.1
+
+** Bug
+    * [VCL-836] - cluster_info file may contain incorrect IP addresses
+
+================================================================================
+
 ASF VCL 2.4
 
 Dependency changes:

Modified: vcl/trunk/INSTALLATION
URL: 
http://svn.apache.org/viewvc/vcl/trunk/INSTALLATION?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/INSTALLATION (original)
+++ vcl/trunk/INSTALLATION Wed Mar 18 14:51:48 2015
@@ -1,7 +1,7 @@
-Installing VCL 2.4
+Installing VCL 2.4.1
 
-VCL 2.4 is the first release to include an installation script. All you need to
-install VCL is the script. It will download and validate the VCL software and
+VCL 2.4.1 is the first release to include an installation script. All you need
+to install VCL is the script. It will download and validate the VCL software 
and
 then install it. The script can be used to install all three parts of VCL
 (database, web portal, and management node) or to install each part
 individually.

Modified: vcl/trunk/README
URL: 
http://svn.apache.org/viewvc/vcl/trunk/README?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/README (original)
+++ vcl/trunk/README Wed Mar 18 14:51:48 2015
@@ -1,10 +1,10 @@
-Apache VCL 2.4
+Apache VCL 2.4.1
 
 
================================================================================
 INSTALLATION
 
 Please see the INSTALLATION file or the installation guide on the Apache VCL
-website. (http://vcl.apache.org/docs/VCL24InstallGuide.html)
+website. (http://vcl.apache.org/docs/VCL241InstallGuide.html)
 
 
================================================================================
 SYSTEM REQUIREMENTS

Modified: vcl/trunk/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/vcl/trunk/RELEASE_NOTES?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/RELEASE_NOTES (original)
+++ vcl/trunk/RELEASE_NOTES Wed Mar 18 14:51:48 2015
@@ -1,4 +1,4 @@
-VCL 2.4
+VCL 2.4.1
 
 I. Intro and Description
 
@@ -39,6 +39,10 @@ Removed:
 
 * xCAT 1.x no longer supported
 
+NOTE: The release process for 2.4 was completed, but a bug was found before it
+was ever announced. So, there never was a 2.4 release worth using. 2.4.1 was 
the
+first usable release of the 2.4 series.
+
 III. Getting Involved in the ASF VCL Community
 
 There are five ways to become involved in the ASF VCL community.

Modified: vcl/trunk/UPGRADE
URL: 
http://svn.apache.org/viewvc/vcl/trunk/UPGRADE?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/UPGRADE (original)
+++ vcl/trunk/UPGRADE Wed Mar 18 14:51:48 2015
@@ -1,6 +1,6 @@
-Upgrading to VCL 2.4
+Upgrading to VCL 2.4.1
 
-VCL 2.4 is the first release to include an upgrade script. All you need to
+VCL 2.4.1 is the first release to include an upgrade script. All you need to
 upgrade VCL is the script. It will download and validate the VCL software and
 then upgrade your system. The script can be used to upgrade all three parts of
 VCL (database, web portal, and management node) or to upgrade each part

Modified: vcl/trunk/web/index.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/index.php?rev=1667566&r1=1667565&r2=1667566&view=diff
==============================================================================
--- vcl/trunk/web/index.php (original)
+++ vcl/trunk/web/index.php Wed Mar 18 14:51:48 2015
@@ -16,8 +16,8 @@
   limitations under the License.
 */
 
-# ASF VCL v2.4
-$VCLversion = '2.4';
+# ASF VCL v2.4.1
+$VCLversion = '2.4.1';
 
 require_once(".ht-inc/conf.php");
 if(! isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") {


Reply via email to