[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Dec 3 22:11:03 UTC 2015
The branch master has been updated
via c48eda367ad21b7c1f00d104915632a2f46b86b8 (commit)
from 49266e288ce2698587c44205ac75b85f4d6da7cc (commit)
- Log -----------------------------------------------------------------
commit c48eda367ad21b7c1f00d104915632a2f46b86b8
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Dec 3 23:10:51 2015 +0100
After having verified that the notes are properly built, let's let things go wild
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 ++
news/.htaccess | 5 -----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 3e10b5e..03f1292 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ SIMPLE = newsflash.inc sitemap.txt \
docs/faq.inc docs/fips.inc \
news/changelog.inc news/changelog.txt \
news/cl098.txt news/cl100.txt news/cl101.txt news/cl102.txt \
+ news/openssl-0.9.8-notes.inc news/openssl-1.0.0-notes.inc \
+ news/openssl-1.0.1-notes.inc news/openssl-1.0.2-notes.inc \
news/newsflash.inc \
news/vulnerabilities.inc \
source/.htaccess \
diff --git a/news/.htaccess b/news/.htaccess
index 9ca8d84..6c8fb10 100644
--- a/news/.htaccess
+++ b/news/.htaccess
@@ -1,8 +1,3 @@
-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