[Pkg-anonymity-tools] [onionshare] annotated tag 0.7 created (now cf6a236)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:18:52 UTC 2015


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

u-guest pushed a change to annotated tag 0.7
in repository onionshare.

        at  cf6a236   (tag)
   tagging  c0f049bcff2f7c4b51357ab48baa7856ee9f4de2 (commit)
  replaces  0.6
 tagged by  Micah Lee
        on  Mon May 18 23:10:40 2015 +0000

- Log -----------------------------------------------------------------
Version 0.7
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJVWnFzAAoJEP1yCtnro0scgSwP/2oIjFz0QJ6OJB6Dq6u/v1+S
FfryBvKrYtK7AWoax1+Xk21nQMvboUFZ/5jbWVZewZFhgDUCfsDPwyrsIhYtuBI6
nJRBq5bDQSCccvMamLzySCZ0EvpLKx1AMn2poPzMFuieyduAyCPaNWDmgZXVo0Oo
t3Ur9h9fBdm+yD58gyK26kkOj3NDH0mz5zyPYfRSjX6wCWbQmZOdSMvXQvAJFXre
FjZTjmq1odmyr7yJnvRTGkcCziTY1afukduX4IifXqimpnPOIkAop9Qp2+Xhdv8O
q1R+JSlfdnatvb7NOLF7y7s7Q3pMSXBTTdvplpKr5Jgilz+TxmwrghMqYmuT77z1
NLFgMqTfGyX4IPk6wrd7ott2czu3RjXouiYAsAkf7cjM+9kAyCnJZ7rPTEpL8YNK
iFoblNZ2edC+A5PG1pNBLyjDfy021oWqZZB4eBcyVVtpe1sRG3D8DkOdG/Hiyx9I
c7jLMkqetVY5r9WaZuhjufP/F5QMgvwAgxF+Z/rv1JKyTJ6ZT+0TMvGntou1I+Bu
AfcVCsJaXiXptUS66xio2OLRtL195whqBMf0JAu889Epz2bFwAFkwf5OuRSGlxsK
Cy8Y/uoV2d3XpkJo2BbhzFEomem6aJpMsRy22dk11ZtcF3WcQvtF5ypTT4HQvqpb
EQzoDSwX45iP7wumdBK2
=o/fA
-----END PGP SIGNATURE-----

Josh Begley (3):
      add osx screenshot
      typo fix
      fixed image height

Micah Lee (38):
      added one more 0.6 feature to changelog
      version bump to 0.7dev
      Merge pull request #152 from kkka/check-lacked-translation
      Merge pull request #156 from kkka/exit-when-server-shutdown
      Merge branch 'respect-fellow-hs' of github.com:hidden-id/onionshare into hidden-id-respect-fellow-hs
      Merge branch 'hidden-id-respect-fellow-hs'
      Merge pull request #161 from ThomasWaldmann/fixes
      Merge pull request #163 from ThomasWaldmann/master
      removed helpers.get_tmp_dir() in favor of tempdir module
      In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmor rules (fixes #166)
      fix Windows path to prevent Tor control port from breaking
      create the ZipFile with allowZip64=True. fixes #173
      Merge pull request #174 from joshbegley/add-osx-screenshot
      ignoring source files that get generated in some dev environments
      No longer duplicates human_readable_filesize functions. Closes #170
      version bump to 0.7develop, to avoid weird ubuntu build problem (#176)
      specify types in all str.format() calls (fixes #169)
      moved build scripts into install folder (#181)
      #181
      moved screenshots into their own folder (#181)
      fix bug related to moving build_dmg.sh (#181)
      making build scripts use bash instead of sh (#181)
      renamed setup to install (#181)
      cant_connect_ctrlport and cant_connect_socksport are expecting strings and not ints (#169)
      Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151)
      adding html files to Resources, loading them from the correct path, and make sure to include jinja2 extension in py2app (#151)
      excluding many frameworks from osx binary (#151)
      codesign for OSX (#151)
      moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132)
      CLI version of onionshare in OSX now works when symlinked (closes #132)
      updated readme
      changed cwd in onionshare CLI script for OSX in the right places to support both loading strings and relative paths for files to share (#132)
      new Windows icon file (#182)
      URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183)
      updated location of build_deb.sh in Tails install script (#181)
      Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS
      version bump and updated changelog
      Merge branch 'master' of github.com:micahflee/onionshare

The Dod (4):
      Don't disable existing hidden services
      Remove debug prints :s
      Typo
      Allow for arbitrary order of service open/close

Thomas Waldmann (11):
      fix unclosed table tag
      fix typos
      pep8: use triple double-quotes for docstrings
      pep8: fix indentation to be a multiple of four
      pep8: fix empty line counts
      pep8: blank after comma and colon
      pep8: 2 spaces before inline comments
      pep8: no space after {[ or before ]}, reindent
      pep8: remove unexpected spaces around "=" in function/method head
      pep8: too long lines, reformat lines to < 120 chars. removed redundancy from long_description in setup.py.
      pep8: remove empty lines at EOF

kkka (3):
      add a script that check translation lacked or disused
      remove translation disused
      Fix CLI to exit when server is shutdown

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  8f884aa   add a script that check translation lacked or disused
       new  d2213bb   remove translation disused
       new  381d046   Merge pull request #152 from kkka/check-lacked-translation
       new  f2cd447   Fix CLI to exit when server is shutdown
       new  0302dca   Don't disable existing hidden services
       new  aab094d   Remove debug prints :s
       new  1786b5a   Typo
       new  0b50829   Allow for arbitrary order of service open/close
       new  77e257e   fix unclosed table tag
       new  46492e0   fix typos
       new  62d8188   Merge pull request #156 from kkka/exit-when-server-shutdown
       new  a70ddac   Merge branch 'respect-fellow-hs' of github.com:hidden-id/onionshare into hidden-id-respect-fellow-hs
       new  dc9d88c   Merge branch 'hidden-id-respect-fellow-hs'
       new  0812e37   Merge pull request #161 from ThomasWaldmann/fixes
       new  d51f762   pep8: use triple double-quotes for docstrings
       new  5deb3f9   pep8: fix indentation to be a multiple of four
       new  179eefa   pep8: fix empty line counts
       new  63965fd   pep8: blank after comma and colon
       new  aa2b59e   pep8: 2 spaces before inline comments
       new  152bc32   pep8: no space after {[ or before ]}, reindent
       new  f5889d9   pep8: remove unexpected spaces around "=" in function/method head
       new  087102b   pep8: too long lines, reformat lines to < 120 chars. removed redundancy from long_description in setup.py.
       new  b7a0293   pep8: remove empty lines at EOF
       new  d0bdb91   Merge pull request #163 from ThomasWaldmann/master
       new  ee98e1b   removed helpers.get_tmp_dir() in favor of tempdir module
       new  21e2546   In Tails OnionShare now creates HS directory in /var/lib/tor, to obey AppArmor rules (fixes #166)
       new  027d774   fix Windows path to prevent Tor control port from breaking
       new  e78e21a   create the ZipFile with allowZip64=True. fixes #173
       new  30cdca8   add osx screenshot
       new  b7bcdc7   typo fix
       new  c0b2363   fixed image height
       new  d02c3f2   Merge pull request #174 from joshbegley/add-osx-screenshot
       new  5f2aa72   ignoring source files that get generated in some dev environments
       new  aab5ae3   No longer duplicates human_readable_filesize functions. Closes #170
       new  8086ed8   version bump to 0.7develop, to avoid weird ubuntu build problem (#176)
       new  669750b   specify types in all str.format() calls (fixes #169)
       new  245ddd0   moved build scripts into install folder (#181)
       new  f605075   #181
       new  a3ac0bf   moved screenshots into their own folder (#181)
       new  a8bad18   fix bug related to moving build_dmg.sh (#181)
       new  577ff2c   making build scripts use bash instead of sh (#181)
       new  4b278ab   renamed setup to install (#181)
       new  aae9995   cant_connect_ctrlport and cant_connect_socksport are expecting strings and not ints (#169)
       new  a86cda4   Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151)
       new  ad55314   adding html files to Resources, loading them from the correct path, and make sure to include jinja2 extension in py2app (#151)
       new  c70e1f2   excluding many frameworks from osx binary (#151)
       new  d6aafd8   codesign for OSX (#151)
       new  2ea0c6a   moving platform-specific scripts into install folder, and making onionshare CLI work in OSX (#132)
       new  ccc8b87   CLI version of onionshare in OSX now works when symlinked (closes #132)
       new  a41109d   updated readme
       new  815c2a8   changed cwd in onionshare CLI script for OSX in the right places to support both loading strings and relative paths for files to share (#132)
       new  288e8ca   new Windows icon file (#182)
       new  eb9dc99   URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183)
       new  5b46688   updated location of build_deb.sh in Tails install script (#181)
       new  1f52c9b   Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS
       new  31193d6   version bump and updated changelog
       new  c0f049b   Merge branch 'master' of github.com:micahflee/onionshare

The 57 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.


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



More information about the Pkg-anonymity-tools mailing list