aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-09-17 17:46:20 +1000
committerYuchen Pei <id@ypei.org>2023-09-17 17:46:20 +1000
commit8926cb68f45ab3dc0bd7bc7eed2cd40c4cc437cd (patch)
tree309d266c826c663bc278a7a0f11e05001940c696
parent0e9dc99f56da9f5acdf50382ae6df28218ca512d (diff)
New version release
-rw-r--r--NEWS5
-rw-r--r--docs/version.texi6
-rw-r--r--manifest.json2
3 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c848f6a..d4b730c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+New in 7.21.1
+
+ * Fix eval loophole with Function constructor
+ * Fix a few problems with @license / @license-end regexes
+
New in 7.21.0
* Fix bug #59021
diff --git a/docs/version.texi b/docs/version.texi
index 8b6d2a3..6dbcdf8 100644
--- a/docs/version.texi
+++ b/docs/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 21 July 2022
-@set UPDATED-MONTH July 2022
-@set EDITION 0
+@set UPDATED 17 September 2023
+@set UPDATED-MONTH September 2023
+@set EDITION 1
@set VERSION 7.21
diff --git a/manifest.json b/manifest.json
index 2a7a5f1..73bc918 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GNU LibreJS",
"short_name": "LibreJS",
- "version": "7.21.0",
+ "version": "7.21.1",
"author": "various",
"description": "Only allows free and/or trivial Javascript to run.",
"applications": {