commit a966461e34453120bb0cf4d748de32d3c0a2f644
Author: Erinn Clark <erinn(a)torproject.org>
Date: Fri Jun 21 19:21:25 2013 -0300
update alpha & stable changelogs for new releases for Firefox 17.0.7esr
---
README.LINUX-2.3 | 4 ++--
README.LINUX-2.4 | 2 +-
README.OSX-2.3 | 8 ++++----
README.OSX-2.4 | 2 +-
README.WIN-2.3 | 8 ++++----
README.WIN-2.4 | 2 +-
build-scripts/linux.mk | 2 +-
build-scripts/osx.mk | 2 +-
build-scripts/versions-alpha.mk | 2 +-
build-scripts/versions.mk | 6 +++---
build-scripts/windows.mk | 2 +-
changelog.linux-2.3 | 8 ++++++++
changelog.linux-2.4 | 3 ++-
changelog.osx-2.3 | 9 +++++++++
changelog.osx-2.4 | 3 ++-
changelog.windows-2.3 | 9 +++++++++
changelog.windows-2.4 | 3 ++-
17 files changed, 52 insertions(+), 23 deletions(-)
diff --git a/README.LINUX-2.3 b/README.LINUX-2.3
index 1e18958..6eb633f 100644
--- a/README.LINUX-2.3
+++ b/README.LINUX-2.3
@@ -5,8 +5,8 @@ Included applications
---------------------
Vidalia 0.2.21 (with Qt 4.8.1)
-Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
|_ NoScript 2.6.6.2
|_ HTTPS-Everywhere 3.2.2
diff --git a/README.LINUX-2.4 b/README.LINUX-2.4
index a59b600..ea6c562 100644
--- a/README.LINUX-2.4
+++ b/README.LINUX-2.4
@@ -6,7 +6,7 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1)
Tor 0.2.4.14-alpha (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
|_ NoScript 2.6.6.2
|_ HTTPS-Everywhere 4.0development.8
diff --git a/README.OSX-2.3 b/README.OSX-2.3
index b4b8936..f3b3962 100644
--- a/README.OSX-2.3
+++ b/README.OSX-2.3
@@ -5,11 +5,11 @@ Included applications
---------------------
Vidalia 0.2.21 (with Qt 4.8.1)
-Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
- |_ NoScript 2.6.6.1
- |_ HTTPS-Everywhere 3.2
+ |_ NoScript 2.6.6.2
+ |_ HTTPS-Everywhere 3.2.2
Usage
-----
diff --git a/README.OSX-2.4 b/README.OSX-2.4
index 923cb72..d22a54b 100644
--- a/README.OSX-2.4
+++ b/README.OSX-2.4
@@ -6,7 +6,7 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1)
Tor 0.2.4.14-alpha (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
|_ NoScript 2.6.6.2
|_ HTTPS-Everywhere 4.0development.8
diff --git a/README.WIN-2.3 b/README.WIN-2.3
index 2b1ee0f..6e5838a 100644
--- a/README.WIN-2.3
+++ b/README.WIN-2.3
@@ -5,11 +5,11 @@ Included applications
---------------------
Vidalia 0.2.21 (with Qt 4.8.1)
-Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.7 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Tor 0.2.3.25 (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
- |_ NoScript 2.6.6.1
- |_ HTTPS-Everywhere 3.2
+ |_ NoScript 2.6.6.2
+ |_ HTTPS-Everywhere 3.2.2
Usage
-----
diff --git a/README.WIN-2.4 b/README.WIN-2.4
index f73eb59..3852052 100644
--- a/README.WIN-2.4
+++ b/README.WIN-2.4
@@ -6,7 +6,7 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1)
Tor 0.2.4.14-alpha (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k)
-Firefox 17.0.6esr
+Firefox 17.0.7esr
\_ Torbutton 1.5.2
|_ NoScript 2.6.6.2
|_ HTTPS-Everywhere 4.0development.8
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index fc195a8..6413c2c 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -15,7 +15,7 @@
## Architecture
ARCH_TYPE=$(shell uname -m)
-BUILD_NUM=9
+BUILD_NUM=10
PLATFORM=Linux
## Build machine specific settings
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 73113b4..ae51c8a 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -15,7 +15,7 @@
## Architecture
ARCH_TYPE=x86_64
-BUILD_NUM=8
+BUILD_NUM=10
PLATFORM=MacOS
## Set OSX-specific backwards compatibility options
diff --git a/build-scripts/versions-alpha.mk b/build-scripts/versions-alpha.mk
index 256f562..fafa2e2 100644
--- a/build-scripts/versions-alpha.mk
+++ b/build-scripts/versions-alpha.mk
@@ -10,7 +10,7 @@ VIDALIA_VER=0.2.21
LIBEVENT_VER=2.0.21-stable
TOR_VER=0.2.4.14-alpha
PIDGIN_VER=2.6.4
-FIREFOX_VER=17.0.6esr
+FIREFOX_VER=17.0.7esr
MOZBUILD_VER=1.5.1
TORBUTTON_VER=1.5.2
NOSCRIPT_VER=2.6.6.2
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk
index 06874f9..bce9b4b 100644
--- a/build-scripts/versions.mk
+++ b/build-scripts/versions.mk
@@ -2,15 +2,15 @@
RELEASE_VER=2.3.25
-ZLIB_VER=1.2.7
+ZLIB_VER=1.2.8
OPENSSL_VER=1.0.0k
-LIBPNG_VER=1.5.15
+LIBPNG_VER=1.5.16
QT_VER=4.8.1
VIDALIA_VER=0.2.21
LIBEVENT_VER=2.0.21-stable
TOR_VER=0.2.3.25
PIDGIN_VER=2.6.4
-FIREFOX_VER=17.0.6esr
+FIREFOX_VER=17.0.7esr
MOZBUILD_VER=1.5.1
TORBUTTON_VER=1.5.2
NOSCRIPT_VER=2.6.6.2
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index dfb6c8a..e33b55a 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -13,7 +13,7 @@
### Configuration ###
#####################
-BUILD_NUM=8
+BUILD_NUM=10
PLATFORM=Windows
## Location of required libraries
diff --git a/changelog.linux-2.3 b/changelog.linux-2.3
index a5fc690..f248ff2 100644
--- a/changelog.linux-2.3
+++ b/changelog.linux-2.3
@@ -1,3 +1,11 @@
+Tor Browser Bundle (2.3.25-10); suite=linux
+
+ * Update Firefox to 17.0.7esr
+ * Update zlib to 1.2.8
+ * Update libpng 1.5.16
+
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:22 BRT 2013
+
Tor Browser Bundle (2.3.25-9); suite=linux
* Rebuild 64-bit bundles with Firefox optimizations disabled in order to
diff --git a/changelog.linux-2.4 b/changelog.linux-2.4
index 5e5441a..0bcedc7 100644
--- a/changelog.linux-2.4
+++ b/changelog.linux-2.4
@@ -1,12 +1,13 @@
Tor Browser Bundle (2.4.14-alpha-1); suite=linux
* Update Tor to 0.2.4.14-alpha
+ * Update Firefox 17.0.7esr
* Update zlib to 1.2.8
* Update libpng to 1.5.16
* Update HTTPS Everywhere to 4.0development.8
* Update NoScript to 2.6.6.2
- -- Erinn Clark <erinn(a)torproject.org> Wed Jun 19 21:00:13 BRT 2013
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:25 BRT 2013
Tor Browser Bundle (2.4.12-alpha-2); suite=linux
diff --git a/changelog.osx-2.3 b/changelog.osx-2.3
index 97855d8..a8fbc29 100644
--- a/changelog.osx-2.3
+++ b/changelog.osx-2.3
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.3.25-10); suite=osx
+
+ * Update Firefox to 17.0.7esr
+ * Update zlib to 1.2.8
+ * Update HTTPS Everywhere to 3.2.2
+ * Update NoScript to 2.6.6.2
+
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:20 BRT 2013
+
Tor Browser Bundle (2.3.25-8); suite=osx
* Update Firefox to 17.0.6esr
diff --git a/changelog.osx-2.4 b/changelog.osx-2.4
index 462f044..6aa45e2 100644
--- a/changelog.osx-2.4
+++ b/changelog.osx-2.4
@@ -1,12 +1,13 @@
Tor Browser Bundle (2.4.14-alpha-1); suite=osx
* Update Tor to 0.2.4.14-alpha
+ * Update Firefox 17.0.7esr
* Update zlib to 1.2.8
* Update libpng to 1.5.16
* Update HTTPS Everywhere to 4.0development.8
* Update NoScript to 2.6.6.2
- -- Erinn Clark <erinn(a)torproject.org> Wed Jun 19 21:00:11 BRT 2013
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:25 BRT 2013
Tor Browser Bundle (2.4.12-alpha-2); suite=osx
diff --git a/changelog.windows-2.3 b/changelog.windows-2.3
index d3dfc46..48846d1 100644
--- a/changelog.windows-2.3
+++ b/changelog.windows-2.3
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.3.25-10); suite=windows
+
+ * Update Firefox to 17.0.7esr
+ * Update zlib to 1.2.8
+ * Update HTTPS Everywhere to 3.2.2
+ * Update NoScript to 2.6.6.2
+
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:25 BRT 2013
+
Tor Browser Bundle (2.3.25-8); suite=windows
* Update Firefox to 17.0.6esr
diff --git a/changelog.windows-2.4 b/changelog.windows-2.4
index bcfaff2..5aff58b 100644
--- a/changelog.windows-2.4
+++ b/changelog.windows-2.4
@@ -1,12 +1,13 @@
Tor Browser Bundle (2.4.14-alpha-1); suite=windows
* Update Tor to 0.2.4.14-alpha
+ * Update Firefox 17.0.7esr
* Update zlib to 1.2.8
* Update libpng to 1.5.16
* Update HTTPS Everywhere to 4.0development.8
* Update NoScript to 2.6.6.2
- -- Erinn Clark <erinn(a)torproject.org> Wed Jun 19 21:00:16 BRT 2013
+ -- Erinn Clark <erinn(a)torproject.org> Fri Jun 21 19:13:25 BRT 2013
Tor Browser Bundle (2.4.12-alpha-2); suite=windows