[Pkg-privacy-commits] [torbrowser-launcher] 183/476: added a changelog and version bump to 0.0.7

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit 01f4b14bccdefd87ae77c3b86d792482a943778a
Author: Micah Lee <micah at micahflee.com>
Date:   Thu Jan 2 16:08:47 2014 -0800

    added a changelog and version bump to 0.0.7
---
 CHANGELOG.md         | 17 +++++++++++++++++
 build_and_install.sh |  2 +-
 setup.py             |  2 +-
 torbrowser-launcher  |  2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1783cb9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Tor Browser Launcher Changelog
+
+## 0.0.7
+
+* Added AppArmor profiles for torbrowser-launcher and TBB
+
+## 0.0.6
+
+* Fixed URLs to deal with changes in TBB releases for 3.x
+
+## 0.0.5
+
+* Updated paths because TBB 3.x changed directory structure
+* mirrors.txt now has local version in /usr/local
+* Updated TBB signature URL
+* Made optional modem sound when launching Tor, because it's sooo slow :)
+* Extra check to make sure the latest version is installed
diff --git a/build_and_install.sh b/build_and_install.sh
index d3a8272..23e9b07 100755
--- a/build_and_install.sh
+++ b/build_and_install.sh
@@ -10,5 +10,5 @@ rm -r deb_dist
 python setup.py --command-packages=stdeb.command bdist_deb
 
 # install it
-sudo dpkg -i deb_dist/torbrowser-launcher_0.0.6-1_all.deb
+sudo dpkg -i deb_dist/torbrowser-launcher_0.0.7-1_all.deb
 
diff --git a/setup.py b/setup.py
index 8114ed5..664f03e 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ def file_list(path):
     return files
 
 setup(name='torbrowser-launcher',
-      version='0.0.6',
+      version='0.0.7',
       author='Micah Lee',
       author_email='micah at micahflee.com',
       url='https://www.github.com/micahflee/torbrowser-launcher',
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 49f0527..f4195c5 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -1160,7 +1160,7 @@ class TBLLauncher:
             reactor.stop()
 
 if __name__ == "__main__":
-    tor_browser_launcher_version = '0.0.6'
+    tor_browser_launcher_version = '0.0.7'
 
     print _('Tor Browser Launcher')
     print _('By Micah Lee, licensed under GPLv3')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list