commit a7f18ae540add7114c6a537ba99fce2f8995daab Author: Erinn Clark erinn@torproject.org Date: Fri Jan 25 16:42:45 2013 +0100
update changelogs with firefox fixes & pref changes, update readmes with new versions --- README.LINUX-2.4 | 2 +- README.OSX-2.4 | 2 +- README.WIN-2.4 | 10 +++++----- changelog.linux-2.4 | 15 +++++++++++++-- changelog.osx-2.4 | 14 ++++++++++++-- changelog.windows-2.4 | 21 +++++++++++++++++++++ 6 files changed, 53 insertions(+), 11 deletions(-)
diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index 05fe75d..a38c444 100644 --- a/README.LINUX-2.4 +++ b/README.LINUX-2.4 @@ -9,7 +9,7 @@ Tor 0.2.4.9-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 17.0.2esr _ Torbutton 1.5.0pre-alpha |_ NoScript 2.6.4.3 - |_ HTTPS-Everywhere 4.0development.4 + |_ HTTPS-Everywhere 4.0development.5
Usage ----- diff --git a/README.OSX-2.4 b/README.OSX-2.4 index dc751c5..1c71e3c 100644 --- a/README.OSX-2.4 +++ b/README.OSX-2.4 @@ -9,7 +9,7 @@ Tor 0.2.4.9-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 17.0.2esr _ Torbutton 1.5.0pre-alpha |_ NoScript 2.6.4.3 - |_ HTTPS-Everywhere 4.0development.4 + |_ HTTPS-Everywhere 4.0development.5
Usage ----- diff --git a/README.WIN-2.4 b/README.WIN-2.4 index e0b8f09..227a022 100644 --- a/README.WIN-2.4 +++ b/README.WIN-2.4 @@ -5,11 +5,11 @@ Included applications ---------------------
Vidalia 0.2.21 (with Qt 4.8.1) -Tor 0.2.4.6-alpha (with libevent-2.0.20-stable, zlib-1.2.7 and openssl-1.0.1c) -Firefox 10.0.11esr - _ Torbutton 1.4.6.3 - |_ NoScript 2.6.2 - |_ HTTPS-Everywhere 4.0development.2 +Tor 0.2.4.9-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.1c) +Firefox 17.0.2esr + _ Torbutton 1.5.0pre-alpha + |_ NoScript 2.6.4.3 + |_ HTTPS-Everywhere 4.0development.5
Usage ----- diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index 99047bd..2c31e07 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -4,10 +4,21 @@ Tor Browser Bundle (2.4.9-alpha-1); suite=linux * Update Tor to 0.2.4.9-alpha * Update Torbutton to 1.5.0pre-alpha * Update NoScript to 2.6.4.3 + * Update HTTPS-Everywhere to 4.0development.5 * Add Mozilla's PDF.js extension to give people the ability to read PDFs in TBB - - -- Erinn Clark erinn@torproject.org Thu Jan 24 14:00:55 CET 2013 + * Prevent TBB from trying to access the X session manager (closes: #5261) + * Firefox patch changes: + - Isolate image cache to url bar domain (closes: #5742 and #6539) + - Enable DOM storage and isolate it to url bar domain (closes: #6564) + - Include nsIHttpChannel.redirectTo API for HTTPS-Everywhere (closes: #5477) + * Misc preference changes: + - Disable DOM performance timers (dom.enable_performance) (closes: #6204) + - Disable HTTP connection retry timeout (network.http.connection-retry-timeout) (closes: #7656) + - Disable full path information for plugins (plugin.expose_full_path) (closes: #6210) + - Disable NoScript's block of remote WebFonts (noscript.forbidFonts) (closes: #7937) + + -- Erinn Clark erinn@torproject.org Fri Jan 25 15:31:35 CET 2013
Tor Browser Bundle (2.4.7-alpha-1); suite=linux
diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index f832217..1b2f23a 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -4,10 +4,20 @@ Tor Browser Bundle (2.4.9-alpha-1); suite=osx * Update Tor to 0.2.4.9-alpha * Update Torbutton to 1.5.0pre-alpha * Update NoScript to 2.6.4.3 + * Update HTTPS-Everywhere to 4.0development.5 * Add Mozilla's PDF.js extension to give people the ability to read PDFs in TBB - - -- Erinn Clark erinn@torproject.org Thu Jan 24 14:00:53 CET 2013 + * Firefox patch changes: + - Isolate image cache to url bar domain (closes: #5742 and #6539) + - Enable DOM storage and isolate it to url bar domain (closes: #6564) + - Include nsIHttpChannel.redirectTo API for HTTPS-Everywhere (closes: #5477) + * Misc preference changes: + - Disable DOM performance timers (dom.enable_performance) (closes: #6204) + - Disable HTTP connection retry timeout (network.http.connection-retry-timeout) (closes: #7656) + - Disable full path information for plugins (plugin.expose_full_path) (closes: #6210) + - Disable NoScript's block of remote WebFonts (noscript.forbidFonts) (closes: #7937) + + -- Erinn Clark erinn@torproject.org Fri Jan 25 15:31:35 CET 2013
Tor Browser Bundle (2.4.7-alpha-1); suite=osx
diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 3d050ad..bd48ebd 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,24 @@ +Tor Browser Bundle (2.4.9-alpha-test-1); suite=windows + + * Update Firefox to 17.0.2esr + * Update Tor to 0.2.4.9-alpha + * Update Torbutton to 1.5.0pre-alpha + * Update NoScript to 2.6.4.3 + * Update HTTPS-Everywhere to 4.0development.5 + * Add Mozilla's PDF.js extension to give people the ability to read PDFs in + TBB + * Firefox patch changes: + - Isolate image cache to url bar domain (closes: #5742 and #6539) + - Enable DOM storage and isolate it to url bar domain (closes: #6564) + - Include nsIHttpChannel.redirectTo API for HTTPS-Everywhere (closes: #5477) + * Misc preference changes: + - Disable DOM performance timers (dom.enable_performance) (closes: #6204) + - Disable HTTP connection retry timeout (network.http.connection-retry-timeout) (closes: #7656) + - Disable full path information for plugins (plugin.expose_full_path) (closes: #6210) + - Disable NoScript's block of remote WebFonts (noscript.forbidFonts) (closes: #7937) + + -- Erinn Clark erinn@torproject.org Fri Jan 25 15:31:35 CET 2013 + Tor Browser Bundle (2.4.7-alpha-1); suite=windows
* Update Firefox to 10.0.12esr
tor-commits@lists.torproject.org