[Pkg-mozext-commits] [perspectives-extension] annotated tag upstream/4.6 created (now bea8bf2)

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:56 UTC 2014


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

taffit pushed a change to annotated tag upstream/4.6
in repository perspectives-extension.

        at  bea8bf2   (tag)
   tagging  c0770edb4f8909ac2c043a2a241628d5edf44a7d (commit)
  replaces  upstream/4.5.2
 tagged by  David Prévot
        on  Sat Nov 1 15:27:08 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 4.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJUVTQMAAoJEAWMHPlE9r08NWUH/2ABNzhwt6/Tc0ndlDjnpuw7
FTYhSROvkSOkvhRuw5HunNNf5v0vPd8HMgWwmdsxT3kTQJmR4XKha1Vq07aKz80U
eHYAlrF/4SPkgAAHLTQJnDfL/kVG2lZbq5cmxAlRg3P9EDvCBkAllC3EBErdCTDb
8g3apfqzcqvNbSpInYZc+JQJ9mlBztgVKbKLnigKQWXU6xpK5tuRIrwCXwTvsRDz
CUMuiK2NBBtbZXwBt1nfJXnc5qrQ7hYXKqtTkQVKdQqfqD5Ss/k1F0JmxIvHKID8
Qli7K8mIJfMxyhFEx4R0r4B09NYgcipK2pAlwQGFycUiEsnmYFLBiYdQScW0SZM=
=6m1E
-----END PGP SIGNATURE-----

Dave (1):
      Merge pull request #144 from daveschaefer/lambdor-pr-124

Dave Schaefer (30):
      Merge branch 'master' of https://github.com/lambdor/Perspectives into lambdor-pr-124
      statusbar.xul - Add menuseparator around Distrust function
      statusbar.xul - Remove unused elements
      statusbar.xul - Move Preferences down to the Help group
      Perspectives - Add a new string message for private browsing mode
      Perspectives - Fix minor typo
      install.rdf - Note new version for next release
      CHANGELOG - Add summary of changes for v4.6
      install.rdf - Update browser version compatibility
      tests - Add test cases for manual testing
      README - Mention the 'install-fx' make target
      README - Clarify that Fx 31 is no longer specifically required
      localization - Add de translation for new private browsing string
      localization - Remove previously missed 'and Tor' string
      preferences_dialog.xul - Un-indent the "Also contact notaries in private browsing mode" checkbox.
      localization - Copyedit GUI string
      Pers_statusbar - Update nsIX509Cert and nsIX509CertDB calls for Firefox 33
      Pers_statusbar - Edit confirmation dialog UI
      tests - Add manual test cases for private browsing modes
      messages - remove 'Perspectives' header from error messages
      Perspectives - Avoid throwing an error if getRecentBadCerts functionality is missing
      unit tests - Fix test for parsing duplicate notaries
      statusbar.xul - As discussed, disable 'distrust' feature until GH #143 has been fixed
      localization - Add missing period
      CHANGELOG Minor copyedit (typo)
      tests - Move tests for disabled features to separate file
      tests - Add some manual test cases; copyedit
      README - Copyedit
      Pers_pref - Do *not* toggle the "contact in private browsing mode" box when "Always ask" box is changed
      install.rdf - Update version to 4.6

David Prévot (1):
      Imported Upstream version 4.6

Gerold Meisinger (36):
      IDE auto-cleanup (trim trailing spaces, unify tabs/spaces)
      #96: Highly visible notifications when certificates fail
      added some localizations. Fixes #58.
      removed "Perspectives: " from localization "noDataError".
      more de localizations fixes
      Expose timeout duration and number of query retries as a user preference.
      new preferences should be created in the "extensions.perspectives.x" namespace
      Remove duplicate notaries and warn on mismatching public keys.
      Hide "report attack" functionality.
      Added an option to not always contact notaries in private browsing by default.
      Correctly detected and set status for "quorum not reached" in non-english languages.
      Check if signature and timestaps are correct and display in notary results accordingly.
      Display required quorum duration in notary results.
      fixed localizations
      updated svg test
      cleanup test.html
      updated README for new debugging functionality in Aurora
      cleanup client_policy.js
      added user preference for max_cache_age (with "extensions." prefix)
      fixed in generate_svg.js: Actually draw stale_limit line
      added in statusbar: distrust all certificates
      changed readme: hint for faster testing
      removed usage of base64.js
      indicate (by appending ellipses) that "Distrust all certificates..." will open a new dialog
      minor changes in text (Tor, typos)
      added in results_dialog: indicate cached results, fixed in statusbar: indicate whitelist
      cleanup test.html
      blub
      cleanup preferences_dialog.xul
      Redesign whitelist preference UI
      Fixed #132 distrust_all_certificates
      fixed in getNotaryList: split try-catch for additional and default notaries, fixes test case "garbled string"
      fixed in add_der_header: escape and unescape base64 string for UTF8 safety
      changed in add_der_signature_header: removed URIComponent codex because we're getting an actual byte array
      removed in localization: mention of "Tor"
      changed in tests: reactive duplicate notary elimination

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  7597a50   IDE auto-cleanup (trim trailing spaces, unify tabs/spaces)
       new  0dd1f0b   #96: Highly visible notifications when certificates fail added in notaries.process_notary_results: some do_notify( TYPE_FAILED )
       new  885b6e7   added some localizations. Fixes #58.
       new  e6ab1a5   removed "Perspectives: " from localization "noDataError".
       new  38f6ebe   more de localizations fixes
       new  5ac11ad   Expose timeout duration and number of query retries as a user preference. Fixes #72. Fixes #73.
       new  d6984e5   new preferences should be created in the "extensions.perspectives.x" namespace
       new  cddcc07   Remove duplicate notaries and warn on mismatching public keys. Fixes #56.
       new  c0e475e   Hide "report attack" functionality. Fixes #122
       new  74c30b9   Added an option to not always contact notaries in private browsing by default. Fixes #115.
       new  febf98c   Correctly detected and set status for "quorum not reached" in non-english languages. Fixes #121
       new  64a9223   Check if signature and timestaps are correct and display in notary results accordingly. Fixes #62. To test this set breakpoint in notaryAjaxCallback() and manually set server_result.is_valid = false
       new  f443b1f   Display required quorum duration in notary results. Fixes #68.
       new  5bdbe3f   fixed localizations
       new  26b5e5e   updated svg test
       new  0ff7819   cleanup test.html
       new  6814a9b   updated README for new debugging functionality in Aurora
       new  d6c58a1   cleanup client_policy.js
       new  7bb8778   added user preference for max_cache_age (with "extensions." prefix)
       new  786f619   fixed in generate_svg.js: Actually draw stale_limit line Fixes #68 added in svg_test: some more tests
       new  8b409b9   added in statusbar: distrust all certificates Fixes #132.
       new  b2403ce   changed readme: hint for faster testing
       new  b9fb47a   removed usage of base64.js Relates to #133
       new  00760aa   indicate (by appending ellipses) that "Distrust all certificates..." will open a new dialog
       new  bc5fd75   minor changes in text (Tor, typos)
       new  d437958   added in results_dialog: indicate cached results, fixed in statusbar: indicate whitelist Fixes #128
       new  b154cbd   cleanup test.html
       new  79b84a6   blub
       new  58cc786   cleanup preferences_dialog.xul
       new  505ddbd   Redesign whitelist preference UI Fixes #136 (partly)
       new  345c391   Fixed #132 distrust_all_certificates fixed in distrust_all_certificates: cert needs to query for nsIX509CertDB first otherwise setCertTrust() wont work changed in distrust_all_certificates: renamed distrusts_all_certificates() to distrust_all_certificates() added in distrust_all_certificates: number of current and trusted certificates, alerts and localized strings
       new  9c115ce   fixed in getNotaryList: split try-catch for additional and default notaries, fixes test case "garbled string" fixed in test.html "unreachable notaries"
       new  bf6e440   fixed in add_der_header: escape and unescape base64 string for UTF8 safety removed base64
       new  621b995   changed in add_der_signature_header: removed URIComponent codex because we're getting an actual byte array
       new  b0af1dd   removed in localization: mention of "Tor" changed: typo in readme, debugger line in results_dialog.js
       new  01564ab   changed in tests: reactive duplicate notary elimination
       new  b953b95   Merge branch 'master' of https://github.com/lambdor/Perspectives into lambdor-pr-124
       new  7ea07c0   statusbar.xul - Add menuseparator around Distrust function
       new  9978477   statusbar.xul - Remove unused elements
       new  dee1123   statusbar.xul - Move Preferences down to the Help group
       new  e4fb143   Perspectives - Add a new string message for private browsing mode
       new  118d252   Perspectives - Fix minor typo
       new  3d22e20   install.rdf - Note new version for next release
       new  8058832   CHANGELOG - Add summary of changes for v4.6
       new  4377c05   install.rdf - Update browser version compatibility
       new  34881bd   tests - Add test cases for manual testing
       new  b97e5ca   README - Mention the 'install-fx' make target
       new  0a2ecb7   README - Clarify that Fx 31 is no longer specifically required
       new  848ef64   localization - Add de translation for new private browsing string
       new  f4e55bc   localization - Remove previously missed 'and Tor' string
       new  ea5462c   preferences_dialog.xul - Un-indent the "Also contact notaries in private browsing mode" checkbox.
       new  6030983   localization - Copyedit GUI string
       new  fbee688   Pers_statusbar - Update nsIX509Cert and nsIX509CertDB calls for Firefox 33
       new  bdf3c0f   Pers_statusbar - Edit confirmation dialog UI
       new  478cc20   tests - Add manual test cases for private browsing modes
       new  7b6ace9   messages - remove 'Perspectives' header from error messages
       new  910e064   Perspectives - Avoid throwing an error if getRecentBadCerts functionality is missing
       new  75495bf   unit tests - Fix test for parsing duplicate notaries
       new  6c8d180   statusbar.xul - As discussed, disable 'distrust' feature until GH #143 has been fixed
       new  65bc7d4   localization - Add missing period
       new  175ad48   CHANGELOG Minor copyedit (typo)
       new  6cc90dd   tests - Move tests for disabled features to separate file
       new  b4242c4   tests - Add some manual test cases; copyedit
       new  5873a8c   README - Copyedit
       new  f818c59   Pers_pref - Do *not* toggle the "contact in private browsing mode" box when "Always ask" box is changed
       new  ceead35   Merge pull request #144 from daveschaefer/lambdor-pr-124
       new  b2ee660   install.rdf - Update version to 4.6
       new  c0770ed   Imported Upstream version 4.6

The 68 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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



More information about the Pkg-mozext-commits mailing list