[Pkg-privacy-commits] [onionshare] annotated tag upstream/0.8 created (now f334f98)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Dec 30 00:20:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
u-guest pushed a change to annotated tag upstream/0.8
in repository onionshare.
at f334f98 (tag)
tagging fafb8e262a9499e0ffaf57a3ea958aa3f9443581 (commit)
replaces 0.7
tagged by Ulrike Uhlig
on Wed Dec 30 01:12:31 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 0.8
Christopher J. Markiewicz (1):
Clean up and exit on Ctrl-Q
Freddy Martinez (3):
Updated dependencies required by commit 8666fb77d36e3de3f1827fba20e5c24573862391
fix for #188
build.md was out of sync
Lazlo Westerhof (3):
Add some missing docstrings.
Update Dutch translation strings.
Fix some codestyle issues according to pep8.
Micah Lee (59):
version bump from 0.7dev to 0.7 in windows installer
replacing signtool.exe timestamp server with globalsign one, because startssl is having problems
In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor control port more robustly
Merge branch 'master' of github.com:micahflee/onionshare
added dh-python as a build dependency, for the PPA release to work
make build_osx.sh only codesign when you pass --sign
update build instructions for OSX to install python 2.x from python.org, which closes #75 and #187
Added dh-python to build instructions. Closes #189
added the Security Design Document (closes #167)
tweak start/stop server language to make it friendlier (fixes #192)
version bump and updated changelog
typo in security design document
Merge pull request #194 from jvoisin/patch-1
must load the window_icon before validation, because alert() requires it
Merge branch 'master' of https://github.com/freddymartinez9/onionshare into freddymartinez9-master
Merge branch 'freddymartinez9-master'
Merge pull request #202 from simonsmiley/simonsmiley-add-archlinux-build-instructions
catch exceptions when cleaning up hidden services
Merge branch 'master' of github.com:micahflee/onionshare
suppress download progress output to stdout in OSX (fixes #203)
figure out the osx_resource_dir only once, to fix issue with cli version in OSX
updated screenshots
fixed typo in build_deb.sh
Removed all of the Tails-specific code. If we use ephemeral hidden services, we no longer need to touch the filesystem, and hopefully no longer need root in Tails.
Updated copyright year to 2015
Moved hidden service login into separate file. Prefer to use ephemeral hidden services now if they are available. Ephermal does not yet work, but old hidservdir still works.
Fixed call to create_ephemeral_hidden_service, and also await_publication=True to make the app.wait_for_hs() call obsolete
Move wait_for_hs() function into the HS class
No need to pass transparent_torification into wait_for_hs
Updated onionshare-gui to support ephemeral hidden services
Merge pull request #205 from lazlolazlolazlo/dutch
Merge pull request #206 from lazlolazlolazlo/codestyle
Merge pull request #207 from lazlolazlolazlo/docstrings
Merge pull request #210 from tmiasko/fix-typo
Merge pull request #217 from effigies/ctrlq
Merge branch 'master' of https://github.com/jvoisin/onionshare into jvoisin-master
Merge branch 'master' into ephemeral
Cleanup ephemeral hidden services
Add docstrings to all classes and methods (fix #198)
Merge pull request #224 from oittaa/patch-1
When looking for a Tor to use, prefer (in this order): Tor Browser, Tor Messenger, system Tor (fixes #215)
Changed 404 page to just say "404" (fixes #225)
"Stop sharing automatically" checkbox respected in GUI when toggled before the server is started (fixes #223)
Refactored _hsdic2list method. It it much easier to understand now. (fixes #199)
Added AppData file, and made new screenshots for it (fixes #160)
Fixed issue with path in NSIS spec file in Windows
Refactored non-ephemeral hidden services to use get_hidden_service_conf and set_hidden_service_conf rather than get_conf_map and set_options. So much cleaner this way. (fixes #216)
Merge branch 'master' of github.com:micahflee/onionshare
Merge pull request #226 from Venca24/master
Merge pull request #229 from Venca24/master
Adds python-qt4 as a debian dependency (fixes #230)
Don't access self.hs when using --local-only
Remove all language and localization from download page, to prevent leaking the sender's locale (fixes #228)
Merge branch 'slug_decorator' of https://github.com/pwplus/onionshare into pwplus-slug_decorator
Decorator is expecting argument to be named slug_candidate, not shutdown_slug_candidate (#200)
Don't access self.hs when using --local-only in GUI
Rewrote Windows build instructions for Windows 10 (fixes #227). Also, switched from sha1 to sha256 for Authenticate codesigning, and updated NSIS config for the Windows installer.
Deleted Tails folder, because it is currently broken and will be until it gets included in Tails
Version bump to 0.8, and updated changelog
Simon Hanna (1):
add build instructions for archlinux to BUILD.md
Tomasz Miąsko (1):
Fix typo in SECURITY.md.
Ulrike Uhlig (1):
Imported Upstream version 0.8
Venca24 (3):
Onionshare translated into Czech language.
Minor change in Czech translation.
OnionShare translated into Esperanto language.
Will Plusnick (1):
Add a decorator to check the slug
jvoisin (2):
Update setup.py
Various fixes
oittaa (1):
Updated fi.json with new strings
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d50601f fixed typo in build_deb.sh
new 7fada80 Add some missing docstrings.
new 272e424 Update Dutch translation strings.
new 7446cee Fix some codestyle issues according to pep8.
new ac97ddf Various fixes
new ee7b536 Fix typo in SECURITY.md.
new 5d37d9b Removed all of the Tails-specific code. If we use ephemeral hidden services, we no longer need to touch the filesystem, and hopefully no longer need root in Tails.
new bbee159 Updated copyright year to 2015
new eba6dbb Moved hidden service login into separate file. Prefer to use ephemeral hidden services now if they are available. Ephermal does not yet work, but old hidservdir still works.
new 629a70c Fixed call to create_ephemeral_hidden_service, and also await_publication=True to make the app.wait_for_hs() call obsolete
new 1a4cb26 Move wait_for_hs() function into the HS class
new 82e0c4e No need to pass transparent_torification into wait_for_hs
new 55c4c0f Updated onionshare-gui to support ephemeral hidden services
new 89c363d Clean up and exit on Ctrl-Q
new 84feeee Merge pull request #205 from lazlolazlolazlo/dutch
new 2b1a3e9 Merge pull request #206 from lazlolazlolazlo/codestyle
new d67ca2c Merge pull request #207 from lazlolazlolazlo/docstrings
new 74c151b Merge pull request #210 from tmiasko/fix-typo
new ecb8128 Merge pull request #217 from effigies/ctrlq
new 34591b5 Merge branch 'master' of https://github.com/jvoisin/onionshare into jvoisin-master
new fd39f84 Merge branch 'master' into ephemeral
new a5aff46 Cleanup ephemeral hidden services
new dc58921 Add docstrings to all classes and methods (fix #198)
new 42d7dd4 Add a decorator to check the slug
new ba0de43 Updated fi.json with new strings
new 52205be Merge pull request #224 from oittaa/patch-1
new 35c1c9c When looking for a Tor to use, prefer (in this order): Tor Browser, Tor Messenger, system Tor (fixes #215)
new 76d65c6 Changed 404 page to just say "404" (fixes #225)
new ce79633 "Stop sharing automatically" checkbox respected in GUI when toggled before the server is started (fixes #223)
new 8f8e38b Refactored _hsdic2list method. It it much easier to understand now. (fixes #199)
new ffd5044 Added AppData file, and made new screenshots for it (fixes #160)
new ea2f4a3 Onionshare translated into Czech language.
new ef20c8e Minor change in Czech translation.
new 39cf82a Fixed issue with path in NSIS spec file in Windows
new df8e4f6 Refactored non-ephemeral hidden services to use get_hidden_service_conf and set_hidden_service_conf rather than get_conf_map and set_options. So much cleaner this way. (fixes #216)
new e7a9cd3 Merge branch 'master' of github.com:micahflee/onionshare
new 6b59c8e Merge pull request #226 from Venca24/master
new 48744b0 OnionShare translated into Esperanto language.
new a3ff1f6 Merge pull request #229 from Venca24/master
new a765a0b Adds python-qt4 as a debian dependency (fixes #230)
new e6e323f Don't access self.hs when using --local-only
new f2389cc Remove all language and localization from download page, to prevent leaking the sender's locale (fixes #228)
new 9d1abf6 Merge branch 'slug_decorator' of https://github.com/pwplus/onionshare into pwplus-slug_decorator
new f478081 Decorator is expecting argument to be named slug_candidate, not shutdown_slug_candidate (#200)
new 4cfffbf Don't access self.hs when using --local-only in GUI
new 064bcb0 Rewrote Windows build instructions for Windows 10 (fixes #227). Also, switched from sha1 to sha256 for Authenticate codesigning, and updated NSIS config for the Windows installer.
new 269018b Deleted Tails folder, because it is currently broken and will be until it gets included in Tails
new 9428172 Version bump to 0.8, and updated changelog
new fafb8e2 Imported Upstream version 0.8
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