aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-21 18:50:22 +1000
committerYuchen Pei <hi@ypei.me>2022-07-21 18:50:22 +1000
commit554f530a7ee2dfd1acee5c4e5c975a1295358e68 (patch)
tree133cc9ea3b0a636d2c3607f0917feb1409d40a61
parent3d8b24e2b0b7779f03dc4cee9571b2ecd3025805 (diff)
Bump version to 7.21.0
-rw-r--r--NEWS19
-rw-r--r--docs/librejs.texi2
-rw-r--r--docs/version.texi8
-rw-r--r--manifest.json2
4 files changed, 24 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 3f26006..c848f6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
+New in 7.21.0
+
+ * Fix bug #59021
+ * Add headless test, which can be used by website developers to
+ test LibreJS-compliance of their website
+ * Fix license validation to check magnet link only for @license /
+ @license-end method
+ * Update documentation
+ * Fix complaint dialog close bug
+ (https://lists.gnu.org/archive/html/bug-librejs/2021-09/msg00002.html)
+ * Fix @license-end detection to detect accept /* */ comments (bug
+ #59533)
+ * Add CECILL-2.0 and zlib license (bug #50682 and #53221)
+ * Fix subresource integraty hash-busting bug (bug #62464 and #58131)
+
New in 7.20.3
- * Fix build by updating json files
- * Fix hanging on certain websites \ No newline at end of file
+ * Fix build by updating json files
+ * Fix hanging on certain websites
diff --git a/docs/librejs.texi b/docs/librejs.texi
index ba9f7c0..1e51d33 100644
--- a/docs/librejs.texi
+++ b/docs/librejs.texi
@@ -728,6 +728,8 @@ Update the version number in manifest.json.
Make sure debug statements are set to false on lines 39/40 in
@file{main_background.js}.
+Update the version number in docs/version.texi
+
Then run the build script @file{build.sh}.
@node Installation Requirements
diff --git a/docs/version.texi b/docs/version.texi
index d7c4130..8b6d2a3 100644
--- a/docs/version.texi
+++ b/docs/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 28 April 2022
-@set UPDATED-MONTH April 2022
-@set EDITION 3
-@set VERSION 7.20
+@set UPDATED 21 July 2022
+@set UPDATED-MONTH July 2022
+@set EDITION 0
+@set VERSION 7.21
diff --git a/manifest.json b/manifest.json
index 32eb78c..2a7a5f1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GNU LibreJS",
"short_name": "LibreJS",
- "version": "7.20.3",
+ "version": "7.21.0",
"author": "various",
"description": "Only allows free and/or trivial Javascript to run.",
"applications": {