<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc, branch gpgme-1.4.3</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.4.3</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2013-08-09T17:19:26Z</updated>
<entry>
<title>Add function gpgme_data_identify.</title>
<updated>2013-08-09T17:19:26Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-08-09T17:19:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8579091c4f6a36e6bb06fcfbd147a776166fd3ea'/>
<id>urn:sha1:8579091c4f6a36e6bb06fcfbd147a776166fd3ea</id>
<content type='text'>
* src/gpgme.h.in (gpgme_data_type_t): New.
(gpgme_data_identify): New prototype.
* src/data-identify.c: New.
* src/parsetlv.c, src/parsetlv.h: New.  Take from gpa.
* src/libgpgme.vers, src/gpgme.def: Add gpgme_data_identify.
* src/gpgme-tool.c (status): Add STATUS_IDENTIFY_RESULT.
(gt_identify): New.
(cmd_identify): New.

(hlp_passwd): Move close to cmd_passwd.
--

It is often useful to have a way to identify the data which needs
processing.  This is such a common task that it makes sense to
implement this in gpgme to avoid diverging implementations.
</content>
</entry>
<entry>
<title>doc: Add --binary option for the OUTPUT command of an uiserver.</title>
<updated>2013-07-31T15:32:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-07-31T15:32:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=393a9471f2f3ac0a5b14f3534a5bfc7ffe948567'/>
<id>urn:sha1:393a9471f2f3ac0a5b14f3534a5bfc7ffe948567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Fix variable name.</title>
<updated>2013-06-18T08:46:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-06-18T08:46:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ff84d8d8945f3cb1fd045457282aa98070c9c58b'/>
<id>urn:sha1:ff84d8d8945f3cb1fd045457282aa98070c9c58b</id>
<content type='text'>
--
GnuPG-bug-id: 1507
</content>
</entry>
<entry>
<title>Add function gpgme_signers_count.</title>
<updated>2013-06-18T08:27:46Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-06-18T08:27:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f2eeccbdfaf855a81abb92abe5ab4c702712bac7'/>
<id>urn:sha1:f2eeccbdfaf855a81abb92abe5ab4c702712bac7</id>
<content type='text'>
* src/signers.c (gpgme_signers_count): New.
* src/libgpgme.vers, src/gpgme.def: Add as external symbol.
* src/gpgme.h.in: Add prototype.
</content>
</entry>
<entry>
<title>doc: rename gpgme_sub_key_t to gpgme_subkey_t to match gpgme.h</title>
<updated>2013-05-28T08:37:51Z</updated>
<author>
<name>Hans-Christoph Steiner</name>
<email>hans@eds.org</email>
</author>
<published>2013-05-24T15:51:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d34e343487c688303a332869fdd7779e3ea7c0e8'/>
<id>urn:sha1:d34e343487c688303a332869fdd7779e3ea7c0e8</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>Make definition of off_t robust against misbehaving w32 toolchains.</title>
<updated>2013-05-16T15:48:50Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-04-25T11:00:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6d0d8e7ba0bb989c251545fa8af35b97d1a703ba'/>
<id>urn:sha1:6d0d8e7ba0bb989c251545fa8af35b97d1a703ba</id>
<content type='text'>
* configure.ac (NEED__FILE_OFFSET_BITS): Change to define gpgme_off_t
and gpgme_ssize_t.
(API__OFF_T, API__SSIZE_T): New ac_subst.
* src/gpgme.h.in: Replace all ssize_t and off_t by ac_subst macros.
* src/assuan-support.c, src/ath-pthread.c, src/ath.c, src/ath.h
* src/data-compat.c, src/data-fd.c, src/data-mem.c, src/data-stream.c
* src/data-user.c, src/data.c, src/data.h, src/engine-gpgsm.c
* src/engine-uiserver.c, src/gpgme-tool.c, src/gpgme.c: Replace off_t
by gpgme_off_t and sszie_t by gpgme_ssize_t.
* src/ath-pthread.c, src/ath.h: Include gpgme.h.
--

For a detailed description, see the gpgme.texi diff.
</content>
</entry>
<entry>
<title>Syntax fix for gpgme.texi.</title>
<updated>2013-04-30T16:05:04Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-04-30T16:05:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0ff0aa3fc8440420247fe4cff30c3ac9be1b2f7d'/>
<id>urn:sha1:0ff0aa3fc8440420247fe4cff30c3ac9be1b2f7d</id>
<content type='text'>
--

This fixes commit 12374cbecede047accd2d2267bba5927037ed16c.
</content>
</entry>
<entry>
<title>Explain the GPGME_DEBUG variable.</title>
<updated>2013-04-16T16:30:20Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@wheatstone.g10code.de</email>
</author>
<published>2013-04-16T16:30:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=12374cbecede047accd2d2267bba5927037ed16c'/>
<id>urn:sha1:12374cbecede047accd2d2267bba5927037ed16c</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>Release 1.4.0.</title>
<updated>2013-02-26T17:02:10Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-02-26T16:28:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ef5cd38123dfbef7843f374ee697b0b5e8730c46'/>
<id>urn:sha1:ef5cd38123dfbef7843f374ee697b0b5e8730c46</id>
<content type='text'>
* configure.ac: Bump LT version to C20/A9/R0.
</content>
</entry>
<entry>
<title>Add public function gpgme_io_writen.</title>
<updated>2013-02-07T19:51:29Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-02-07T19:51:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=29eced50687dd8a39dafe704102ae09ea8e8533a'/>
<id>urn:sha1:29eced50687dd8a39dafe704102ae09ea8e8533a</id>
<content type='text'>
* src/gpgme.c (gpgme_io_read): New.
--

This is a writen style variant for gpgme_io_write.  It is often easier
to use this one in passphrase and edit callbacks.
</content>
</entry>
</feed>
