[Pkg-mozext-commits] [refcontrol] 08/11: Add upstream changelog

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 16:38:05 UTC 2015


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

taffit pushed a commit to branch master
in repository refcontrol.

commit 072955c42f3c4a860f1c8ac8347d2c1ec9a7288f
Author: David Prévot <david at tilapin.org>
Date:   Sun Mar 22 12:16:17 2015 -0400

    Add upstream changelog
    
    http://www.stardrifter.org/refcontrol/changelog.html
---
 debian/rules              |  3 ++
 debian/upstream/changelog | 94 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)

diff --git a/debian/rules b/debian/rules
index 345320e..3905e2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,8 @@
 override_dh_auto_install:
 	install-xpi --remove-license-files *.xpi
 
+override_dh_installchangelogs:
+	dh_installchangelogs debian/upstream/changelog
+
 get-orig-source:
 	uscan --rename --compression xz --verbose --force
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..3bf374d
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,94 @@
+    0.8.17
+        Fix sv-SE locale
+        Compatibility fixes for newer versions of Firefox
+    0.8.16
+        Mark as compatible with Firefox 10
+        Change the statusbar icon into a toolbar button. It can now be moved from the add-on bar if desired
+        Fixed encoding problem fi-FI locale which was preventing the options dialog from loading
+    0.8.15
+        Mark as compatible with Firefox 6.0a1.
+        Added the following locales via BabelZilla:
+            sv-SE Locale - Lakrits
+    0.8.14
+        Add Firefox 4.0.x compatibility. Thanks to Nils Maier.
+        Mark as compatible with SeaMonkey 2.0.x
+        Added the following locales via BabelZilla:
+            es-AR Locale - KNTRO
+            ko-KR Locale - alphanis
+    0.8.13
+        Include chrome.manifest file for compatibility with Firefox 3.6
+        Rename some variables to avoid potential conflicts with other extensions
+    0.8.12
+        Remove leading "*." from any user-entered site
+        Added $RAND variable which produces a different random string every time it is used
+        Added the following locale via BabelZilla:
+            cs-CZ Locale - MartinZubek
+    0.8.11
+        Fixed the Visit Home Page link in the About dialog
+        Added the following locales via BabelZilla:
+            ja-JP Locale - drry
+            pl-PL Locale - hiryu
+    0.8.10
+        Added the following locales via BabelZilla:
+            ca-AD Locale - el_libre
+            fi-FI Locale - kenmooda
+            zh-CN Locale - web123lai
+    0.8.9
+        Added an option to stop RefControl from appearing in the right-click context menu.
+        Added the following locales via BabelZilla:
+            el-GR Locale - Sonickydon
+            hr-HR Locale - Krcko
+            ru-RU Locale - f0x
+            tr-TR Locale - Celikbas
+            zh-TW Locale - 風痕影
+    0.8.8
+        Gracefully handle the input of a full URL where a site name is expected.
+        The Custom field can now include variables.
+        Added the following locales via BabelZilla:
+            de-DE Locale - Starke
+            uk-UA Locale - MozUA
+    0.8.7
+        When right-clicking on an image or link there is now a menu item to adjust settings for the site of the image or link instead of the current site.
+        The statusbar icon will display with an all black border when a Referer is present or in grey/black otherwise.
+        Added import/export functions to save your list of sites to a text file and load them back again.
+        Added the following locales via BabelZilla:
+            es-ES Locale - srxo1978
+            nb-NO Locale - bliblok
+            pt-BR Locale - Rodrigo Bergmann Laurindo
+            pt-PT Locale - RedStar
+    0.8.6
+        Fixed problem with long Referers making the statusbar display too wide.
+        Added the following locales via BabelZilla:
+            fr-FR Locale - Goofy
+            it-IT Locale - MatrixIsAllOver
+            nl-NL Locale - Alf
+    0.8.5
+        Added an option to enable and disable RefControl without restarting the browser.
+        Changed statusbar display to have an icon that shows whether RefControl is enabled or disabled.
+        Added a right-click context menu to the statusbar display.
+        The list of sites is now stored slightly differently to allow for literal spaces (not %20 encoded) in the Referer. If you were using a previous version and have a custom Referer with a space or a percent sign in it you should check to make sure that it is still set properly after upgrading.
+        Internal changes to ease translation into other languages. If you would like to provide a translation please contact me via email.
+    0.8.2
+        By popular request, the statusbar display can now be completely disabled
+        When the statusbar is set to display 'RefControl' it will be bold if there is a Referer and in a normal font otherwise
+    0.8.1
+        Added workaround for Firefox bug #174320 (was breaking other extensions on Firefox v1.0.x)
+        Added About button to Options dialog
+    0.8
+        Added a statusbar display to show what Referer was sent for the current page
+    0.7
+        Added "3rd Party requests only" checkbox
+        Added "RefControl Options" entry to Tools menu
+        You can now edit a site by double-clicking on it in the list and add a new site by double-clicking on an empty area
+    0.6
+        Added an entry to the page context menu. Right click on a page and select "RefControl Options" to adjust the settings for the site you are currently viewing.
+        Added Help button to options dialog
+    0.5.3
+        Added wildcard behavior. Now example.com in the site list will apply to *.example.com. More specific items in the list take precedence, so if you have example.com and www.example.com in the list, the example.com action will apply to every *.example.com site except for www.example.com.
+    0.5.2
+        Added a dedicated button to edit the Default setting
+        Added descriptions for the different options in the Edit dialog
+    0.5.1
+        Fixed installation problem on non-Windows computers
+    0.5
+        Initial release

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



More information about the Pkg-mozext-commits mailing list