[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Dec 3 16:11:45 UTC 2015
The branch master has been updated
via b954344e5f61310b12c50e5042bff7af512b4457 (commit)
from fda590f8c6af8c40f522e3f62a67b6b5f39f5dde (commit)
- Log -----------------------------------------------------------------
commit b954344e5f61310b12c50e5042bff7af512b4457
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Dec 3 17:11:38 2015 +0100
Make sure to redirect the old release notes
-----------------------------------------------------------------------
Summary of changes:
news/.htaccess | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/news/.htaccess b/news/.htaccess
index 6c8fb10..9ca8d84 100644
--- a/news/.htaccess
+++ b/news/.htaccess
@@ -1,3 +1,8 @@
+Redirect permanent /news/openssl-0.9.8-notes.html /news/cl098.txt
+Redirect permanent /news/openssl-1.0.0-notes.html /news/cl100.txt
+Redirect permanent /news/openssl-1.0.1-notes.html /news/cl101.txt
+Redirect permanent /news/openssl-1.0.2-notes.html /news/cl102.txt
+
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule secadv_(.*) /news/secadv/$1 [L,R=302,NC]
More information about the openssl-commits
mailing list