[tor-commits] [torbrowser/master] update changelogs and a few more versions for new TBBs
erinn at torproject.org
erinn at torproject.org
Fri Nov 15 20:20:10 UTC 2013
commit e591565afb6315f0b727e15a83bba10654bb91d2
Author: Erinn Clark <erinn at torproject.org>
Date: Fri Nov 15 18:19:04 2013 -0200
update changelogs and a few more versions for new TBBs
---
build-scripts/config/Info.plist | 6 +++---
build-scripts/config/Info.plist-stable | 6 +++---
changelog.linux-2.3 | 7 +++++++
changelog.linux-2.4 | 8 ++++++++
changelog.osx-2.3 | 9 +++++++++
changelog.osx-2.4 | 10 ++++++++++
changelog.windows-2.3 | 7 +++++++
changelog.windows-2.4 | 8 ++++++++
8 files changed, 55 insertions(+), 6 deletions(-)
diff --git a/build-scripts/config/Info.plist b/build-scripts/config/Info.plist
index 46d04b7..7d7f52b 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.17-rc-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+ <string>Tor Browser Bundle 2.4.17-rc-2 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.17-rc-1</string>
+ <string>2.4.17-rc-2</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.17-rc-1 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+ <string>Tor Browser Bundle 2.4.17-rc-2 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
diff --git a/build-scripts/config/Info.plist-stable b/build-scripts/config/Info.plist-stable
index 2920cf7..f1648cf 100644
--- a/build-scripts/config/Info.plist-stable
+++ b/build-scripts/config/Info.plist-stable
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>TorBrowserBundle</string>
<key>CFBundleGetInfoString</key>
- <string>Tor Browser Bundle 2.3.25-14 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+ <string>Tor Browser Bundle 2.3.25-15 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.3.25-14</string>
+ <string>2.3.25-15</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.3.25-14 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
+ <string>Tor Browser Bundle 2.3.25-15 Copyright 2010, 2011, 2012, 2013 The Tor Project</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
diff --git a/changelog.linux-2.3 b/changelog.linux-2.3
index 5a9763b..8156ccc 100644
--- a/changelog.linux-2.3
+++ b/changelog.linux-2.3
@@ -1,3 +1,10 @@
+Tor Browser Bundle (2.3.25-15); suite=linux
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:05 BRST 2013
+
Tor Browser Bundle (2.3.25-14); suite=linux
* Update Firefox to 17.0.10esr
diff --git a/changelog.linux-2.4 b/changelog.linux-2.4
index 9f79a20..fa6fa24 100644
--- a/changelog.linux-2.4
+++ b/changelog.linux-2.4
@@ -1,3 +1,11 @@
+Tor Browser Bundle (2.4.17-rc-2); suite=linux
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+ * Remove PDF.js since it is no longer supported in Firefox 17
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:25 BRST 2013
+
Tor Browser Bundle (2.4.17-rc-1); suite=linux
* Update Firefox to 17.0.10esr
diff --git a/changelog.osx-2.3 b/changelog.osx-2.3
index 4f1203c..02b1229 100644
--- a/changelog.osx-2.3
+++ b/changelog.osx-2.3
@@ -1,3 +1,12 @@
+Tor Browser Bundle (2.3.25-15); suite=osx
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+ * Fix paths so Mac OS X 10.9 can find the geoip file. Patch by David Fifield.
+ (closes: #10092)
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:00 BRST 2013
+
Tor Browser Bundle (2.3.25-14); suite=osx
* Update Firefox to 17.0.10esr
diff --git a/changelog.osx-2.4 b/changelog.osx-2.4
index 6d033db..1723072 100644
--- a/changelog.osx-2.4
+++ b/changelog.osx-2.4
@@ -1,3 +1,13 @@
+Tor Browser Bundle (2.4.17-rc-2); suite=osx
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+ * Remove PDF.js since it is no longer supported in Firefox 17
+ * Fix paths so Mac OS X 10.9 can find the geoip file. Patch by David Fifield.
+ (closes: #10092)
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:22 BRST 2013
+
Tor Browser Bundle (2.4.17-rc-1); suite=osx
* Update Firefox to 17.0.10esr
diff --git a/changelog.windows-2.3 b/changelog.windows-2.3
index f32cc3a..17d6e5b 100644
--- a/changelog.windows-2.3
+++ b/changelog.windows-2.3
@@ -1,3 +1,10 @@
+Tor Browser Bundle (2.3.25-15); suite=windows
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:02 BRST 2013
+
Tor Browser Bundle (2.3.25-14); suite=windows
* Update Firefox to 17.0.10esr
diff --git a/changelog.windows-2.4 b/changelog.windows-2.4
index 2bbc781..a2eff35 100644
--- a/changelog.windows-2.4
+++ b/changelog.windows-2.4
@@ -1,3 +1,11 @@
+Tor Browser Bundle (2.4.17-rc-2); suite=windows
+
+ * Update Firefox to 17.0.11esr
+ * Update NoScript to 2.6.8.5
+ * Remove PDF.js since it is no longer supported in Firefox 17
+
+ -- Erinn Clark <erinn at torproject.org> Fri Nov 15 18:11:24 BRST 2013
+
Tor Browser Bundle (2.4.17-rc-1); suite=windows
* Update Firefox to 17.0.10esr
More information about the tor-commits
mailing list