commit 06835e349fac6013207e37926b56f046cf1c4ca2 Author: Sebastian Hahn sebastian@torproject.org Date: Sun Feb 19 22:44:57 2012 +0100
Update linux bundle to inlcude Firefox 10.0.2 --- build-scripts/linux.mk | 2 +- changelog.linux-2.2 | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 4e774c4..51d6af7 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -36,7 +36,7 @@ include $(PWD)/versions.mk
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=7 +BUILD_NUM=7.2 PLATFORM=Linux
## Location of directory for source unpacking diff --git a/changelog.linux-2.2 b/changelog.linux-2.2 index 7fcfb4d..6a0e683 100644 --- a/changelog.linux-2.2 +++ b/changelog.linux-2.2 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.2.35-7.2); suite=linux + + * Really update Firefox to 10.0.2 + * Update libpng to 1.5.9 + + -- Sebastian Hahn sebastian@torproject.org Sun Feb 19 22:41:56 CET 2012 + Tor Browser Bundle (2.2.35-7); suite=linux
* Update Firefox to 10.0.2
tor-commits@lists.torproject.org