You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/08/22 08:33:46 UTC

svn commit: r1064670 - in /websites/production/logging/content/log4cxx: .htaccess 0.12.0/ latest_stable next_stable old_stable

Author: tschoening
Date: Sat Aug 22 08:33:46 2020
New Revision: 1064670

Log:
Changed links to point to old and new release, simply because the latter is already available and might still be of use.

Added:
    websites/production/logging/content/log4cxx/0.12.0/
      - copied from r1064669, websites/production/logging/content/log4cxx/0.11.0/
    websites/production/logging/content/log4cxx/old_stable
      - copied unchanged from r1064669, websites/production/logging/content/log4cxx/latest_stable
Modified:
    websites/production/logging/content/log4cxx/.htaccess
    websites/production/logging/content/log4cxx/latest_stable
    websites/production/logging/content/log4cxx/next_stable

Modified: websites/production/logging/content/log4cxx/.htaccess
==============================================================================
--- websites/production/logging/content/log4cxx/.htaccess (original)
+++ websites/production/logging/content/log4cxx/.htaccess Sat Aug 22 08:33:46 2020
@@ -32,5 +32,6 @@
 	#
 	RewriteCond %{REQUEST_URI} !^/log4cxx/latest_stable(?:/(?:.+)?)?$
 	RewriteCond %{REQUEST_URI} !^/log4cxx/next_stable(?:/(?:.+)?)?$
+	RewriteCond %{REQUEST_URI} !^/log4cxx/old_stable(?:/(?:.+)?)?$
 	RewriteRule ^(.*)$			 /log4cxx/latest_stable/$1	[R=temp,L]
 </IfModule>

Modified: websites/production/logging/content/log4cxx/latest_stable
==============================================================================
--- websites/production/logging/content/log4cxx/latest_stable (original)
+++ websites/production/logging/content/log4cxx/latest_stable Sat Aug 22 08:33:46 2020
@@ -1 +1 @@
-link 0.10.0
\ No newline at end of file
+link 0.11.0
\ No newline at end of file

Modified: websites/production/logging/content/log4cxx/next_stable
==============================================================================
--- websites/production/logging/content/log4cxx/next_stable (original)
+++ websites/production/logging/content/log4cxx/next_stable Sat Aug 22 08:33:46 2020
@@ -1 +1 @@
-link 0.11.0
\ No newline at end of file
+link 0.12.0
\ No newline at end of file