[Pkg-mozext-commits] [greasemonkey] 05/06: Update upstream changelog

David Prévot taffit at moszumanska.debian.org
Sun Jul 13 17:13:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 50a98afa5b330f787178aae7f0e6d3fa4ccfee1b
Author: David Prévot <taffit at debian.org>
Date:   Sun Jul 13 11:43:52 2014 -0400

    Update upstream changelog
    
    http://www.greasespot.net/
    
    Git-Dch: Ignore
---
 debian/upstream-changelog | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/debian/upstream-changelog b/debian/upstream-changelog
index 34922c5..f65cda2 100644
--- a/debian/upstream-changelog
+++ b/debian/upstream-changelog
@@ -1,3 +1,36 @@
+Tuesday, June 17, 2014
+Greasemonkey 2.0 Release
+
+Backwards incompatible changes:
+
+    For stability, reliability, and security the privileged sandbox has been updated to match the new changes to unsafeWindow for the Add-on SDK.  In order to write values to unsafeWindow you will need to use the new methods cloneInto(), exportFunction(), and/or createObjectIn().
+    The @grant none mode is now the default, and grants will no longer be implied when not explicitly provided.  See the post Sandbox API Changes in Greasemonkey 2.0 for more detail.
+
+If your script already specifies @grant none, these changes will not affect you.  If your script does not interact with unsafeWindow, these changes will not affect you.
+
+Otherwise, these changes will break some scripts.  These scripts will need to be updated to work correctly again.  We don't take breaking changes lightly.  It's been just under two years since version 1.0 when we last introduced major changes, and it these particular changes are both important and valuable in the long run.
+
+Enhancements:
+
+    Greasemonkey will only use explicit @grant metadata, it will no longer sniff for implicitly used APIs. (This change takes effect at install time.  Currently installed scripts will continue to function as normal until they are updated/edited/reinstalled.) (#1908)
+    GM_addStyle() now returns the created element. (#1892)
+    Update checks will attempt to read a .meta.js file for scripts installed from any site on the internet.  (#1885)
+    Remove all references to the now defunct userscripts.org website. (#1884)
+    Privileged scripts' event listeners will run, even when content JavaScript is disabled. (#1882)
+    Turn on Firefox Sync support by default. (#1857)
+    GM_xmlhttpRequest() can set the resposeType parameter on the request. (#1834)
+
+Fixed bugs:
+
+    A rare NS_ERROR_MALFORMED_URI error when running certain scripts has been resolved.  (#1930)
+    Fixed a bug when parsing @match rules which could destroy configuration state. (#1912)
+    A bug fix for the @match metadata, to correctly match bare domain names. (#1899)
+    The database where persistent values are stored correctly vacuums its unused space. (#1879)
+    A relative @require URL will now work correctly. (#1874)
+    The options window will flex to fit on small (or large) screens. (#1871)
+    Greasemonkey's integration with Firefox Sync should no longer cause unnecessary prompts when a master password is set. (#1852, #1870)
+
+
 Tuesday, February 11, 2014
 Greasemonkey 1.15 release
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list