commit 526910edb2c916c7b5aeeebffa2edad2f779b2f6 Author: Erinn Clark erinn@torproject.org Date: Mon Aug 6 02:01:51 2012 +0100
bump all alpha tbbs to 2.3.19-alpha-2 --- README.LINUX-2.3 | 2 +- README.OSX-2.3 | 2 +- README.WIN-2.3 | 2 +- build-scripts/linux-alpha.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/windows-alpha.mk | 2 +- changelog.linux-2.3 | 12 ++++++++++++ changelog.osx-2.3 | 11 +++++++++++ changelog.windows-2.3 | 11 +++++++++++ 9 files changed, 40 insertions(+), 6 deletions(-)
diff --git a/README.LINUX-2.3 b/README.LINUX-2.3 index e6ae9a7..76eb1f9 100644 --- a/README.LINUX-2.3 +++ b/README.LINUX-2.3 @@ -8,7 +8,7 @@ Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.3.19-rc (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 14.0.1 _ Torbutton 1.4.6 - |_ NoScript 2.4.8 + |_ NoScript 2.5 |_ HTTPS-Everywhere 3.0development.5
Usage diff --git a/README.OSX-2.3 b/README.OSX-2.3 index 87bf564..6846c84 100644 --- a/README.OSX-2.3 +++ b/README.OSX-2.3 @@ -8,7 +8,7 @@ Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.3.19-rc (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 14.0.1 _ Torbutton 1.4.6 - |_ NoScript 2.4.8 + |_ NoScript 2.5 |_ HTTPS-Everywhere 3.0development.5
Usage diff --git a/README.WIN-2.3 b/README.WIN-2.3 index 40cd749..b164b73 100644 --- a/README.WIN-2.3 +++ b/README.WIN-2.3 @@ -8,7 +8,7 @@ Vidalia 0.2.20 (with Qt 4.8.1) Tor 0.2.3.19-rc (with libevent-2.0.19-stable, zlib-1.2.7 and openssl-1.0.1c) Firefox 14.0.1 _ Torbutton 1.4.6 - |_ NoScript 2.4.8 + |_ NoScript 2.5 |_ HTTPS-Everywhere 3.0development.5
Usage diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index 8427a10..a00d000 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=1 +BUILD_NUM=2 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index ad75326..90c0a47 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=i386 -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index 5847a34..588f970 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.3 b/changelog.linux-2.3 index 5073d69..d47fc8a 100644 --- a/changelog.linux-2.3 +++ b/changelog.linux-2.3 @@ -1,5 +1,17 @@ Tor Browser Bundle (2.3.19-alpha-2); suite=linux
+ * Update libpng to 1.5.12 + * Update NoScript to 2.5 + * Change the urlbar search engine to Startpage (closes: #5925) + * Firefox patch updates: + - Fix the Tor Browser SIGFPE crash bug (closes: #6492) + - Add a redirect API for HTTPS-Everywhere (closes: #5477) + - Enable WebGL (as click-to-play only) (closes: #6370) + + -- Erinn Clark erinn@torproject.org Sun Aug 5 23:21:30 BST 2012 + +Tor Browser Bundle (2.3.19-alpha-1); suite=linux + * Update Tor to 0.2.3.19-rc * Update Firefox to 14.0.1 * Update libevent to 2.0.19-stable diff --git a/changelog.osx-2.3 b/changelog.osx-2.3 index cd4c54a..f31d9f9 100644 --- a/changelog.osx-2.3 +++ b/changelog.osx-2.3 @@ -1,3 +1,14 @@ +Tor Browser Bundle (2.3.19-alpha-2); suite=osx + + * Update NoScript to 2.5 + * Change the urlbar search engine to Startpage (closes: #5925) + * Firefox patch updates: + - Fix the Tor Browser SIGFPE crash bug (closes: #6492) + - Add a redirect API for HTTPS-Everywhere (closes: #5477) + - Enable WebGL (as click-to-play only) (closes: #6370) + + -- Erinn Clark erinn@torproject.org Sun Aug 5 23:21:27 BST 2012 + Tor Browser Bundle (2.3.19-alpha-1); suite=osx
* Update Tor to 0.2.3.19-rc diff --git a/changelog.windows-2.3 b/changelog.windows-2.3 index 815f0db..4774116 100644 --- a/changelog.windows-2.3 +++ b/changelog.windows-2.3 @@ -1,3 +1,14 @@ +Tor Browser Bundle (2.3.19-alpha-2); suite=windows + + * Update NoScript to 2.5 + * Change the urlbar search engine to Startpage (closes: #5925) + * Firefox patch updates: + - Fix the Tor Browser SIGFPE crash bug (closes: #6492) + - Add a redirect API for HTTPS-Everywhere (closes: #5477) + - Enable WebGL (as click-to-play only) (closes: #6370) + + -- Erinn Clark erinn@torproject.org Sun Aug 5 23:21:32 BST 2012 + Tor Browser Bundle (2.3.19-alpha-1); suite=windows
* Update Tor to 0.2.3.19-rc
tor-commits@lists.torproject.org