[Pkg-mozext-commits] [SCM] perspectives-extension annotated tag, debian/4.2-4, created. debian/4.2-4
Fabrizio Regalli
fabreg at fabreg.it
Sun Nov 20 23:07:08 UTC 2011
The annotated tag, debian/4.2-4 has been created
at fc3d9ba6953cb2593d4e07e3e36b811f9902e7b6 (tag)
tagging 7f0bc7308999508b9574a1f08594b96177ddc3ee (commit)
tagged by Fabrizio Regalli
on Mon Nov 21 00:06:52 2011 +0100
- Shortlog ------------------------------------------------------------
debian/4.2-4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJOyYgMAAoJEEwEP+tcfPCyb/MP/jBKQ9CW48ml5f9LpLtXNnyR
efeak8Y+Ot36RVQmqyVPQnrM3EACJ/xvdZzSRdywd2dBdcPw13fphD54PWUN8qGL
75RBSQqLk7zphiq0bCvrjQijN2ptu35mT6/9Kl444p6WB7S635l1HP69nj6eUXRY
MjPC4W579d6m1pOWtO6xnf9391sLU4FZGhlsis7nIA46Th8SuX0PLSBQ3DhvFq5X
WF8a6QtUjD5PElTOA547zHAxvGezdBrdlw6ftB0xu1W6zcBsqunWKRsXJNXTKRVx
1N8L1y7EZxRQFZMiVPKgyRxb2oaVMGOrLBy1ZzH/FVQJFG5Zmt/ycIlUO8REkpUj
/dmAE9j/MMNlt31V/olrej9bUVonVb8AvC4neJNV00n3eG7eLiu5G3K2SGjMGtRQ
tD0JrIowd9B1TaBmzbV/wwiJrfsvl/7k2uV2KqiU30qbgpZ6DF3rooT0u86m4O4a
oUC3A6KTD57kfEqO0HykRdLCqlE/7zgRaRx0XQpRgHxj0l+yFcIRuhQGcjc72sLR
KYk4DF9rsn+Ce04ldJv5uZcGxg2z6GUfYUiIpIjMQykwG3S45fqV1K9+qBHJsxrU
oIk3zmLA8mHmVDscXuBDFNvh9mwbrbfPToPF1hdaarQJWRMC9pBotOONPruWut97
pn02UKSkGAtHUMdjqJr2
=ZvP8
-----END PGP SIGNATURE-----
Dan Wendlandt (25):
don't show more than one decimal place for quorum duration
Merge branch 'moved_notary_list' of https://github.com/katmagic/Perspectives into katmagic
Change timeout behavior so that the individual query timeout is shorter,
remove the XPI file each time we build. Otherwise we are just updating
Move copy of http_notary_list.txt . The correct copy is now stored in plugin/chrome/content
GH-22: Prevent firefox from showing the spinning icon when accessing pages like about:blank
Add perspectives sub-menu to Firefox Tools menu, and to browser content
increase supported FF version to 4.0b10
bump extension version to 4.1
fix more spelling/grammar issues from David Lawhon
switch to GPL v3 in COPYING to be consistent with source headers
removing non-standard notaries from http_notary_list.txt
split preferences into two tabs. Add ability to specify additional notaries in the preferences
add ability to enable/disable default set of notaries. Change default notary list to use perspectivesX.networknotary.org names
add auto-update of notary-list. Currently runs only when user starts FF, or if user toggles from disabling auto-update to enabling it
Add license and copyright info to each JS file (suggested by vagrant)
bump up PSV version and supported FF version
fix a few issues with the toolbar code
bump supported FF version to 5.0
Add four new notaries to the default list.
change URLs for update and reporting from www to specific subdomains
hide checkbox to enable auto-update for now
disable debug printing
bump version to 4.2
Fix bug that prevents the "no replies" banner from showing.
Dinesh Israni (1):
* Updated default settings to query notary servers for all https websites
Fabrizio Regalli (4):
Added Breaks: ${xpi:Breaks} to d/control (Closes: #649028)
Added myself to Uploaders
Added DM-Upload-Allowed field
Really added Breaks: to d/control
Igor Velkov (1):
Add SeaMonkey support
Matt DeMoss (1):
Added a toolbar button that can be placed anywhere.
dan (54):
Initial commit based on Dinesh's changes to limit namespace pollution
Cleaner handling of whitelist and notarylist files by Ethan.
Fix typo in tooltip
change listeners that we trigger off of to avoid grabbing the cert too early, in which case firefox will sometimes give us the cert for the previous website
Check if HTTPS page includes insecure content, in which case, don't show the green checkmark.
Possible fix for issue seen with gmail.com where Perspectives gets stuck
no longer use Mozilla DNS interface to query each DNS address.
Remove whitelist functionality. It is out of date and we should come up with something better anyway.
Refactor client_policy.js to reduce pollution of global id space.
Always show the browser key in the graph, and show it as green (since seeing this color in the graph is good)
Important security issue: make sure we cannot count multiple replies
Rename Base64 class to use "Pers_" prefix.
Show spinner icon when Perspectives is querying the notaries.
Add status-bar menu option to force a query. This is useful if you
bump version number from 3.0.4 to 3.1.0
Add README, license, and remove unneeded file
change tooltip for 'querying' state
Implementation of 'weak consistency' model that provides a way to
Timeout cached notary data after a user-configurable time period (default
bump version to 3.2.0, as adding weak consistency is a major enhancement. This is not yet ready for public release.
remove whitelist.txt that file is outdated and unused
still override firefox security error even if insecure embedded
Initial work to get Perspectives working on Firefox 4.0
fix weird formatting in results_dialog.js that was truncating messages
Merge branch 'master' into ff4
initial commit containing report functionality based on ethan's work.
seems that we may need <em:unpack> on some platforms for FF4 support
Basic attack reporting functionality.
fix merge in common.js
bump version to 3.3.0
fix bad merge
Initial whitelist functionality. Add from status bar menu or drop-down.
Fix undefined reference to STATE_STOP.
fix merge conflict in prefs.js
bump to 3.9.1. Had to remove seamonkey target to get update on www.cs.cmu.edu/~perspectives/ website to work. 4.0 will follow immeadiately, but only via the mozilla.org site
bump version to 4.0. This version (same content as 3.9.1) will be release on the main addons.mozilla.org site as an approved extension.
bump version to represent post 4.0 development code
correctly declare STATE_QUERY
improve whitelists functionality for IP addresses
re-add sea monkey support, now that we should be updating only from addons.mozilla.org
Do not query on mixed content pages when the certificate is already trusted. Reported by laxeraend at gmail.com
Issue #8: fix exception thrown when URL bar accesses a 'file' URL
whoops, forgot to disable debug
get rid of ssl_cache, other_cache, merge them into tab_info object.
move more data into the tab_info objects, including query_result_data and query_timeoutid_data
substantial additional consolidation around tab_info objects.
fix typos found by David Lawhon
move banner code to its own file.
consolidate duplicated notify code.
Assume URI errors are transient failures, and show progress icon.
Prevent showing the same banner multiple times in a row. This
fix a couple bugs with whitelisting
Access notary list from a chrome URL. Hopefully fixing issue #16
fix issue #19: if a key was 'cur_inconsistent' and the notaries did not have history on it longer than perspectives.max_timespan_for_inconsistency_test (default value is 7 days).
katmagic (1):
Move the notary list into the plugin/ directory so Perspectives can easily be
-----------------------------------------------------------------------
--
perspectives-extension
More information about the Pkg-mozext-commits
mailing list