commit ce483b53bcfde57e9698dda7e5a7732f8e0329b4 Author: Erinn Clark erinn@torproject.org Date: Sun Jul 7 18:43:41 2013 -0300
bump tbb beta (formerly known as alpha) for tor 0.2.4.15-rc --- README.LINUX-2.4 | 6 +++--- README.OSX-2.4 | 6 +++--- README.WIN-2.4 | 6 +++--- build-scripts/config/Info.plist | 6 +++--- build-scripts/versions-alpha.mk | 6 +++--- changelog.linux-2.4 | 7 +++++++ changelog.osx-2.4 | 7 +++++++ changelog.windows-2.4 | 7 +++++++ 8 files changed, 36 insertions(+), 15 deletions(-)
diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index c62865b..19d141f 100644 --- a/README.LINUX-2.4 +++ b/README.LINUX-2.4 @@ -1,14 +1,14 @@ -Tor Browser Bundle for GNU/Linux (alpha) +Tor Browser Bundle for GNU/Linux (beta) ===============
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) +Tor 0.2.4.15-rc (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.6 + |_ NoScript 2.6.6.7 |_ HTTPS-Everywhere 4.0development.8 |_ PDF Viewer 0.8.1
diff --git a/README.OSX-2.4 b/README.OSX-2.4 index 8ed423c..d9ade29 100644 --- a/README.OSX-2.4 +++ b/README.OSX-2.4 @@ -1,14 +1,14 @@ -Tor Browser Bundle for Mac OS X (alpha) +Tor Browser Bundle for Mac OS X (beta) ===============
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) +Tor 0.2.4.15-rc (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.6 + |_ NoScript 2.6.6.7 |_ HTTPS-Everywhere 4.0development.8 |_ PDF Viewer 0.8.1
diff --git a/README.WIN-2.4 b/README.WIN-2.4 index df0be97..ec8b342 100644 --- a/README.WIN-2.4 +++ b/README.WIN-2.4 @@ -1,14 +1,14 @@ -Tor Browser Bundle for Windows (alpha) +Tor Browser Bundle for Windows (beta) ===============
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) +Tor 0.2.4.15-rc (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.6 + |_ NoScript 2.6.6.7 |_ HTTPS-Everywhere 4.0development.8 |_ PDF Viewer 0.8.1
diff --git a/build-scripts/config/Info.plist b/build-scripts/config/Info.plist index ea0913a..ce623c8 100644 --- a/build-scripts/config/Info.plist +++ b/build-scripts/config/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>TorBrowserBundle</string> <key>CFBundleGetInfoString</key> - <string>Tor Browser Bundle 2.4.14-alpha-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string> + <string>Tor Browser Bundle 2.4.15-beta-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string> <key>CFBundleIconFile</key> <string>vidalia.icns</string> <key>CFBundleIdentifier</key> @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.4.14-alpha-1</string> + <string>2.4.15-beta-1</string> <key>CFBundleSignature</key> <string>????</string> <key>LSEnvironment</key> @@ -35,7 +35,7 @@ <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> - <string>Tor Browser Bundle 2.4.14-alpha-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string> + <string>Tor Browser Bundle 2.4.15-beta-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> diff --git a/build-scripts/versions-alpha.mk b/build-scripts/versions-alpha.mk index de0cbb8..4331995 100644 --- a/build-scripts/versions-alpha.mk +++ b/build-scripts/versions-alpha.mk @@ -1,6 +1,6 @@ #!/usr/bin/make
-RELEASE_VER=2.4.14-alpha +RELEASE_VER=2.4.15-beta
ZLIB_VER=1.2.8 OPENSSL_VER=1.0.0k @@ -8,12 +8,12 @@ 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.4.14-alpha +TOR_VER=0.2.4.15-rc PIDGIN_VER=2.6.4 FIREFOX_VER=17.0.7esr MOZBUILD_VER=1.5.1 TORBUTTON_VER=1.5.2 -NOSCRIPT_VER=2.6.6.6 +NOSCRIPT_VER=2.6.6.7 HTTPSEVERYWHERE_VER=4.0development.8 PDFJS_VER=0.8.1 OBFSPROXY_VER=0.1.4 diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index 184b2f2..2c0acc2 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.15-beta-1); suite=linux + + * Update Tor to 0.2.4.15-rc + * Update NoScript to 2.6.6.7 + + -- Erinn Clark erinn@torproject.org Sun Jul 7 18:38:52 BRT 2013 + Tor Browser Bundle (2.4.14-alpha-1); suite=linux
* Update Tor to 0.2.4.14-alpha diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index ac2b503..593f8f2 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.15-beta-1); suite=osx + + * Update Tor to 0.2.4.15-rc + * Update NoScript to 2.6.6.7 + + -- Erinn Clark erinn@torproject.org Sun Jul 7 18:38:48 BRT 2013 + Tor Browser Bundle (2.4.14-alpha-1); suite=osx
* Update Tor to 0.2.4.14-alpha diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 36093cb..1d6c064 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,10 @@ +Tor Browser Bundle (2.4.15-beta-1); suite=windows + + * Update Tor to 0.2.4.15-rc + * Update NoScript to 2.6.6.7 + + -- Erinn Clark erinn@torproject.org Sun Jul 7 18:38:50 BRT 2013 + Tor Browser Bundle (2.4.14-alpha-1); suite=windows
* Update Tor to 0.2.4.14-alpha