[Pkg-privacy-commits] [onionshare] annotated tag v0.9.1 created (now 57b87ca)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Sep 8 10:28:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a change to annotated tag v0.9.1
in repository onionshare.
at 57b87ca (tag)
tagging 373f24e64b52aea6ad9dc5caeb9073e728abec2f (commit)
replaces v0.9
tagged by Micah Lee
on Tue Sep 6 13:36:00 2016 -0700
- Log -----------------------------------------------------------------
Version 0.9.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAABCAAGBQJXzyi2AAoJEEA8JlfNmU9z2BYP/3g/7qQT2Wg830tB0vNywb6t
5sdDyO7zIZHW3gzn1cX0vIZQkgvC1XAxIULLV2p3Z3cUsvitM/Td9a/10N5hdu4Z
+fIHBiXut9cVOnBcMLBdZwvuxnf7hR1snIVIL9T6lBfM+1mydqdTbpbKiuPoUrW7
Eh789qPwmK5RzsAIdvulIUrqHdT4tzdpm7AdzAR6r9B17JoTPHI4I0sUq15DdG/A
Ftz/p8jxIbXodpgb3EIjX7sXweR6DdwzHDfnHdzIlGKy+6j6Q7Pahj81p32pszw+
sGLp3N+nH82PfwmVeZpn/P51KYz7qf1vFy7hR4SJte6CqBm4a48wBYto8LcJAzyT
ANCNgmcwHRxM9TwLej3DuJHKiKiDZN+we3ltLcKUJBrshNtLRhl5y1hla6aMQXNW
UgnhUMAdvKRvY/t6jlhj5EZvGZqoo9TkLuN0urPsgvlX/PrqDZPJ5uPl5nbWWbIt
sYQdfI+HnGYN+VGflL3kp1hR7bu3mMnxVjLCzziLyDidUlNWlfxB8BarCyE4JiCY
Q8vipI5rLqkHzCV2TSXlsIDhlNIQlIrm0vRha1fS55r7jkZMcnl913PlhmZNHEvj
xIXpidysE04w/O6c6Mhe+mg5YIJKQ+9O+q5Rv7Oha1k8vz3Py8BMXLUjR16AhUw5
EpKOxBeudU/hTvr2T/jk
=UWfg
-----END PGP SIGNATURE-----
Josh Begley (1):
fixed typo
Micah Lee (44):
Update PPA script
Changing stdeb config to make Launchpad's PPA server successfully build
Add correct version number to OSX app Info.plist (fixes #275)
Merge branch 'master' of github.com:micahflee/onionshare
Merge pull request #277 from jvoisin/simplify_get_resource_path
Merge pull request #280 from jvoisin/pep8
Merge pull request #283 from joshbegley/patch-1
Merge pull request #288 from mscherer/fix_cve
Tweaked Spanish locale and typo in comment, thanks to kant (#269, #270)
Merge branch 'master' of https://github.com/PabloCastellano/onionshare into PabloCastellano-master
The path of the install scripts has changed, so the import path must change too if running locally
Merge branch 'PabloCastellano-master'
Added a simple nautilus extension, written by the Subgraph developers (fixes #293)
Added python-nautilus as a dependency (#293)
Stop saying 'hidden service', start saying 'onion service'
Update Windows build instructions
Add instructions for installing cx_Freeze in Windows, and add cx_Freeze support to setup.py for Windows
Added resources to cx_Freeze setup, and make those resources findable by the app
Make launcher scripts require onionshare and onionshare_gui python packages to be installed, to workaround a cx_Freeze issue
Oops, use spaces instead of tabs
Pass helpers into strings.load_strings instead of importing it, so fix issue with cx_Freeze in Windows
Build the cx_Freeze Windows GUI in window mode instead of console mode
Update Windows build instructions
Refactor setup.py, and make cx_Freeze bdist_msi installer create a shortcut in the Start Menu
Move license.txt into resources, so it will be bundled with Windows installer
Merge branch 'master' into cx_Freeze
Version bump to 0.9.1-dev
Migrate from PyInstaller to cx_Freeze for OSX
Update build_exe.bat and NSIS installer config to support cx_Freeze
Fix strings tests, now that load_strings needs helpers as an arg
Make sure tests can find the correct paths (fixes #284)
Oops, I can't have a variable called os
Renamed hs to onion
Refactor onionshare CLI to use await_publication=True when using ephemeral onion services, instead of relying on wait_for_hs function
Remove HSDirError exception, because it is no longer thrown
Refactor onionshare GUI to use await_publication=True when using ephemeral onion services
Make onionshare GUI use separate thread for starting onion service with await_publication=True, to avoid non-responsive window
Version bump to 0.9.1, and updated changelog
Prevent canceling download from being confused with rate limit attacker
Disable writing to stdout in Windows (fixes #304)
Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog
Enable stdout in Windows, OSX CLI versions (#305)
Move imports to module level
Sleep between launching threads in onionshare-gui, preventing a cx_Freeze crash related to loading the same modules in multiple threads while they're locked
Michael Scherer (1):
Fix CVE-2016-5026
Pablo Castellano (1):
Improved BUILD.md
jvoisin (2):
Simplify get_resource_path
Improve pep8 conformance
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 5b9e8d5 Update PPA script
new 440f9b9 Changing stdeb config to make Launchpad's PPA server successfully build
new ef7fa69 Add correct version number to OSX app Info.plist (fixes #275)
new 9bfde7d Merge branch 'master' of github.com:micahflee/onionshare
new 3d13c1a Simplify get_resource_path
new 17e389b Improve pep8 conformance
new 12ff636 fixed typo
new 6894b5f Improved BUILD.md
new 70c5551 Fix CVE-2016-5026
new 7073c20 Merge pull request #277 from jvoisin/simplify_get_resource_path
new 185006d Merge pull request #280 from jvoisin/pep8
new 8cde1d8 Merge pull request #283 from joshbegley/patch-1
new 7f43805 Merge pull request #288 from mscherer/fix_cve
new 62e7035 Tweaked Spanish locale and typo in comment, thanks to kant (#269, #270)
new cd2baff Merge branch 'master' of https://github.com/PabloCastellano/onionshare into PabloCastellano-master
new 7a895d4 The path of the install scripts has changed, so the import path must change too if running locally
new 900276a Merge branch 'PabloCastellano-master'
new 57dd6db Added a simple nautilus extension, written by the Subgraph developers (fixes #293)
new 1295399 Added python-nautilus as a dependency (#293)
new 310d861 Stop saying 'hidden service', start saying 'onion service'
new 6ec5c15 Update Windows build instructions
new 3f1180c Add instructions for installing cx_Freeze in Windows, and add cx_Freeze support to setup.py for Windows
new 8e8ea9c Added resources to cx_Freeze setup, and make those resources findable by the app
new 4ce64ed Make launcher scripts require onionshare and onionshare_gui python packages to be installed, to workaround a cx_Freeze issue
new 7e8b3e1 Oops, use spaces instead of tabs
new dbf4af0 Pass helpers into strings.load_strings instead of importing it, so fix issue with cx_Freeze in Windows
new 52ef78a Build the cx_Freeze Windows GUI in window mode instead of console mode
new 0ad1311 Update Windows build instructions
new e192585 Refactor setup.py, and make cx_Freeze bdist_msi installer create a shortcut in the Start Menu
new e2fb8b7 Move license.txt into resources, so it will be bundled with Windows installer
new bba46e0 Merge branch 'master' into cx_Freeze
new 79938e9 Version bump to 0.9.1-dev
new db9d81b Migrate from PyInstaller to cx_Freeze for OSX
new acd8afe Update build_exe.bat and NSIS installer config to support cx_Freeze
new 22f104c Fix strings tests, now that load_strings needs helpers as an arg
new 1153454 Make sure tests can find the correct paths (fixes #284)
new fbe512a Oops, I can't have a variable called os
new 1372239 Renamed hs to onion
new 360fb6c Refactor onionshare CLI to use await_publication=True when using ephemeral onion services, instead of relying on wait_for_hs function
new 87761c6 Remove HSDirError exception, because it is no longer thrown
new b7d1a73 Refactor onionshare GUI to use await_publication=True when using ephemeral onion services
new 590edc5 Make onionshare GUI use separate thread for starting onion service with await_publication=True, to avoid non-responsive window
new 8a40602 Version bump to 0.9.1, and updated changelog
new 7ab936c Prevent canceling download from being confused with rate limit attacker
new e093c72 Disable writing to stdout in Windows (fixes #304)
new 9c250fc Add instructions for using CLI version to README, and add supporting Windows/OSX CLI to changelog
new 7a46336 Enable stdout in Windows, OSX CLI versions (#305)
new 76937d5 Move imports to module level
new 373f24e Sleep between launching threads in onionshare-gui, preventing a cx_Freeze crash related to loading the same modules in multiple threads while they're locked
The 49 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/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list