diff options
author | Yuchen Pei <id@ypei.org> | 2023-09-17 17:46:20 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-09-17 17:46:20 +1000 |
commit | 8926cb68f45ab3dc0bd7bc7eed2cd40c4cc437cd (patch) | |
tree | 309d266c826c663bc278a7a0f11e05001940c696 | |
parent | 0e9dc99f56da9f5acdf50382ae6df28218ca512d (diff) |
New version release
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | docs/version.texi | 6 | ||||
-rw-r--r-- | manifest.json | 2 |
3 files changed, 9 insertions, 4 deletions
@@ -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": { |