[Pkg-anonymity-tools] [torbrowser-launcher] branch master updated (25a7b98 -> 4700dac)

Holger Levsen holger at moszumanska.debian.org
Wed Feb 4 22:15:36 UTC 2015


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

holger pushed a change to branch master
in repository torbrowser-launcher.

      from  25a7b98   Merge tag 'v0.1.4'
       new  2148979   Added Polish locale.
       new  4a52a23   remove old_update_check_url, and only use new URL now
       new  8e9d88e   split torbrowser-launcher into several files
       new  177d0d4   make torbrowser-launcher script executable again
       new  657cbce   Grant the browser read access on its profile directory.
       new  ba7d0b2   AppArmor: include the fonts abstraction in the start-tor-browser profile.
       new  5289693   AppArmor: include the freedesktop.org abstraction in the start-tor-browser profile.
       new  741f073   AppArmor: allow start-tor-browser read access on dash.
       new  8f6a7b8   AppArmor: allow start-tor-browser to read /usr/share/zenity/zenity.ui.
       new  8b2eb17   prepare for TBB 4 series change to RecommendedTBBVersion (#132)
       new  d38cbd3   must not strip the "-Linux" from the latest version number if it isnt there already (#132)
       new  f79ab00   display more verbose info when downloading TBB for the first time or updating (#135)
       new  e93ef9e   tbl_bin was getting set wrong since TBL was split into multiple files
       new  22e20ab   no longer detach start-tor-browser process, and play modem sound in a separate thread to prevent blocking
       new  5da9724   temporarily disable AppArmor profiles in Ubuntu (#128)
       new  dfe29d4   version bump to 0.1.5 and updated changelog
       new  19e72d8   license changed to BSD a long time ago, but never updated it here
       new  68dab18   license is actually MIT
       new  ea02bfe   fixes versions path for TBB 4.x that was forcing TBL to try to always upgrade (#139)
       new  6531d1a   removed deprecated Encoding key from .desktop files
       new  c41a99c   version bump and updated changelog
       new  79d4e20   use platform.dist() to detect ubuntu instead of subprocessing out to lsb_release
       new  be9aecc   version bump to 0.1.7dev
       new  f7703ae   Switch to using new Tor Project dist URL.
       new  f38abba   Fix typo in locale/pl/messages.pot
       new  8afb9b6   it looks like the linux filter is still necessary after TBB 4.0
       new  7c83817   hides TBL window before launching TBB (#151)
       new  b05e07a   only hide window if there is a window to hide (#151)
       new  6a43fec   switched to using argparse to parse arguements, and made settings open with "--settings" instead of "-settings"
       new  ecad826   you can pass URLs into torbrowser-launcher now (#103)
       new  c56e548   updating .desktop to handle http and https schemas
       new  a01c047   adding a screenshot for TBL
       new  96bc8f3   updated readme, package description
       new  bdc95a4   added an AppData xml file (#144)
       new  9d01110   updated AppData XML, and made the screenshot larger
       new  b5dca87   renaming torbrowser-launcher.appdata.xml to torbrowser.appdata.xml because the .desktop is torbrowser.desktop
       new  3dcd3e6   version bump to 0.1.7 and updated changelog
       new  4026734   Fix opening new tab in already runned TBB (always -allow-remote)
       new  9eed1ef   adding new TBB signing key (#161)
       new  9e6c125   deleted MANIFEST.in, because it was outdated and does not appear to be necessary anymore
       new  9f73b6d   typo (#161)
       new  dae1030   remove debug output that makes it look like something went wrong
       new  5b44339   fixing how alphas/betas are removed from available versions list, because formatting changed in RecommendedTBBVersions
       new  dd733c9   version bump to 0.1.8 and updated changelog
       new  f5f8f35   add option to disable accepting links (partial fix for #157)
       new  6e9437d   updated BUILD.md for syntax
       new  74fbe3b   updated readme to include Firefox/default browser instructions (#157)
       new  4700dac   version bump to 0.1.9 and updated changelog

The 48 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUILD.md                                           |   26 +-
 CHANGELOG.md                                       |   34 +
 MANIFEST.in                                        |    6 -
 README.md                                          |   22 +-
 apparmor/torbrowser.Browser.firefox                |    1 +
 apparmor/torbrowser.start-tor-browser              |    5 +-
 .../locale => locale}/pl/messages.pot              |    4 +-
 screenshot.png                                     |  Bin 0 -> 104191 bytes
 setup.py                                           |   54 +-
 share/appdata/torbrowser.appdata.xml               |   30 +
 share/applications/torbrowser-settings.desktop     |    3 +-
 share/applications/torbrowser.desktop              |    4 +-
 .../torbrowser-launcher/tor-browser-developers.asc |  141 +++
 share/torbrowser-launcher/version                  |    2 +-
 torbrowser-launcher                                | 1139 +-------------------
 torbrowser_launcher/__init__.py                    |   73 ++
 torbrowser_launcher/common.py                      |  287 +++++
 .../launcher.py                                    |  596 +---------
 torbrowser_launcher/settings.py                    |  241 +++++
 19 files changed, 933 insertions(+), 1735 deletions(-)
 delete mode 100644 MANIFEST.in
 copy {share/torbrowser-launcher/locale => locale}/pl/messages.pot (98%)
 create mode 100644 screenshot.png
 create mode 100644 share/appdata/torbrowser.appdata.xml
 create mode 100644 share/torbrowser-launcher/tor-browser-developers.asc
 create mode 100644 torbrowser_launcher/__init__.py
 create mode 100644 torbrowser_launcher/common.py
 copy torbrowser-launcher => torbrowser_launcher/launcher.py (55%)
 mode change 100755 => 100644
 create mode 100644 torbrowser_launcher/settings.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list