diff options
author | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:18:43 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:18:43 -0400 |
commit | 314e2534c47f4289bf50b56e855a9a895a726519 (patch) | |
tree | 75b031d6bd70590b2307c53844b40c18bb470161 | |
parent | 76258aed84319aa0d668358894e83b94f8702c4c (diff) | |
download | librejsxul-314e2534c47f4289bf50b56e855a9a895a726519.tar.lz librejsxul-314e2534c47f4289bf50b56e855a9a895a726519.tar.xz librejsxul-314e2534c47f4289bf50b56e855a9a895a726519.zip |
version 6.0.11
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/display_panel/content/display-panel.html | 2 | ||||
-rw-r--r-- | doc/librejs.info | 40 | ||||
-rw-r--r-- | doc/version.texi | 6 | ||||
-rw-r--r-- | package.json | 2 |
5 files changed, 26 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac index 52221bb..1b27913 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librejs, 6.0.10, [bug-librejs@gnu.org]) +AC_INIT(librejs, 6.0.11, [bug-librejs@gnu.org]) AC_PROG_INSTALL AC_PATH_PROG([MAKEINFO], makeinfo) diff --git a/data/display_panel/content/display-panel.html b/data/display_panel/content/display-panel.html index 276cf30..a3e7f3e 100644 --- a/data/display_panel/content/display-panel.html +++ b/data/display_panel/content/display-panel.html @@ -43,7 +43,7 @@ >gnu.org/software/librejs</a> </div> <div> - <strong>LibreJS 6.0.10</strong> + <strong>LibreJS 6.0.11</strong> </div> </div> diff --git a/doc/librejs.info b/doc/librejs.info index eaa0203..6c63ddc 100644 --- a/doc/librejs.info +++ b/doc/librejs.info @@ -1,7 +1,7 @@ -This is librejs.info, produced by makeinfo version 6.0 from +This is librejs.info, produced by makeinfo version 5.2 from librejs.texi. -This manual is for GNU LibreJS (version 6.0.10, 25 October 2015), a GNU +This manual is for GNU LibreJS (version 6.0.11, 04 May 2016), a GNU IceCat extension to detect and block nonfree nontrivial JavaScript on webpages. @@ -24,7 +24,7 @@ File: librejs.info, Node: Top, Next: Overview, Up: (dir) LibreJS ******* -This manual is for GNU LibreJS (version 6.0.10, 25 October 2015). +This manual is for GNU LibreJS (version 6.0.11, 04 May 2016). * Menu: @@ -118,10 +118,10 @@ File: librejs.info, Node: How to Use, Next: JavaScript Detection, Prev: Insta ===================== After installing the add-on, you will see the LibreJS widget in the -add-on bar at the bottom of the browser window. After loading a page, -left-click on the widget to view the deactivated JavaScript code from -the page (both on page and external) and, if applicable, the scripts -that were accepted. +add-on bar at the top right of the browser window. After loading a +page, left-click on the widget to view the deactivated JavaScript code +from the page (both on page and external) and, if applicable, the +scripts that were accepted. 4.2 Complaint Feature ===================== @@ -1276,18 +1276,18 @@ their use in free software. Tag Table: -Node: Top832 -Node: Overview1982 -Node: Disclaimer2829 -Node: Installation3325 -Node: How to Use4171 -Node: JavaScript Detection7413 -Node: Free Licenses Detection10821 -Node: Setting Your JavaScript Free17682 -Node: LibreJS Development Notes24516 -Node: Installation Requirements25859 -Node: LibreJS Internals27466 -Node: Tests28629 -Node: GNU Free Documentation License33136 +Node: Top828 +Node: Overview1974 +Node: Disclaimer2821 +Node: Installation3317 +Node: How to Use4163 +Node: JavaScript Detection7408 +Node: Free Licenses Detection10816 +Node: Setting Your JavaScript Free17677 +Node: LibreJS Development Notes24511 +Node: Installation Requirements25854 +Node: LibreJS Internals27461 +Node: Tests28624 +Node: GNU Free Documentation License33131 End Tag Table diff --git a/doc/version.texi b/doc/version.texi index 08e1e19..dd0d97e 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 11 November 2015 -@set UPDATED-MONTH November 2015 +@set UPDATED 04 May 2016 +@set UPDATED-MONTH May 2016 @set EDITION 2 -@set VERSION 6.0.10 +@set VERSION 6.0.11 diff --git a/package.json b/package.json index cca3de5..8bafe14 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Loic J. Duros", "homepage": "https://gnu.org/software/librejs/", "repository": "http://git.savannah.gnu.org/cgit/librejs.git/", - "version": "6.0.10", + "version": "6.0.11", "title": "GNU LibreJS", "description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html", "main": "lib/main.js", |