[torbrowser/maint-2.4] update changelogs and readmes for pending release

commit d0227aa1c92f32a1cd381734cc1ada9fdbb10f5e Author: Erinn Clark <erinn@torproject.org> Date: Thu Apr 25 23:29:49 2013 -0300 update changelogs and readmes for pending release --- README.LINUX-2.4 | 8 ++++---- README.OSX-2.4 | 8 ++++---- README.WIN-2.4 | 8 ++++---- build-scripts/linux-alpha.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/windows-alpha.mk | 2 +- changelog.linux-2.4 | 31 +++++++++++++++++++++++++++++++ changelog.osx-2.4 | 31 +++++++++++++++++++++++++++++++ changelog.windows-2.4 | 31 +++++++++++++++++++++++++++++++ 9 files changed, 108 insertions(+), 15 deletions(-) diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index 7789a40..6ae7129 100644 --- a/README.LINUX-2.4 +++ b/README.LINUX-2.4 @@ -5,12 +5,12 @@ Included applications --------------------- Vidalia 0.2.21 (with Qt 4.8.1) -Tor 0.2.4.11-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) +Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) Firefox 17.0.5esr - \_ Torbutton 1.5.1 - |_ NoScript 2.6.5.9 + \_ Torbutton 1.5.2 + |_ NoScript 2.6.6 |_ HTTPS-Everywhere 4.0development.6 - |_ PDF Viewer 0.7.236 + |_ PDF Viewer 0.8.1 Usage ----- diff --git a/README.OSX-2.4 b/README.OSX-2.4 index 7fca6b0..285a0d9 100644 --- a/README.OSX-2.4 +++ b/README.OSX-2.4 @@ -5,12 +5,12 @@ Included applications --------------------- Vidalia 0.2.21 (with Qt 4.8.1) -Tor 0.2.4.11-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) +Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) Firefox 17.0.5esr - \_ Torbutton 1.5.1 - |_ NoScript 2.6.5.9 + \_ Torbutton 1.5.2 + |_ NoScript 2.6.6 |_ HTTPS-Everywhere 4.0development.6 - |_ PDF Viewer 0.7.236 + |_ PDF Viewer 0.8.1 Usage ----- diff --git a/README.WIN-2.4 b/README.WIN-2.4 index 7007813..154341c 100644 --- a/README.WIN-2.4 +++ b/README.WIN-2.4 @@ -5,12 +5,12 @@ Included applications --------------------- Vidalia 0.2.21 (with Qt 4.8.1) -Tor 0.2.4.11-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) +Tor 0.2.4.12-alpha (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k) Firefox 17.0.5esr - \_ Torbutton 1.5.1 - |_ NoScript 2.6.5.9 + \_ Torbutton 1.5.2 + |_ NoScript 2.6.6 |_ HTTPS-Everywhere 4.0development.6 - |_ PDF Viewer 0.7.236 + |_ PDF Viewer 0.8.1 Usage ----- diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index 3a15d53..7121474 100644 --- a/build-scripts/linux-alpha.mk +++ b/build-scripts/linux-alpha.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=Linux ## Build machine specific settings diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 1429c5b..7ad744d 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -15,7 +15,7 @@ ## Architecture ARCH_TYPE=i386 -BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=MacOS ## Set OSX-specific backwards compatibility options diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index 76bd01e..56233c4 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -13,7 +13,7 @@ ### Configuration ### ##################### -BUILD_NUM=2 +BUILD_NUM=1 PLATFORM=Windows ## Location of required libraries diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index 70b6a27..c648d4a 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -1,3 +1,34 @@ +Tor Browser Bundle (2.4.12-alpha-1); suite=linux + + * Update Tor to 0.2.4.12-alpha + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6 + * Update PDF.js to 0.8.1 + * Firefox patch changes: + - Apply font limits to @font-face local() fonts and disable fallback + rendering for @font-face. (closes: #8455) + - Use Optimistic Data SOCKS handshake (improves page load performance). + (closes: #3875) + - Honor the Windows theme for inverse text colors (without leaking those + colors to content). (closes: #7920) + - Increase pipeline randomization and try harder to batch pipelined + requests together. (closes: #8470) + - Fix an image cache isolation domain key misusage. May fix several image + cache related crash bugs with New Identity, exit, and certain websites. + (closes: #8628) + * Torbutton changes: + - Allow session restore if the user allows disk actvity (closes: #8457) + - Remove the Display Settings panel and associated locales (closes: #8301) + - Fix "Transparent Torification" option. (closes: #6566) + - Fix a hang on New Identity. (closes: #8642) + * Build changes: + - Fetch our source deps from an https mirror (closes: #8286) + - Create watch scripts for syncing mirror sources and monitoring mirror + integrity (closes: #8338) + + -- Erinn Clark <erinn@torproject.org> Thu Apr 25 21:15:37 BRT 2013 + Tor Browser Bundle (2.4.11-alpha-2); suite=linux * Update Firefox to 17.0.5esr diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index ea78b76..c23f940 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -1,3 +1,34 @@ +Tor Browser Bundle (2.4.12-alpha-1); suite=osx + + * Update Tor to 0.2.4.12-alpha + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6 + * Update PDF.js to 0.8.1 + * Firefox patch changes: + - Apply font limits to @font-face local() fonts and disable fallback + rendering for @font-face. (closes: #8455) + - Use Optimistic Data SOCKS handshake (improves page load performance). + (closes: #3875) + - Honor the Windows theme for inverse text colors (without leaking those + colors to content). (closes: #7920) + - Increase pipeline randomization and try harder to batch pipelined + requests together. (closes: #8470) + - Fix an image cache isolation domain key misusage. May fix several image + cache related crash bugs with New Identity, exit, and certain websites. + (closes: #8628) + * Torbutton changes: + - Allow session restore if the user allows disk actvity (closes: #8457) + - Remove the Display Settings panel and associated locales (closes: #8301) + - Fix "Transparent Torification" option. (closes: #6566) + - Fix a hang on New Identity. (closes: #8642) + * Build changes: + - Fetch our source deps from an https mirror (closes: #8286) + - Create watch scripts for syncing mirror sources and monitoring mirror + integrity (closes: #8338) + + -- Erinn Clark <erinn@torproject.org> Thu Apr 25 21:15:32 BRT 2013 + Tor Browser Bundle (2.4.11-alpha-2); suite=osx * Update Firefox to 17.0.5esr diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 5cdb23c..0522bad 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,34 @@ +Tor Browser Bundle (2.4.12-alpha-1); suite=windows + + * Update Tor to 0.2.4.12-alpha + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6 + * Update PDF.js to 0.8.1 + * Firefox patch changes: + - Apply font limits to @font-face local() fonts and disable fallback + rendering for @font-face. (closes: #8455) + - Use Optimistic Data SOCKS handshake (improves page load performance). + (closes: #3875) + - Honor the Windows theme for inverse text colors (without leaking those + colors to content). (closes: #7920) + - Increase pipeline randomization and try harder to batch pipelined + requests together. (closes: #8470) + - Fix an image cache isolation domain key misusage. May fix several image + cache related crash bugs with New Identity, exit, and certain websites. + (closes: #8628) + * Torbutton changes: + - Allow session restore if the user allows disk actvity (closes: #8457) + - Remove the Display Settings panel and associated locales (closes: #8301) + - Fix "Transparent Torification" option. (closes: #6566) + - Fix a hang on New Identity. (closes: #8642) + * Build changes: + - Fetch our source deps from an https mirror (closes: #8286) + - Create watch scripts for syncing mirror sources and monitoring mirror + integrity (closes: #8338) + + -- Erinn Clark <erinn@torproject.org> Thu Apr 25 21:15:34 BRT 2013 + Tor Browser Bundle (2.4.11-alpha-2); suite=windows * Update Firefox to 17.0.5esr
participants (1)
-
erinn@torproject.org