Release 4.15.0master
authorEdward Z. Yang <[email protected]>
Sun, 18 Sep 2022 06:35:14 +0000 (18 02:35 -0400)
committerEdward Z. Yang <[email protected]>
Sun, 18 Sep 2022 06:35:14 +0000 (18 02:35 -0400)
Signed-off-by: Edward Z. Yang <[email protected]>
.htaccess.in
current-hashes.txt
current.ent
live
release.txt

index 3b157c8..1a5d936 100644 (file)
@@ -8,9 +8,9 @@ RewriteRule (^|/)\.git/ - [F]
 
 # Old release warning rewrites
 RewriteCond %{REQUEST_METHOD} !=POST
-RewriteCond %{REQUEST_URI} !/htmlpurifier-4\.14\.0(\.|-standalone|-lite)
+RewriteCond %{REQUEST_URI} !/htmlpurifier-4\.15\.0(\.|-standalone|-lite)
 RewriteCond %{REQUEST_URI} !/htmlpurifier-trunk(\.|-standalone|-lite)
-RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-4\.14\.0\.
+RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-4\.15\.0\.
 RewriteCond %{REQUEST_URI} !\.sig$
 RewriteRule ^releases/(htmlpurifier-|phorum-) releases/warning.html [N]
 
dissimilarity index 87%
index 4e47334..44346db 100644 (file)
@@ -1,6 +1,6 @@
-78bbcc8e218184eefa492a0967a8d8a7d08f7448  htmlpurifier-4.14.0-lite.tar.gz
-c8dd9bd42ce7d9481801c8686196cb124c3c07d1  htmlpurifier-4.14.0-lite.zip
-e262616eb216e9c00865031868d3a13aa975a8c9  htmlpurifier-4.14.0-standalone.tar.gz
-9a855e4c346ada43c078df79fa00ec8f3d51ba98  htmlpurifier-4.14.0-standalone.zip
-07fafb8e8daedbaae03aa7b1f7c550dc352c4738  htmlpurifier-4.14.0.tar.gz
-38ca2aabc45cd62f0e89b874991c1740f45de43e  htmlpurifier-4.14.0.zip
+e48b02a76ad6db690159d9bd0738970c7e9ac355  htmlpurifier-4.15.0-lite.tar.gz
+af67278abf65320bd7076ed85007e615391a4cef  htmlpurifier-4.15.0-lite.zip
+59db17bb80838bf4af98c58992102c3dcb9026c6  htmlpurifier-4.15.0-standalone.tar.gz
+955431f9a3fd99f4d4af575f08098f475de81357  htmlpurifier-4.15.0-standalone.zip
+174f50a0765dd767e9ab4ba9911f490895faa400  htmlpurifier-4.15.0.tar.gz
+b71263ab93f48c32f6ef1375d18ffe43972369fb  htmlpurifier-4.15.0.zip
index 859c045..9020a96 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY htmlpurifier.current.version "4.14.0">
-<!ENTITY htmlpurifier.current.release-date "2021-12-24">
+<!ENTITY htmlpurifier.current.version "4.15.0">
+<!ENTITY htmlpurifier.current.release-date "2022-09-18">
 
 <!ENTITY url.dl "releases/htmlpurifier-&htmlpurifier.current.version;">
 <!ENTITY htmlpurifier.current.hashes SYSTEM "current-hashes.txt">
diff --git a/live b/live
index 12ab42b..8d9f4c9 160000 (submodule)
--- a/live
+++ b/live
@@ -1 +1 @@
-Subproject commit 12ab42bd6e742c70c0a52f7b82477fcd44e64b75
+Subproject commit 8d9f4c9ec154922ff19690ffade9ed915b27a017
index f4aef74..368bdca 100644 (file)
@@ -58,7 +58,7 @@ In order to perform a release, a few steps have to be taken:
 
 == Post-procedures ==
 
-# svn import a clean Git checkout of the tag with the .git directory
+# [ OBSOLETE ] svn import a clean Git checkout of the tag with the .git directory
   removed with:
       svn import svn+ssh://[email protected]/home/ezyang/svn/svnroot/htmlpurifier/tags/1.2.3
 # [ BROKEN ] [@] Regenerate API documentation with `regenerate-docs.sh`