[Pkg-anonymity-tools] [onionshare] annotated tag 0.3 created (now a2646d1)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Sep 2 17:50:15 UTC 2014


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

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

        at  a2646d1   (tag)
   tagging  1036ae68ffe66ac3df4a161d67e700b984d94bf5 (commit)
  replaces  0.2
 tagged by  Micah Lee
        on  Sun Jun 29 15:38:43 2014 -0700

- Log -----------------------------------------------------------------
version 0.3
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJTsJV2AAoJEP1yCtnro0scJK0QAItc1rENoEvvuGgXVG1R14YY
4Ymc3vxnDy5myq5v+wDqShD3TK94olK2qse7ChwcSOukJjBSKFkEeQt8h/oqy0kv
hidOV+CZbDxzoDZBoFA+TL+La/qDYR0axaaS/KdCkSBQacRaGRT3tCGbnVJwTpYW
cmdfU/WOEGZx9wjQ2Xlw/sD/HQGBGbDg/cz2SjIMgtKpANYKzQfTmkB/ChLjIwhA
6O90H1qcbDjGKL0uWu5mlhwRO+k2n4uC3D78NcuIBrKtx8gkr9kQjQb3/1+99llZ
HVf2QfCFycVLNJWVTkj5iUz8HVowhDbIkz/5NXfPjj/JoNXe5A2SAP0ssXvJZ1ba
SbKcuyd7yEV4tY8MM090HxVq65D3uf+2mCIbcHX4sBFzvcMbYG/yUlhCX3grkxVF
XKPQQP/M2nGSdNHWByD2yhvLkuBtJShLfR24lkuzI4ntbQ7vaymCMpmhRxyUNivo
mJPMH5ZEhBudKp0bZXIv0KPB8cY6yLJRs6sjuwb+UJbytPkMUPfBhc091QWkPaB1
TieqGzMvrTyr0CY5kAEtZjRkjn910B3nKNx0q7IQ3CGO8G3d+tPBQCjo2u9Tq2Yj
WeTqsafsOMCdlkT95tciUU3r7Peck2dbRpmD27YrZ+t5zj67qxG1Qhmg+9nzt/zS
ZByXs29ru527d3TWMleh
=yKpa
-----END PGP SIGNATURE-----

Anton Nesterov (1):
      Add Russian translation (and make "Copy URL" translatable)

Connor Mendenhall (4):
      Start adding nose tests.
      Add more unit tests.
      Add unit tests: file stats and port selection.
      Update README with testing information.

Espen Kåsa Notodden (5):
      encode all strings as utf-8
      add translated() to return encoded translated strings
      New norwegian translations.
      use the translated() function in onionshare_gui
      Merge branch 'master' of https://github.com/micahflee/onionshare

Joshua Thayer (4):
      Adds meta tags to index.html
      Fixes port bug when using tor browser, adds local-only flag
      Adds local-only command line flag.
      Merge branch 'master' of https://github.com/micahflee/onionshare into plugin-changes

Lazlo (1):
      Add Dutch translation

Micah Lee (139):
      work-in-progress on the onionshare GUI
      Merge branch 'master' into gui
      making onionshare-gui fit the new directory structure, and stop using subprocess
      made onionshare_gui its own python package
      making a webkit GUI, roughly based on http://www.aclevername.com/articles/python-webgui/
      created a working web gui with message passing
      Merge branch 'master' into gui
      rearranged onionshare_gui files, made it work better with packaging
      starting to build onionshare functionality into GUI
      removed unused my_quit_wrapper function, and run tails shutdown code
      Merge branch 'master' into gui
      Merge pull request #26 from lazlolazlolazlo/patch-1
      added ability for onionshare_gui to alert messages, and made selecting filename less brittle
      gui now handles NoTor successfully, and cleaned up business logic in both cli and gui
      started web server in separate thread. organized file info, so it can be set from both cli and gui.
      oops, changed order of set_file_info args
      onionshare-gui automatically copies URL to clipboard
      made a "Copy URL" button, and improved design
      running async startup work in a separate thread, and design tweaks
      default to not printing debug data
      Merge branch 'write-tests' of https://github.com/ecmendenhall/onionshare into ecmendenhall-write-tests
      Merge branch 'gui' into ecmendenhall-write-tests
      waiting slightly longer for webkit to initialize, because sometimes it's not ready after 0.1 sec
      removing unnecessary output, whitespace
      Merge branch 'joshuathayer-plugin-changes'
      Merge branch 'unit-tests' of https://github.com/ecmendenhall/onionshare into ecmendenhall-unit-tests
      Merge branch 'ecmendenhall-unit-tests'
      removed #! lines, since onionshare_gui.py and webgui.py aren't executable
      refactored GUI to use a second flask server for communication
      displays web logs in GUI now. fixes #33
      added new english strings for GUI
      if a string doesn't exist, fallback to English
      remaking the GUI
      Merge pull request #41 from tmwbook/master
      Merge branch 'master' of github.com:micahflee/onionshare
      made GUI design look way nicer
      starting to create .desktop launcher (#32)
      version bump to 0.3dev, and moved version into separate file to keep things DRY
      added version file to MANIFEST.in
      starting debian/fedora packaging (#25)
      build_deb.sh successfully builds a debian package, including the .desktop launcher
      starting OSX packaging
      added setup files to MANIFEST.in for RPM building to work, and updated RPM build instructions (#25)
      finished linux packaging instructions (fixes #25)
      requiring earlier versions of python deps, so they can be installed in wheezy (#42)
      deleted tails python libs, and started new method for installing in tails (#42)
      force tails users to run as root (#42)
      onionshare-gui forces root in Tails now too, and file chooser defaults to ~/ (#42)
      open the webapp port on tails as well (#42)
      fix permissions in tails/build.sh to a bunch of files aren't owned by root
      removed test_tails_appends_to_path because that no longer happens. changed test_get_platform_returns_env_var to test_get_platform_on_tails, because now it checks platform.uname()
      adding back in 404.html to MANIFEST.in
      Merge branch 'master' of github.com:micahflee/onionshare
      added OSX icon
      updated OSX build instructions
      made more user-friendly system for installing OnionShare in Tails
      added progress download progress notifications (#36)
      renamed check_for_requests to heartbeat, and made the heartbeat serve all items in the queue instead of just the latest (#36)
      when a download completes it is marked as complete (#36)
      onionshare closes automatically (if box is checked) when download finishes. fixes #36
      improved GUI layout, so there is less word-wrapping of long strings of hex
      added filename to title bar (fixes #45)
      more properly segment different platforms in setup.py
      find path for onionshare dir in cross-platform way
      fix bug where error 404 was 500ing
      add note to BUILD.md about which versions of debian and ubuntu are supported
      absolute path to dpkg in tails install script
      beginning to rip out gtk and replace with Qt
      ported select_file to Qt
      ported alert to Qt
      added error logging into webapp
      changed css to fit any window size
      set window title, resize window by default
      working on making the scrollbar appear in the right place
      start the webapp thread in a QThread instead of using threading
      css tweak
      fixed css border
      clean up onionshare_gui to be more Qt-ish
      resort to static height, to put the scrollbar in the right place
      set Qt.AA_X11InitThreads in Linux, to prevent horrible thread-related crashes
      changed gtk deps to qt4
      remove pypi publishing stuff
      add file_list to setup.py
      fixing linux options in setup.py
      start QApplication before doing other Qt stuff
      make auto-close checkbox look better in ubuntu
      OSX version still needs a bit of work, but completely works now (#43)
      better OSX icon (#43)
      Building a .exe now successfully works (#35)
      added homebrew/pip OSX build instructions
      updated OSX build instructions
      updated tails to work with Qt
      updated readmes and screenshot to showcase new 0.3 features
      updated readme
      randomize the name of hidden service directories (fixes #28)
      adding window icon (#49)
      window icon works now. fixes #49
      qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47)
      made logs display reverse chronological, so no need to autoscroll the log window
      Merge branch 'master' of github.com:micahflee/onionshare
      made copy to clipboard work in windows. fixes #46
      can now run onionshare_gui.py without building (fixes #51)
      switch random strings from hex-encoded to base32-encoded
      Merge pull request #54 from schoen/master
      command line version displays download progress (#53), and hidden service page displays file size as human readable
      command line version automatically closes after download is compltee, unless --stay-open flag is being used (fixes #53)
      build instructions style update
      merging in relevant work from #59
      made pyinstaller work for windows (#35)
      removing windows code from setup.py, because building for windows uses pyinstaller now (#35)
      added LICENSE to windows binary (#35)
      better windows .ico (#35)
      made pyinstaller work for OSX (#43)
      wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" installer (#43)
      created windows installer with NSIS (#35)
      fixed setup.py after ripping out windows and osx
      added changelog
      gave file argument a help description
      adding argparse to GUI (#58, also #50)
      made --local-only work in GUI (#58)
      made --stay-open work in GUI (#58)
      fixed bug where hidden service still closed even if "close automatically" unchecked in GUI (#58)
      passing webapp the debug flag (#50)
      updated windows instructions
      updated windows instructions more
      simplified windows build system, and only include .pyc and not .py in windows installer package
      implemeted debug mode. fixes #50
      Merge pull request #62 from enotodden/master
      Merge pull request #61 from joke2k/0.3/ita
      Merge pull request #65 from cryptostone/master
      fixes windows packaging issue
      Merge branch 'master' of github.com:micahflee/onionshare
      better compression for windows installer, making it 13mb instead of 19mb
      updated readme, added link to https://onionshare.org/ for binaries
      Merge pull request #67 from komachi/master
      Merge branch 'patch-1' of https://github.com/djsmith85/onionshare into djsmith85-patch-1
      Merge branch 'djsmith85-patch-1'
      updated changelog
      version bump from 0.3dev to 0.3

Michael Ball (3):
      Update Spanish strings
      Update strings.json
      Update strings.json

Seth Schoen (1):
      Added Portuguese translations

Thomas White (1):
      Fixed IOError in onionshare.py (load_strings())

djsmith85 (1):
      Added German translations

joke2k (1):
      update italian translation for 0.3

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

No new revisions were added by this update.

-- 
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