commit 79706edc293afaeeb71d306695f2ecfcedd03287 Author: Erinn Clark erinn@torproject.org Date: Fri Sep 13 17:45:23 2013 +0200
begin updating changelogs and READMEs for pending 2.3.25-13 and 2.4.17-beta-2 releases --- README.LINUX-2.3 | 6 +++--- README.LINUX-2.4 | 4 ++-- README.OSX-2.3 | 4 ++-- README.OSX-2.4 | 4 ++-- README.WIN-2.3 | 6 +++--- README.WIN-2.4 | 4 ++-- build-scripts/linux-alpha.mk | 2 +- build-scripts/linux.mk | 2 +- build-scripts/osx-alpha.mk | 2 +- build-scripts/osx.mk | 2 +- build-scripts/versions-alpha.mk | 4 ++-- build-scripts/versions.mk | 6 +++--- build-scripts/windows-alpha.mk | 2 +- build-scripts/windows.mk | 2 +- changelog.linux-2.3 | 9 +++++++++ changelog.linux-2.4 | 9 +++++++++ changelog.osx-2.3 | 9 +++++++++ changelog.osx-2.4 | 9 +++++++++ changelog.windows-2.3 | 9 +++++++++ changelog.windows-2.4 | 9 +++++++++ 20 files changed, 79 insertions(+), 25 deletions(-)
diff --git a/README.LINUX-2.3 b/README.LINUX-2.3 index 64db95f..47e5757 100644 --- a/README.LINUX-2.3 +++ b/README.LINUX-2.3 @@ -6,10 +6,10 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 - |_ NoScript 2.6.7 - |_ HTTPS-Everywhere 3.3.1 + |_ NoScript 2.6.7.1 + |_ HTTPS-Everywhere 3.4.1
Usage ----- diff --git a/README.LINUX-2.4 b/README.LINUX-2.4 index bd24c34..417bbd2 100644 --- a/README.LINUX-2.4 +++ b/README.LINUX-2.4 @@ -6,10 +6,10 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 |_ NoScript 2.6.7.1 - |_ HTTPS-Everywhere 4.0development.11 + |_ HTTPS-Everywhere 4.0development.12 |_ PDF Viewer 0.8.298
Usage diff --git a/README.OSX-2.3 b/README.OSX-2.3 index c6f70a0..b392eb9 100644 --- a/README.OSX-2.3 +++ b/README.OSX-2.3 @@ -6,9 +6,9 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 - |_ NoScript 2.6.7 + |_ NoScript 2.6.7.1 |_ HTTPS-Everywhere 3.3.1
Usage diff --git a/README.OSX-2.4 b/README.OSX-2.4 index 3eff280..14b5a73 100644 --- a/README.OSX-2.4 +++ b/README.OSX-2.4 @@ -6,10 +6,10 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 |_ NoScript 2.6.7.1 - |_ HTTPS-Everywhere 4.0development.11 + |_ HTTPS-Everywhere 4.0development.12 |_ PDF Viewer 0.8.298
Usage diff --git a/README.WIN-2.3 b/README.WIN-2.3 index ba71efd..5822f93 100644 --- a/README.WIN-2.3 +++ b/README.WIN-2.3 @@ -6,10 +6,10 @@ 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.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 - |_ NoScript 2.6.7 - |_ HTTPS-Everywhere 3.3.1 + |_ NoScript 2.6.7.1 + |_ HTTPS-Everywhere 3.4.1
Usage ----- diff --git a/README.WIN-2.4 b/README.WIN-2.4 index 968b483..801216e 100644 --- a/README.WIN-2.4 +++ b/README.WIN-2.4 @@ -6,10 +6,10 @@ Included applications
Vidalia 0.2.21 (with Qt 4.8.1) Tor 0.2.4.17-rc (with libevent-2.0.21-stable, zlib-1.2.8 and openssl-1.0.0k) -Firefox 17.0.8esr +Firefox 17.0.9esr _ Torbutton 1.5.2 |_ NoScript 2.6.7.1 - |_ HTTPS-Everywhere 4.0development.11 + |_ HTTPS-Everywhere 4.0development.12 |_ PDF Viewer 0.8.298
Usage diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk index aea6d05..e257dfc 100644 --- a/build-scripts/linux-alpha.mk +++ b/build-scripts/linux-alpha.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 6000841..6c2f102 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=$(shell uname -m) -BUILD_NUM=12 +BUILD_NUM=13 PLATFORM=Linux
## Build machine specific settings diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk index 7ad744d..1429c5b 100644 --- a/build-scripts/osx-alpha.mk +++ b/build-scripts/osx-alpha.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=i386 -BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 12eb827..6ae8081 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -15,7 +15,7 @@
## Architecture ARCH_TYPE=x86_64 -BUILD_NUM=12 +BUILD_NUM=13 PLATFORM=MacOS
## Set OSX-specific backwards compatibility options diff --git a/build-scripts/versions-alpha.mk b/build-scripts/versions-alpha.mk index 3d7d050..088b27c 100644 --- a/build-scripts/versions-alpha.mk +++ b/build-scripts/versions-alpha.mk @@ -10,11 +10,11 @@ VIDALIA_VER=0.2.21 LIBEVENT_VER=2.0.21-stable TOR_VER=0.2.4.17-rc PIDGIN_VER=2.6.4 -FIREFOX_VER=17.0.8esr +FIREFOX_VER=17.0.9esr MOZBUILD_VER=1.5.1 TORBUTTON_VER=1.5.2 NOSCRIPT_VER=2.6.7.1 -HTTPSEVERYWHERE_VER=4.0development.11 +HTTPSEVERYWHERE_VER=4.0development.12 PDFJS_VER=0.8.298 OBFSPROXY_VER=0.1.4 OTR_VER=3.2.0 diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index 1eaac6d..55cd175 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -10,11 +10,11 @@ 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.8esr +FIREFOX_VER=17.0.9esr MOZBUILD_VER=1.5.1 TORBUTTON_VER=1.5.2 -NOSCRIPT_VER=2.6.7 -HTTPSEVERYWHERE_VER=3.3.1 +NOSCRIPT_VER=2.6.7.1 +HTTPSEVERYWHERE_VER=3.4.1 OTR_VER=3.2.0 OBFSPROXY_VER=0.1.4
diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk index 56233c4..76bd01e 100644 --- a/build-scripts/windows-alpha.mk +++ b/build-scripts/windows-alpha.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=1 +BUILD_NUM=2 PLATFORM=Windows
## Location of required libraries diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index f988e39..41036fc 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -13,7 +13,7 @@ ### Configuration ### #####################
-BUILD_NUM=12 +BUILD_NUM=13 PLATFORM=Windows
## Location of required libraries diff --git a/changelog.linux-2.3 b/changelog.linux-2.3 index f7adaa2..b135779 100644 --- a/changelog.linux-2.3 +++ b/changelog.linux-2.3 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.3.25-13); suite=linux + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 3.4.1 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:13 CEST 2013 + Tor Browser Bundle (2.3.25-12); suite=linux
* Re-add the locale pref to the Firefox prefs file to allow for localization diff --git a/changelog.linux-2.4 b/changelog.linux-2.4 index fa7da5e..c40c1bc 100644 --- a/changelog.linux-2.4 +++ b/changelog.linux-2.4 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.4.17-beta-2); suite=linux + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 0.development.12 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:36 CEST 2013 + Tor Browser Bundle (2.4.17-beta-1); suite=linux
* Update Tor to 0.2.4.17-rc diff --git a/changelog.osx-2.3 b/changelog.osx-2.3 index 1cd1f07..2f4c405 100644 --- a/changelog.osx-2.3 +++ b/changelog.osx-2.3 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.3.25-13); suite=osx + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 3.4.1 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:11 CEST 2013 + Tor Browser Bundle (2.3.25-12); suite=osx
* Re-add the locale pref to the Firefox prefs file to allow for localization diff --git a/changelog.osx-2.4 b/changelog.osx-2.4 index c99d531..062335f 100644 --- a/changelog.osx-2.4 +++ b/changelog.osx-2.4 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.4.17-beta-2); suite=osx + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 0.development.12 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:38 CEST 2013 + Tor Browser Bundle (2.4.17-beta-1); suite=osx
* Update Tor to 0.2.4.17-rc diff --git a/changelog.windows-2.3 b/changelog.windows-2.3 index 793c0d6..a0475fc 100644 --- a/changelog.windows-2.3 +++ b/changelog.windows-2.3 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.3.25-13); suite=windows + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 3.4.1 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:15 CEST 2013 + Tor Browser Bundle (2.3.25-12); suite=windows
* Re-add the locale pref to the Firefox prefs file to allow for localization diff --git a/changelog.windows-2.4 b/changelog.windows-2.4 index 4c7881d..b23efb7 100644 --- a/changelog.windows-2.4 +++ b/changelog.windows-2.4 @@ -1,3 +1,12 @@ +Tor Browser Bundle (2.4.17-beta-2); suite=windows + + * Update Firefox to 17.0.9esr + * Update HTTPS Everywhere to 0.development.12 + * Update NoScript to 2.6.7.1 + * Remove extraneous libevent libraries (closes: #9727) + + -- Erinn Clark erinn@torproject.org Fri Sep 13 17:03:34 CEST 2013 + Tor Browser Bundle (2.4.17-beta-1); suite=windows
* Update Tor to 0.2.4.17-rc
tor-commits@lists.torproject.org