Author: Peter Eckersley <[email protected]> Date: Fri, 29 Oct 2010 15:18:16 -0700 Subject: Restore missing Changelog entries from 0.2.2 Commit: f82a75a97ac1d910f23e8353a2e982ddc0abd376
--- src/Changelog | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/Changelog b/src/Changelog index 45adce6..7993569 100644 --- a/src/Changelog +++ b/src/Changelog @@ -1,3 +1,7 @@ +0.2.3.development.2: + * Restore the 0.2.2 wikipedia fix that got lost in the svn -> git transition + (https://trac.torproject.org/projects/tor/ticket/2080) + 0.2.3.development.1: * Support for the Firefox 4 API * The Amazon rule was causing a lot of glitches; it is now off by default @@ -5,25 +9,28 @@ * Numerous minor rule adjustments 0.2.2: + * Fix a glitch in the Content Policy path that may or may not have been + responsible for these bugs: + https://trac.torproject.org/projects/tor/ticket/1700 + https://trac.torproject.org/projects/tor/ticket/1672 + https://trac.torproject.org/projects/tor/ticket/1673 + The patch breaks toolbar search suggestions. And who knows what else? + * Don't send some country homepages to https://www.google.com/webhp?hl= ; + use https://encrypted.google.com instead * Cleanup and refactor the URI replacement and rewriting code. Should hopefully fix https://trac.torproject.org/projects/tor/ticket/1649 * Add a Google APIs rule * Remove some Extremely Nasty code that would delete malformed rulesets (!) (it was pasted from Torbutton's cookie handling logic...) - * Add trailing slashes to rules to prevent false positive matches for - host names that coincidentally begin with complete names of other - sites (cases like google.commentary.example.org, gmx.demo.example.com) * Add code.google.com to Google Services * The client=firefox* workaround is no longer necessary once we're sending non-US users to encrypted.google.com rather than www.google.com * Better coverage for GMX, Google services, Twitter * Scroogle homepage in HTTPS * Add rules for - - Apple (limited coverage) - - Center for Democracy and Technology - Mail.com logins - Microsoft (limited coverage) - - T-Mobile + * Fix a nasty Google/Wikipedia bug within 0.2.2.development.{1,2} 0.2.1: * Although google said https://www.google.com would continue to work, that -- 1.7.1
