commit 058c0404c3fc05b5e40f5edf49b96c8481265cf5 Author: Erinn Clark erinn@torproject.org Date: Tue May 7 20:07:39 2013 -0300
update changelogs and READMEs for new stable TBB release --- README.LINUX-2.3 | 4 ++-- README.OSX-2.3 | 4 ++-- README.WIN-2.3 | 4 ++-- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 4 ++-- build-scripts/versions.mk | 4 ++-- build-scripts/windows.mk | 2 +- changelog.linux-2.3 | 29 +++++++++++++++++++++++++++++ changelog.osx-2.3 | 29 +++++++++++++++++++++++++++++ changelog.windows-2.3 | 30 ++++++++++++++++++++++++++++++ 10 files changed, 100 insertions(+), 12 deletions(-)
diff --git a/README.LINUX-2.3 b/README.LINUX-2.3 index 8b0f45a..ac11b74 100644 --- a/README.LINUX-2.3 +++ b/README.LINUX-2.3 @@ -7,8 +7,8 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (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.1 |_ HTTPS-Everywhere 3.1.4
Usage diff --git a/README.OSX-2.3 b/README.OSX-2.3 index ba002ce..d8b7754 100644 --- a/README.OSX-2.3 +++ b/README.OSX-2.3 @@ -7,8 +7,8 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (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.1 |_ HTTPS-Everywhere 3.1.4
Usage diff --git a/README.WIN-2.3 b/README.WIN-2.3 index 52cb637..5ffdcf8 100644 --- a/README.WIN-2.3 +++ b/README.WIN-2.3 @@ -7,8 +7,8 @@ Included applications Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.3.25 (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.1 |_ HTTPS-Everywhere 3.1.4
Usage diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 2bcbb9a..ea85bb3 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=6 +BUILD_NUM=7 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 4215627..e0054b6 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=6 +BUILD_NUM=7 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options @@ -296,7 +296,7 @@ configure-apps: "chrome/$$LC/locale/browser-region/region.properties"); \ rm -rf "$$CHROMEDIR"
- cp config/Info.plist $(DEST)/Contents + cp config/Info.plist-stable $(DEST)/Contents/Info.plist cp config/PkgInfo $(DEST)/Contents cp config/qt.conf $(DEST)/Contents/MacOS/Vidalia.app/Contents/Resources cp config/vidalia.icns $(DEST)/Contents/Resources diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 0503930..ba3cc17 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -12,8 +12,8 @@ TOR_VER=0.2.3.25 PIDGIN_VER=2.6.4 FIREFOX_VER=17.0.5esr MOZBUILD_VER=1.5.1 -TORBUTTON_VER=1.5.1 -NOSCRIPT_VER=2.6.5.9 +TORBUTTON_VER=1.5.2 +NOSCRIPT_VER=2.6.6.1 HTTPSEVERYWHERE_VER=3.1.4 OTR_VER=3.2.0 OBFSPROXY_VER=0.1.4 diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 9fb6a2b..c38fe1d 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=6 +BUILD_NUM=7 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.3 b/changelog.linux-2.3 index ff8d879..5fc9f70 100644 --- a/changelog.linux-2.3 +++ b/changelog.linux-2.3 @@ -1,3 +1,32 @@ +Tor Browser Bundle (2.3.25-7); suite=linux + + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6.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 Tue May 7 19:56:58 BRT 2013 + Tor Browser Bundle (2.3.25-6); suite=linux
* Update Firefox to 17.0.5esr diff --git a/changelog.osx-2.3 b/changelog.osx-2.3 index 8404db3..7ede62d 100644 --- a/changelog.osx-2.3 +++ b/changelog.osx-2.3 @@ -1,3 +1,32 @@ +Tor Browser Bundle (2.3.25-7); suite=osx + + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6.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 Tue May 7 19:56:56 BRT 2013 + Tor Browser Bundle (2.3.25-6); suite=osx
* Update Firefox to 17.0.5esr diff --git a/changelog.windows-2.3 b/changelog.windows-2.3 index 54fa712..0941342 100644 --- a/changelog.windows-2.3 +++ b/changelog.windows-2.3 @@ -1,3 +1,33 @@ +Tor Browser Bundle (2.3.25-7); suite=windows + + * Update Torbutton to 1.5.2 + * Update libpng to 1.5.15 + * Update NoScript to 2.6.6.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) + - Re-enable --enable-optimize for Windows builds + + -- Erinn Clark erinn@torproject.org Tue May 7 19:57:00 BRT 2013 + Tor Browser Bundle (2.3.25-6); suite=windows
* Update Firefox to 17.0.5esr
tor-commits@lists.torproject.org