commit 952ea2f80a08737ccdd238761ab98be1d7504e41 Author: Erinn Clark erinn@torproject.org Date: Sun Feb 19 13:40:28 2012 +0100
update windows and osx 64-bit bundles to include missing firefox 10.0.2 --- build-scripts/osx.mk | 2 +- build-scripts/windows.mk | 2 +- changelog.osx-2.2 | 6 ++++++ changelog.windows-2.2 | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index c7bf9b3..3cacc0a 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -36,7 +36,7 @@ include $(PWD)/versions.mk
## Architecture ARCH_TYPE=i386 -BUILD_NUM=7 +BUILD_NUM=7.1 PLATFORM=MacOS
## Location of directory for source unpacking diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 7e7ebc0..8feb6f9 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -31,7 +31,7 @@
## Include versions include $(PWD)/versions.mk -BUILD_NUM=7 +BUILD_NUM=7.1 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.osx-2.2 b/changelog.osx-2.2 index 9148e79..8a0fd24 100644 --- a/changelog.osx-2.2 +++ b/changelog.osx-2.2 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.2.35-7.1); suite=osx + + * Actually update Firefox to 10.0.2 in the 64-bit bundle + + -- Erinn Clark erinn@torproject.org Sun Feb 19 01:35:09 CET 2012 + Tor Browser Bundle (2.2.35-7); suite=osx
* Update Firefox to 10.0.2 diff --git a/changelog.windows-2.2 b/changelog.windows-2.2 index 2285e1a..9566857 100644 --- a/changelog.windows-2.2 +++ b/changelog.windows-2.2 @@ -1,3 +1,9 @@ +Tor Browser Bundle (2.2.35-7.1); suite=windows + + * Actually update to Firefox 10.0.2 + + -- Erinn Clark erinn@torproject.org Sun Feb 19 01:36:29 CET 2012 + Tor Browser Bundle (2.2.35-7); suite=windows
* Update Firefox to 10.0.2
tor-commits@lists.torproject.org