[Pkg-mozext-commits] [requestpolicy] 99/100: Update upstream changelog

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:57:04 UTC 2014


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 3b220509a15aea6071a1314bfa445ab596a18fbe
Author: David Prévot <taffit at debian.org>
Date:   Fri Dec 12 18:21:19 2014 -0400

    Update upstream changelog
    
    	git checkout v1.0.beta8.1 ChangeLog.md && \
    	git mv ChangeLog.md debian/upstream/changelog
---
 debian/rules                                       |  2 +-
 debian/upstream/changelog                          | 63 ++++++++++++++++++++++
 .../changelog-old}                                 |  0
 3 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d428198..77ed019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_auto_install:
 	install-xpi --remove-license-files -x README requestpolicy.xpi
 
 override_dh_installchangelogs:
-	dh_installchangelogs $(CURDIR)/debian/requestpolicy.upstream-changelog
+	dh_installchangelogs $(CURDIR)/debian/upstream/changelog
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..c76cb59
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,63 @@
+### RequestPolicy Continued ChangeLog
+
+Note: ChangeLogs for the source code and unit tests, both not relevant for
+      users, you can find in the dedicated subdirectories.
+
+#### Version 1.0.beta8
+* new features
+  * Changes to the `Manage Policies` page, thanks to @chrisbura (#459)
+    * changes to the style (form and list prettified. removed iframe.)
+    * The list now includes temporary rules and subscription rules.
+  * the redirect notification now shows a "more" button, just like RP v0.5 does.
+    (#468, 48364cd)
+  * the "auto reload" option from RP v0.5 is now available (#466)
+  * ensure that all preference tabs that might be open *always* show the
+    currently valid preference. Each tab automatically refreshes if anything is
+    changed. Also the list in `yourpolicy.html`, it gets updated automatically
+    when rules are added or removed.
+  * added information to the "origin" and "other origins" entries in the menu
+    (446e54b)
+    * the number of requests is displayed.
+    * a flag in front of the entries will indicate whether requests have been
+      blocked specific for that origin.
+  * images of blacklisted domains are now not displayed at all (no
+    placeholders), thanks to @SkySkimmer (pull request #506, closes #304)
+  * Subscriptions are now downloaded from
+    https://github.com/RequestPolicyContinued/subscriptions
+    You are very welcome to help working on the list!
+* updated translation (fr, it, lv-LV, zh-CN)
+* several links to requestpolicy.com have been replaced
+* bugfixes
+  * The initial setup didn't appear when firefox was set to restore the previous
+    session on startup (#479, dd7a707)
+  * NewsFox extension: Links inside articles not working (#503, 7ceef9f)
+  * temporary bugfix against some non-host URI schemes, such as `mailto`,
+    `feed` and `mediasource`. RP currently cannot handle URIs not containing a
+    host. Solving this cleanly is milestoned for version 1.0 stable. (#447)
+
+#### Version 1.0.0b7 (changes since 1.0.0b3)
+* forked version 1.0.0b3 from
+  https://github.com/RequestPolicy/requestpolicy/tree/dev-1.0
+* new features:
+  * icons added to the destinations list of the menu.
+    The new icons are: a question mark, an "allowed" sign and a "denied" sign.
+    A question mark means that the default policy applied for that destination.
+  * The number of requests to a destination can be displayed in the menu.
+    This depends on the boolean preference "menu.info.showNumRequests".
+    Also duplicate requests are counted.
+  * The destinations in the menu can now be sorted in different ways.
+    It's possible to sort by…
+    1. …the number of requests (highest number first)
+    2. …the destination domain name (alphabetically)
+    3. …no sorting at all (like in version 0.5.* until now)
+    See commit 2d0461f.
+* updated translation (zh-CN)
+* bugfixes
+  * flag color changes and visibility in Australis (#429, #436), on custom
+    toolbars (#291) and in `about:customizing` (#436).
+  * row background colors in the request log (#380)
+  * clicking "View Selection Source" now works (#312, dd2b4e5)
+  * URLs in the text without a surrounding `<a>` element ("text-links") now
+    work. (#413, 4dfa13d)
+  * fix browser UI freeze when the RP menu is closed and the page reload
+    requires to send again form data. (#365, 4891c5a)
diff --git a/debian/requestpolicy.upstream-changelog b/debian/upstream/changelog-old
similarity index 100%
rename from debian/requestpolicy.upstream-changelog
rename to debian/upstream/changelog-old

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



More information about the Pkg-mozext-commits mailing list