[Pkg-mozext-commits] [uppity] 10/11: Add upstream changelog
David Prévot
taffit at moszumanska.debian.org
Sat May 2 14:04:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository uppity.
commit 89d1c0346cb1b7478730a8039dcb568723396867
Author: David Prévot <david at tilapin.org>
Date: Fri May 1 17:46:48 2015 -0400
Add upstream changelog
https://addons.mozilla.org/en-us/firefox/addon/uppity/versions/
---
debian/rules | 3 ++
debian/upstream/changelog | 92 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+)
diff --git a/debian/rules b/debian/rules
index 23fb775..e364c6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@
override_dh_auto_install:
install-xpi --remove-license-files *.xpi
+
+override_dh_installchangelogs:
+ dh_installchangelogs debian/upstream/changelog
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..3dfbc82
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,92 @@
+Version 1.5.8 - June 26, 2011
+* Firefox 5.0 compatibility.
+* Updated translations from babelzilla.org.
+
+Version 1.5.7 - March 7, 2011
+
+ Firefox 4 compatibility (#478)
+ Attach a drop-down menu to the URL bar, for Alt-Down w/out toolbar button. (#439)
+ Special case file: URLs that sometimes contain extra slashes. (#471)
+ Translation updates.
+
+Version 1.5.6 - November 15, 2009
+* New translation: sr-RS. Updated translation: fr-FR.
+* Firefox 3.6 compatibility flag.
+* Silence reported errors. (#287)
+* Fix an error case when there is no subdomain or path in the original URL. (#369)
+
+Version 1.5.5 - June 14, 2009
+* Fix recently introduced bug when visiting file:// URLs. (#274)
+* Add the list of possible upward navigations to the status bar context menu, just like the drop-down of the toolbar button. (#277)
+
+Version 1.5.4 - May 20, 2009
+* Throughout the entire system, more carefully consider which is the "current" and which is the "next" URL, if any. This changed as of #236 to be more complex. (#275)
+* Repackage to include missed code, intended for 1.5.3 (#273, #274)
+
+Version 1.5.3 - May 14, 2009
+* Remove Apple-Up and Apple-Down key bindings, which blocked the defaults already on those keys. (#272)
+* Prevent duplicate menu items when there is a trailing slash in the path. (#273)
+
+Version 1.5.2 - May 10, 2009
+* Compatibility with Firefox 3.5.
+* Add a link to "www.example.com" when it is not already present. (#50)
+* Don't interfere with the context menu. (#220)
+* Like the back/forward menu, remember where you came from, present going "back down" as options, and indicate where you currently are in the list. (#236)
+* Apple-up and Apple-down keyboard shortcuts for the Mac. (#233)
+* Add translations: ar, mk-MK, uk-UA.
+
+Version 1.5.1 - September 27, 2008
+* Version 1.5.1 (September 27, 2008)
+* Hard code compatibility with "3.0.*" into install.rdf, and upload this to AMO. (#172)
+* Strip extra leading slashes from URL path names. (#133)
+
+Version 1.5 - May 3, 2008
+* Add translations: cs-CZ, pl-PL, sk-SK, gl-ES, tr-TR
+* Add a new shortcut key (ALT-Down) to open the dropdown menu of the toolbar button. From there, arrows and enter selects any item from the list. (#129)
+* Set enable/disable state also when switching tabs (including creating a new blank tab).
+* Compatibility with FF 3 betas.
+
+Version 1.4.14 - May 28, 2007
+* Deal with subdomain-stripping properly when the host includes a port number.
+* Add translations: ko-KR, ja-JP.
+* Update translations: da-DK, nl-NL, it-IT, fr-FR.
+
+Version 1.4.12 - February 19, 2007
+Add translations: zh-CN, fi-FI, ca-AD
+
+Version 1.4.11 - November 7, 2006
+Fix a stupid bug that was supposed to be fixed in 1.4.10.
+
+Version 1.4.10 - November 5, 2006
+Minor bugfix for users who do not have the toolbar button visible. Bugfix for keyboard shortcut.
+
+Version 1.4.8 - October 20, 2006
+Four new locales
+
+Version 1.4.7 - October 8, 2006
+Middle click can open in new tab.
+
+Version 1.4.6 - August 28, 2006
+bugfix removing subdomains, add enable/disable state
+
+Version 1.4.3 - July 18, 2006
+* Do not truncate hostnames that are numeric IP addresses.
+* Do not truncate hostnames down too far, i.e. "amazon.co.uk" to "co.uk".
+
+Version 1.4.2 - June 20, 2006
+Translations, bugfix for error in options window
+
+Version 1.4.1 - April 27, 2006
+A bug fix for the drop-down menu containing items from old pages. Localization for 7 languages total, includes fixing French.
+
+Version 1.4 - November 10, 2005
+Compatible with FF 1.5.
+
+Version 1.2 - June 25, 2005
+Version 1.2 incorporates new user submitted graphics created by Lee Netherton.
+
+Version 1.1 - June 21, 2005
+This version incorporates a feature I always wanted, and a feature requested here on Mozilla Update. First is a drop-down list of all levels up to go, so you can jump up a few levels in one click (ok, two). This also adds an (optional) button to the status bar. Open the options window for Uppity (in the extension manager) to turn it on.
+
+Version 1.0 - June 17, 2005
+Initial release
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/uppity.git
More information about the Pkg-mozext-commits
mailing list