[Pkg-privacy-commits] [monkeysign] annotated tag 2.0.0 created (now e20f07d)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:34:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag 2.0.0
in repository monkeysign.
at e20f07d (tag)
tagging b59a90b639878cfd94d49e8d2a458c9fade4a18b (commit)
replaces 1.2
tagged by Antoine Beaupré
on Sat Oct 18 14:28:00 2014 -0400
- Log -----------------------------------------------------------------
monkeysign (2.0.0) unstable; urgency=medium
* new features:
* implement qrcode image import, to allow people without webcams to
import pictures from a trusted camera - the images must be signed with
a detached signature on pain of a ugly warning with instructions.
* move to bugs-everywhere instead of that crazy TODO file
* udate french translation
* usability improvements:
* interface simplified: only the qrcode and webcam with instructions
* all options moved to menus, including the print/save buttons, the
video and identity dropdowns
* properly handle exceptions in gtk UI
* avoid duplicate camera listing and display nicer name (Closes: #718796)
* create a set of mockups for a UI redesign and API documentation
rendered at http://monkeysign.readthedocs.org/
* bug fixes:
* fix "Content-description" to be more useful (Closes: #723677)
* support monkeysign --version", thanks to Gabriel Fillion (Closes: #725113)
* add debugging info from smtp connection, thanks to Gabriel Filion
(Closes: #756540)
* some improvements were done in the GnuPG library to work around
certain GnuPG corner cases and describe problems better
* switch to long term support strategy for the 2.0.x release in
preparation for Debian Jessie
-- Antoine Beaupré <anarcat at debian.org> Sat, 18 Oct 2014 13:25:54 -0400
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJUQrExAAoJEHkhUlJ7dZIeAmsQAKrftAExOOtY7/RzGvruP6kW
rsDR1ay1uuXTvujeusDTaOv9EeZCXdQFQO/T16MZaQ+wPqhaPbKRP3V/q/fZrk/m
6mgpY/00omaXqsqkl/UZKKpGtWY9HRWjiwXxOGSfb2GPiOeBCim/sK871qbSYWnI
OkVc9ZcKIZmr5ll7Qm3OGwCSNI2WVMonj2EjtXMJDWpkcD2e3Rw8VTg+LYivvaqz
i+n3aR4QM+rv8pO1+TCVaLpeYoiNoluh0Cp4KVP7Hzrab49Ho1b9kCt1dohxRpWS
n3Ud+HxBRrYBT0lIpt8ruYo9UuPq6+6EAX5pJtscX591db9VgCkP4JfKhQDDK45L
NQN8c9IPkD46SjbqwXtPbXl+8C5jXuEW1P+bb911qdcMUlGpAd0yVZ/zaPX8pEQi
yIEuALmkqCBveV6nHhDWxmOePJj33cW3r49L8XSkOOxO12PnLLAyN6+i5LSYwu6q
S3jkR2vEFSNrHStyd5XuVuPSfI8fAViC7v2HfqheMVlHuv4f9KW6PBPRgoUfNVAr
QW2QmVLcgoXq7KowJ7Oxf3XmJF0/lUb37cQVUVRQut3+q6ElDGEn9iL4UE3JNJ9w
KNMV/VY0rJzc32c5XPa3Gaz+spBWg0dAtJ/118lhyPcttojZkXcYjWrEcq3uBsB8
VeVLnV4PNmt1hIaL2YN3
=Q+Nz
-----END PGP SIGNATURE-----
Antoine Beaupré (153):
first restore of the image scanning functionality, incomplete
refactor: make the fetch + sign dialog a separate function
remove safety check, make image import compile
try to make key import work, this is getting real messy
fix hang
add png versin of one of our keys to ease testing
more pythonesque locking
handle the case where no data is found in image
cleaner
don't initialize the same image twice
gpg: add verify support
implement image signature verification
clarify what is the Image library (Python Imaging Library)
prepare a 2.0 branch
Merge branch '2.x' into dev/image-scan
import gtk exception code from bug_triage
add some test code
don't catch KeyboardInterrupt and SystemExit in GTK
cosmetic
i18n
update todo: we handle exceptions now
exceptions: make dialog into a class for easier extension
show traceback in exception handler
cosmetic
hook the gtk error handler in main
cosmetic todo change
move identity selection to a menu
split GTK UI initialisation code in functions
fix a warning in GTK initialisation
move video controls in menu
remove save/print buttons
another idea
redo menu ids
clarify a variable
clarify and simplify layout
add labels on top of each frame
docstrings
Merge branch 'dev/image-scan' into 2.x
Merge branch 'dev/gtk-exceptions' into 2.x
document the ux improvements in changelog
document exception handling in changelog
untabify gtkui.py
move video and identity menus to top level
allow the user to disable video and qrcode
show keyid in key selection to resolve potential ambiguity with similar uids
clarify key activation
fix disabling camera
nicer video device name display
announce nicer camera listing (Closes: #718796)
prepare translations for fr and es, for weblate
add spanish translation from lilbit, thanks
traduction partielle vers fr
fix warnings when webcam is missing
cleanup video device listing code again
fix off-by-one error if a video device is present
line-wrap the help text
Merge branch 'dev/ux' into 2.x
again, fail gracefully on exit if webcam is missing
Merge branch 'dev/ux' into 2.x
Translated using Weblate (Spanish)
migrate from TODO to bugs-everywhere
ignore bugs-everywhere metadata
create a 2.0 milestone
more milestoning
make most bugs wishlist items
move other bugs to 3.0
notice the bugs-everywhere change in changelog
add change identity button and fingerprint in other options
get rid of step 2: show change identity dropdown in main window, only if relevant
rename "other options" to "options"
add two suggestions: progress bar and collapsed video device selector
add option to send directly to the keyservers
extract sample qrcode image out of svg so it can be reused for tests and so on
add glade mockup of the share UI
add spike python code to demo the glade UI
use stock OK button instead of apply
add official monkeysphere logo
resize logo so it's fully showed
render logo into png
add chooser mockup UI
make this more generic, add action handlers
propose to port the GTK UI to GTK3
add some handlers for the chooser mockup
prettifying the share UI
add sign UI mockup, including some funky signal handling tricks
move presentation in the new doc directory
fix typos
make test script executable
put quit only in the chooser
expose and search keys on local network
Revert "New bug." The metadata was garbled.
new bug: Switch from qrencode to qrcode
expand the user id display, explain the disambiguation
add expiry example
cosmetic, really to test central repo hooks after reshuffle
add sphinx auto-generated documentation
make sure the _build directory is in the git repo, otherwise sphinx fails
try to make the html directory created to please RTD again
sphinx docs: properly find monkeysign module
automatically document all classes and methods in the gpg module
add GTK and CLI interfaces API documentation
remove automatically created directory, not required after all
put CLI first, as GTK may fail (and document that)
add cert-notation bug
fix 738732: build_trans fails if called seperately
explain sub_commands array so I don't have to look again
fix location of slides, closes 738731: build_slides fails
check for rst2s5 existence, another fix for #738731: build_slides fails
add a newline at the end of po build so it looks prettier
fix #738730: build_manpage only works because of PyGTK encoding changes
Merge branch '1.x' into 2.x
hook tests into build chain
fix corner case error in test_ui when there's a timeout
remove version numbers from import/export test so it still works in Debian jessie
clarify why we need always-trust when testing encryption
handle errors when we can process them, should ease diagnostics
improve gpg error handling: provide the user only with the gpg error, not what we are expecting
properly test signing with a revoked key, by importing all requirements
fix the test suite in jessie: don't --always-trust except in deluid, which triggers a trustdb rebuild
explain why we still use always-trust in the email factory
replace deprecated always-trust with trust-model=always
note that i wrote a config file parser
publish the mockups on rtfd.org
add the sample qrcode
tentative fix for configurations that have --with-fingerprint twice
handle errors better when connecting to SMTP servers (Closes: #756540)
use a correct version number for 2.x
fix keyid description in email sent (Closes: #723677)
try to skip weird out of place gnupg message to sign zack's key
Merge branch '1.x' into 2.x
new task: use python-versioneer to manage version numbers
add test key from stefano, which i believe we have fixed
update translation template, including invalid entries to ease next generation
don't copy over obsolete translation entries
uniform capitalisation in usage
uniform verb usage in verbose
cosmetic: it's a single keyserver
uniform usage of OpenPGP instead of GPG or PGP
remove another non-visible string from template
complete fr translation
update es and cs translations from template
remove milestones from be, we are not respecting that plan anyways
update be documentation a little
update changelog in preparation for 2.0
add a few caveats to the main documentation file
explicitely format README and HACKING as markdown, ship HACKING.mdwn as docs
update tests for string changes
update version number
prepare lts for 2.0
update standards version, no change
whitespace cleanup
properly install presentation file
fix monkeyscan symlink, closes #743150
Daniel Kahn Gillmor (3):
avoid overuse of the word "key"
monkeysign needs gnupg-agent to make signatures.
no more TODO, so do not ship it
Gabriel Filion (3):
Implement --version option (Closes: #725113)
smtp reports a stack trace
Bug#756540: [PATCH] catching error from non-imported module
Jerome Charaoui (14):
Add Inkscape mockups depicting a proposal for a new assistant-type graphical user interface. This is a rough draft and subject to change. Please comment.
New bug.
adjust monkeycode logo and add uid on mockups
adjust sign-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
adjust share-ui mockup
Michal Čihař (2):
Translated using Weblate (Czech)
Translated using Weblate (Czech)
Michal Čihař Čihař (2):
Translated using Weblate (Czech)
Translated using Weblate (French)
Weblate (45):
Fixed file encoding
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
Merge remote-tracking branch 'origin/2.x' into 2.x
-----------------------------------------------------------------------
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/monkeysign.git
More information about the Pkg-privacy-commits
mailing list