commit 2e5148c0ba17e0be21b57560f556fd5c50ff62f6 Author: Erinn Clark erinn@torproject.org Date: Mon Jun 10 21:05:23 2013 -0300
fix 64-bit Linux TBB so that it doesn't crash anymore (closes: #8970) --- build-scripts/linux.mk | 2 +- changelog.linux-2.3 | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 8c5ef4e..fc195a8 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=8 +BUILD_NUM=9 PLATFORM=Linux
## Build machine specific settings diff --git a/changelog.linux-2.3 b/changelog.linux-2.3 index 6774803..55427d1 100644 --- a/changelog.linux-2.3 +++ b/changelog.linux-2.3 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.3.25-9); suite=linux + + * Rebuild 64-bit bundles with Firefox optimizations disabled in order to + prevent browser crashes. (closes: #8970) + + -- Erinn Clark erinn@torproject.org Mon Jun 10 21:02:22 BRT 2013 + Tor Browser Bundle (2.3.25-8); suite=linux
* Update Firefox to 17.0.6esr
tor-commits@lists.torproject.org