From 8926cb68f45ab3dc0bd7bc7eed2cd40c4cc437cd Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 17 Sep 2023 17:46:20 +1000 Subject: New version release --- NEWS | 5 +++++ docs/version.texi | 6 +++--- manifest.json | 2 +- 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": { -- cgit v1.2.3