From 554f530a7ee2dfd1acee5c4e5c975a1295358e68 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 21 Jul 2022 18:50:22 +1000 Subject: Bump version to 7.21.0 --- NEWS | 19 +++++++++++++++++-- docs/librejs.texi | 2 ++ docs/version.texi | 8 ++++---- manifest.json | 2 +- 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": { -- cgit v1.2.3