[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/maint-2.2] bump all tbb versions to 2.2.34-3 for new libevent and firefox
commit 492adedac37af1102a098f2008e7b45bd5007331
Author: Erinn Clark <erinn@xxxxxxxxxxxxxx>
Date: Wed Nov 23 16:18:31 2011 +0000
bump all tbb versions to 2.2.34-3 for new libevent and firefox
---
README.LINUX-2.2 | 8 ++++----
README.OSX-2.2 | 8 ++++----
README.WIN-2.2 | 10 +++++-----
build-scripts/linux.mk | 2 +-
build-scripts/osx.mk | 2 +-
build-scripts/versions.mk | 8 ++++----
build-scripts/windows.mk | 2 +-
changelog.linux-2.2 | 10 ++++++++++
changelog.osx-2.2 | 10 ++++++++++
changelog.windows-2.2 | 10 ++++++++++
10 files changed, 50 insertions(+), 20 deletions(-)
diff --git a/README.LINUX-2.2 b/README.LINUX-2.2
index 51e6037..8be6ca9 100644
--- a/README.LINUX-2.2
+++ b/README.LINUX-2.2
@@ -5,11 +5,11 @@ Included applications
---------------------
Vidalia 0.2.15 (with Qt 4.6.2)
-Tor 0.2.2.34 (with libevent-2.0.15-stable, zlib-1.2.5 and openssl-1.0.0e)
-Firefox (Aurora) 8.0
+Tor 0.2.2.34 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0e)
+Firefox (Aurora) 8.0.1
\_ Torbutton 1.4.4.1
- |_ NoScript 2.1.8
- |_ HTTPS-Everywhere 1.1
+ |_ NoScript 2.2
+ |_ HTTPS-Everywhere 1.2.1
Usage
-----
diff --git a/README.OSX-2.2 b/README.OSX-2.2
index 1cb6cb6..e5a67ad 100644
--- a/README.OSX-2.2
+++ b/README.OSX-2.2
@@ -5,11 +5,11 @@ Included applications
---------------------
Vidalia 0.2.15 (with Qt 4.6.2)
-Tor 0.2.2.34 (with libevent-2.0.15-stable, zlib-1.2.5 and openssl-1.0.0d)
-Firefox (Aurora) 8.0
+Tor 0.2.2.34 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0d)
+Firefox (Aurora) 8.0.1
\_ Torbutton 1.4.4.1
- |_ NoScript 2.1.8
- |_ HTTPS-Everywhere 1.1
+ |_ NoScript 2.2
+ |_ HTTPS-Everywhere 1.2.1
Usage
-----
diff --git a/README.WIN-2.2 b/README.WIN-2.2
index f042fc8..4329309 100644
--- a/README.WIN-2.2
+++ b/README.WIN-2.2
@@ -5,12 +5,12 @@ Included applications
---------------------
Vidalia 0.2.15 (with Qt 4.6.2)
-Tor 0.2.2.34 (with libevent-2.0.15-stable, zlib-1.2.5 and openssl-1.0.0e)
-FirefoxPortable 8
- \_ Firefox (Aurora) 8
+Tor 0.2.2.34 (with libevent-2.0.16-stable, zlib-1.2.5 and openssl-1.0.0e)
+FirefoxPortable 8.0.1
+ \_ Firefox (Aurora) 8.0.1
\_ Torbutton 1.4.4.1
- |_ NoScript 2.1.8
- |_ HTTPS-Everywhere 1.1
+ |_ NoScript 2.2
+ |_ HTTPS-Everywhere 1.2.1
Usage
-----
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 58b69c0..963da78 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=2
+BUILD_NUM=3
PLATFORM=Linux
## Location of directory for source unpacking
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 0ed1790..9af4622 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=2
+BUILD_NUM=3
PLATFORM=MacOS
## Location of directory for source unpacking
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index e366fcc..81c5f1c 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -2,11 +2,11 @@
RELEASE_VER=2.2.34
-HTTPSEVERY_VER=1.1
-FIREFOX_VER=8.0
-LIBEVENT_VER=2.0.15-stable
+HTTPSEVERY_VER=1.2.1
+FIREFOX_VER=8.0.1
+LIBEVENT_VER=2.0.16-stable
LIBPNG_VER=1.4.8
-NOSCRIPT_VER=2.1.8
+NOSCRIPT_VER=2.2
OPENSSL_VER=1.0.0e
OTR_VER=3.2.0
PIDGIN_VER=2.6.4
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 80ac087..6b74a0a 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -31,7 +31,7 @@
## Include versions
include $(PWD)/versions.mk
-BUILD_NUM=2
+BUILD_NUM=3
PLATFORM=Windows
## Location of required libraries
diff --git a/changelog.linux-2.2 b/changelog.linux-2.2
index 3d97d0e..7dd0125 100644
--- a/changelog.linux-2.2
+++ b/changelog.linux-2.2
@@ -1,3 +1,13 @@
+Tor Browser Bundle (2.2.34-3); suite=linux
+
+ * Update Firefox to 8.0.1
+ * Update Libevent to 2.0.16-stable
+ * Update NoScript to 2.2
+ * Update HTTPS Everywhere to 1.2.1
+ * Begin building Tor with --enable-gcc-warnings
+
+ -- Erinn Clark <erinn@xxxxxxxxxxxxxx> Wed Nov 23 16:15:36 GMT 2011
+
Tor Browser Bundle (2.2.34-2); suite=linux
* Update Firefox to 8.0
diff --git a/changelog.osx-2.2 b/changelog.osx-2.2
index e872d67..6a4d198 100644
--- a/changelog.osx-2.2
+++ b/changelog.osx-2.2
@@ -1,3 +1,13 @@
+Tor Browser Bundle (2.2.34-3); suite=osx
+
+ * Update Firefox to 8.0.1
+ * Update Libevent to 2.0.16-stable
+ * Update NoScript to 2.2
+ * Update HTTPS Everywhere to 1.2.1
+ * Begin building Tor with --enable-gcc-warnings
+
+ -- Erinn Clark <erinn@xxxxxxxxxxxxxx> Wed Nov 23 16:14:30 GMT 2011
+
Tor Browser Bundle (2.2.34-2); suite=osx
* Update Firefox to 8.0
diff --git a/changelog.windows-2.2 b/changelog.windows-2.2
index 8db1a2e..1bb726c 100644
--- a/changelog.windows-2.2
+++ b/changelog.windows-2.2
@@ -1,3 +1,13 @@
+Tor Browser Bundle (2.2.34-3); suite=windows
+
+ * Update Firefox to 8.0.1
+ * Update Libevent to 2.0.16-stable
+ * Update NoScript to 2.2
+ * Update HTTPS Everywhere to 1.2.1
+ * Begin building Tor with --enable-gcc-warnings
+
+ -- Erinn Clark <erinn@xxxxxxxxxxxxxx> Wed Nov 23 16:15:32 GMT 2011
+
Tor Browser Bundle (2.2.34-2); suite=windows
* Update Firefox to 8.0
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits