[Pkg-privacy-commits] [onionshare] annotated tag v0.9 created (now 00b42fa)

Ulrike Uhlig u-guest at moszumanska.debian.org
Sun Apr 17 20:21:52 UTC 2016


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

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

        at  00b42fa   (tag)
   tagging  83da767acc5f150f3d203751921a72c5180ef8ed (commit)
  replaces  v0.8.1
 tagged by  Micah Lee
        on  Wed Apr 13 12:39:08 2016 -0700

- Log -----------------------------------------------------------------
Version 0.9
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQIcBAABCgAGBQJXDqBkAAoJEEA8JlfNmU9zfc0P/RBp+ZY/8Io2W4wXssRvSgWa
HfPL0+otBsjNoSLj2G7+vuIhFyu8CdqR3iWSUy801GhTD+JCph2ATaLL4+KWt3qX
vMvzguh1QmKA45oxqVvQoiDcXVeYwrEdnyd4Odr95sVwf76bhd6FPPtIzdrCqipo
ds5w+K0Pa4w27ZBnHHceQ5tKK50cKAO1Z2gn2Q+Js4wZMOHD7kfk2NwJ0ibVS3GD
GADbS4KtYjJFrcT+Iggd3MDMVck37F17ld+/3PiLxiGYHwp9avj7uCotZruziBoW
dqV5Gw56aEnsPJEgIU3doJ3K4ouVVQf033Vl056pJR26PWVUQNgvhR1S1+lYobCm
RUTKO+J21XwHn2J4+clt7UlXvid9ip5UXKzQop9pjjbVXfY3Eg++nxA9zOz2fmK0
tsyiPFFptMjVTcbtcVUs/UpPMyQwvbj7soTODYlouSOkqmMZqrJPb9dmNsgMDXMp
4FJv4fuYCPpKyRzBLUlJMA+cJNZNE3IGbR+d8W89cq+xc3LZQ9XExDOIgaFnyg99
egztpI1m5f8YBwAZD/DgMO6HQ3BLJSLs5nJVhsb9Ia0jQUY98kzp9TwPgm0PDPoq
vOUh3FeT+aQZjlKdiYU3mOK9YZXAlzT+4ykMnDyDYzowQVfvPtQ4I6nN/Vz6esH5
BsyPvoDwp1SZ51Z4lGZP
=kcEZ
-----END PGP SIGNATURE-----

Caner Başaran (1):
      update Turkish translation

Garrett Robinson (4):
      Remove unnecessary status_bar.showMessage
      Revert to using wait_for_hs for ephemeral HS
      Add estimated time remaining to progress indicator
      Add time elapsed for completed downloads

Lazlo (2):
      Update nl.json
      Update nl.json

Micah Lee (56):
      Merge pull request #244 from garrettr/fix-start-server-statusbar
      Merge pull request #245 from garrettr/wait-for-ephemeral-hs
      Merge branch 'eta' of https://github.com/garrettr/onionshare into garrettr-eta
      Added estimated time remaining strings to English locale file
      Merge branch 'garrettr-eta'
      Merge pull request #249 from joke2k/lang-it
      Merge pull request #250 from lazlolazlolazlo/patch-1
      Merge pull request #259 from canerbasaran/master
      Merge pull request #256 from infinity0/patch-1
      Removed references to Tails, since it is not yet supported until #220 is resolved
      Display version string automatically in CLI, and in the status bar in GUI (#251)
      Create new slug each time onionshare server is started (#247). This required making removing check_slug_candidate as a decorator and calling it inside functions that needed it instead.
      Porting onionshare from python2 to python3 (#261). This commit only ports the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
      Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 (#261). This commit ports onionshare_gui.
      Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instructions in BUILD.md.
      Remove reference to working in Tails
      Modify stdeb settings so that .deb that gets built will run in Ubuntu 14.04
      Updated build instructions and script for RPM based distros
      Starting to document the Python3/Qt5 development environment for Windows (#261)
      Ported tests to python3 (#261)
      Updated .travis.yml to work with python3 tests (#261)
      Got python3/Qt5 port working in Windows, but still need to finish packaging (#261)
      Successfully builds a .exe with Python3/Qt5. Switched from pyinstaller to py2exe. (#261)
      Made the uninstaller delete uninstall.exe
      Merge branch 'master' of github.com:micahflee/onionshare
      Update copyright year to 2016
      Updated .travis.yml
      Choose ports in range 17600-17650, so Tails can whitelist them (#220)
      Made URL label no longer word-wrap
      Switch from py2app to PyInstaller
      Renamed OSX binary from onionshare_gui to onionshare-gui
      Updated OSX codesigning code for PyInstaller
      Remove reference to OSX CLI version in readme (#201)
      Closing the GUI window causes any current download to stop immediately (fixes #262)
      Confirm when user tries to close the GUI window (fixes #264)
      Localize quit confirm button text (#264)
      Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.
      Make helpers.get_pyinstaller_resource_path work when package is not frozen, and make tests report real platform to get accurate paths
      Renamed linux_scripts to scripts, since they are now used for Linux, OSX, and Windows
      Fix issue with Debian package, because I renamed version to version.txt
      Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
      Fix PyInstaller to point to new resources directory, for OSX and Windows
      If "Stop sharing automatically" is selected, only allow one download at a time (fixes #248)
      Added securedrop worldlist to project
      Replace onionshare slug with 2-words from securedrop diceware list (#238)
      Added rate-limiting to GUI. After 20 404 errors, server automatically stops (#238)
      Fix issue with shutting down Flask server when not using --local-only (#238)
      Add wordlists.txt to OSX and Windows packages #(#238)
      Deleted obsolete slug tests
      Updated Windows packaging scripts to work with PyInstaller
      Version bump to 0.9, and updated changelog
      Tweaking changelog
      Updated security design document (fixes #273)
      Updated screenshots
      Updated readme to reflect new slugs
      Reduced size of screenshots to be more reasonable

Ximin Luo (1):
      Update desktop entry

joke2k (1):
      translate locale file to italian language

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

No new revisions were added by this update.

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



More information about the Pkg-privacy-commits mailing list