From de001ec482f2672c875fe99f5ed9349d7ac2877f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 8 Mar 2017 00:35:33 -0800 Subject: [PATCH] Release 4.9.1 Signed-off-by: Edward Z. Yang --- .htaccess.in | 4 +- current-hashes.txt | 12 +++--- current.ent | 4 +- live | 2 +- news/2017/0308-4.9.1-released.txt | 39 +++++++++++++++++++ news/2017/0308-4.9.1-released.xhtml | 45 ++++++++++++++++++++++ releases/htmlpurifier-4.9.1-lite.tar.gz.sig | Bin 0 -> 72 bytes releases/htmlpurifier-4.9.1-lite.zip.sig | Bin 0 -> 72 bytes releases/htmlpurifier-4.9.1-standalone.tar.gz.sig | Bin 0 -> 72 bytes releases/htmlpurifier-4.9.1-standalone.zip.sig | Bin 0 -> 72 bytes releases/htmlpurifier-4.9.1.tar.gz.sig | Bin 0 -> 72 bytes releases/htmlpurifier-4.9.1.zip.sig | Bin 0 -> 72 bytes 12 files changed, 95 insertions(+), 11 deletions(-) rewrite current-hashes.txt (89%) create mode 100644 news/2017/0308-4.9.1-released.txt create mode 100644 news/2017/0308-4.9.1-released.xhtml create mode 100644 releases/htmlpurifier-4.9.1-lite.tar.gz.sig create mode 100644 releases/htmlpurifier-4.9.1-lite.zip.sig create mode 100644 releases/htmlpurifier-4.9.1-standalone.tar.gz.sig create mode 100644 releases/htmlpurifier-4.9.1-standalone.zip.sig create mode 100644 releases/htmlpurifier-4.9.1.tar.gz.sig create mode 100644 releases/htmlpurifier-4.9.1.zip.sig diff --git a/.htaccess.in b/.htaccess.in index b2c4a77..a04e9fe 100644 --- a/.htaccess.in +++ b/.htaccess.in @@ -8,9 +8,9 @@ RewriteRule (^|/)\.git/ - [F] # Old release warning rewrites RewriteCond %{REQUEST_METHOD} !=POST -RewriteCond %{REQUEST_URI} !/htmlpurifier-4\.8\.0(\.|-standalone|-lite) +RewriteCond %{REQUEST_URI} !/htmlpurifier-4\.9\.1(\.|-standalone|-lite) RewriteCond %{REQUEST_URI} !/htmlpurifier-trunk(\.|-standalone|-lite) -RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-4\.8\.0\. +RewriteCond %{REQUEST_URI} !/phorum-htmlpurifier-4\.9\.1\. RewriteCond %{REQUEST_URI} !\.sig$ RewriteRule ^releases/(htmlpurifier-|phorum-) releases/warning.html [N] diff --git a/current-hashes.txt b/current-hashes.txt dissimilarity index 89% index a771194..88266f0 100644 --- a/current-hashes.txt +++ b/current-hashes.txt @@ -1,6 +1,6 @@ -a62e662b206e11579f27119f71d35d1fc18e27b0 htmlpurifier-4.8.0-lite.tar.gz -177921bdd069d0b490b9bde5513a1766be2ed5da htmlpurifier-4.8.0-lite.zip -bd881641ba2650cfbf57c5af01be0f14aa305584 htmlpurifier-4.8.0-standalone.tar.gz -15b7b105b0c85c9f419855a952b80df2ea86f08d htmlpurifier-4.8.0-standalone.zip -79aec2a135ee337941523a8f59a97b14cf2195ed htmlpurifier-4.8.0.tar.gz -27eb3eed08d781a2473371f0163a9f9a111b86a0 htmlpurifier-4.8.0.zip +4f57ef7f6329f66691a077220a6841a91364b065 htmlpurifier-4.9.1-lite.tar.gz +78868ed1b7f65ed56a0ba752087ad55de4cf0477 htmlpurifier-4.9.1-lite.zip +93391fd3388012ac69d9742374a2c1119718f333 htmlpurifier-4.9.1-standalone.tar.gz +6186658111b98e714bb1c38390dbd5113c38ce84 htmlpurifier-4.9.1-standalone.zip +34fd44a061a8cc64bbf84144d315176680e49aae htmlpurifier-4.9.1.tar.gz +97cbc5134a10d6adcdcd4eae8d8844851cb0777e htmlpurifier-4.9.1.zip diff --git a/current.ent b/current.ent index 07b6811..1f05eeb 100644 --- a/current.ent +++ b/current.ent @@ -1,5 +1,5 @@ - - + + diff --git a/live b/live index d0c392f..de82f98 160000 --- a/live +++ b/live @@ -1 +1 @@ -Subproject commit d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2 +Subproject commit de82f9845f2a0f9f27abec67d6a4958427e6f5d6 diff --git a/news/2017/0308-4.9.1-released.txt b/news/2017/0308-4.9.1-released.txt new file mode 100644 index 0000000..1b826b4 --- /dev/null +++ b/news/2017/0308-4.9.1-released.txt @@ -0,0 +1,39 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Hash: SHA1 + +HTML Purifier 4.9.1 is a maintenance release, collecting a year +of accumulated bug fixes plus a few new feature. New features +include support for min/max-width/height CSS, and rgba/hsl/hsla +in color specifications. Major bugfixes include improvements +in the Serializer cache to avoid chmod'ing directories, better +entity decoding (we won't accidentally encode entities that occur +in URLs) and rel="noopener" on links with target attributes, +to prevent them from overwriting the original frame. + +We skipped version 4.9.0, because this version was briefly tagged +in our source repository (and picked up by Packagist), but we +subsequently decided not to officially release it. This is the +first official release in the 4.9 series. + +Release notes for 4.9.1: + http://repo.or.cz/w/htmlpurifier.git?a=blob_plain;f=NEWS + +Download links for 4.9.1: + http://htmlpurifier.org/releases/htmlpurifier-4.9.1.tar.gz + http://htmlpurifier.org/releases/htmlpurifier-4.9.1.zip + +SHA-1 sums: + 34fd44a061a8cc64bbf84144d315176680e49aae htmlpurifier-4.9.1.tar.gz + 97cbc5134a10d6adcdcd4eae8d8844851cb0777e htmlpurifier-4.9.1.zip + +Other downloads (standalone and lite): + http://htmlpurifier.org/download.html +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEARECAAYFAli/wgkACgkQqTO+fYacSNr+dACcCEOTHeBiGV9iS+uMivVEUrIN +8wUAn3N0K2bGHHLp5Dv1SlsORDnft0NI +=ZsKx +-----END PGP SIGNATURE----- diff --git a/news/2017/0308-4.9.1-released.xhtml b/news/2017/0308-4.9.1-released.xhtml new file mode 100644 index 0000000..2f8c1e8 --- /dev/null +++ b/news/2017/0308-4.9.1-released.xhtml @@ -0,0 +1,45 @@ + + + + + HTML Purifier 4.9.1 released - News - HTML Purifier + + + + + + +
+

HTML Purifier 4.9.1 released

+ +
+

+HTML Purifier 4.9.1 is a maintenance release, collecting a year +of accumulated bug fixes plus a few new feature. New features +include support for min/max-width/height CSS, and rgba/hsl/hsla +in color specifications. Major bugfixes include improvements +in the Serializer cache to avoid chmod'ing directories, better +entity decoding (we won't accidentally encode entities that occur +in URLs) and rel="noopener" on links with target attributes, +to prevent them from overwriting the original frame. +

+

+ Note: We skipped 4.9.0 because that release number was briefly + tagged in the release repo, but we decided not to release that tag. + To avoid confusion, we've skipped to the next patch version number. +

+

+ See NEWS + for a complete changelog. +

+
+
+ + diff --git a/releases/htmlpurifier-4.9.1-lite.tar.gz.sig b/releases/htmlpurifier-4.9.1-lite.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000..e95e6c9768f572182c650149de4dcb0d8f4373b3 GIT binary patch literal 72 zcwPZW0Jr~$Mg#y60ssaD0$9JmvH%JR5UDf1eTJM!+A5C#pJBsR_5&|^O0MAUAq|?} e=>fF_BLJUHfe~`CfGGV>CF&E~!@N8JG=KY;wH%%R literal 0 HcwPel00001 diff --git a/releases/htmlpurifier-4.9.1-lite.zip.sig b/releases/htmlpurifier-4.9.1-lite.zip.sig new file mode 100644 index 0000000000000000000000000000000000000000..e1c6c87f11eee9175bee61330dfe2a349559e265 GIT binary patch literal 72 zcwPZW0Jr~$Mg#y60ssaD0$9Jmx&R6Z5UDf1eTJM!+KA);o+HI2o#er{?e;OCDQUuI ek=w2_dH|q^eZx%VD$X`n^9ma5CXY*}0j`e!10PNR literal 0 HcwPel00001 diff --git a/releases/htmlpurifier-4.9.1-standalone.tar.gz.sig b/releases/htmlpurifier-4.9.1-standalone.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000..21a62f0a6888e3aab50a3ef9a3e86357c02def54 GIT binary patch literal 72 zcwPZW0Jr~$Mg#y60ssaD0$9JmwEzkU5UDf1eTJM!+P+Qzo^Icos5G{@Ou@#Oh>^NBg{YU75(y9v=Jv literal 0 HcwPel00001 diff --git a/releases/htmlpurifier-4.9.1.tar.gz.sig b/releases/htmlpurifier-4.9.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000..37e47dc03e6e26cb1926c1478839b7b907ba0e1e GIT binary patch literal 72 zcwPZW0Jr~$Mg#y60ssaD0$9JmumB1P5UDf1eTJM!+O75gpKftzbU?VOp!9X}ociDs ewZ!-uuK=Gy&Yk+rh1wMck|Q&&Ylk1upjELUqagnP literal 0 HcwPel00001 diff --git a/releases/htmlpurifier-4.9.1.zip.sig b/releases/htmlpurifier-4.9.1.zip.sig new file mode 100644 index 0000000000000000000000000000000000000000..f10dadd42e3bebffdf343cc2ba773f1549b268c9 GIT binary patch literal 72 zcwPZW0Jr~$Mg#y60ssaD0$9JmxBv;Rn>ON7h?>q)*sW77M(<{=Ec*G84S@gAc9 literal 0 HcwPel00001 -- 2.11.4.GIT