<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc/ChangeLog, branch gpgme-0-4-0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-12-23T17:12:48Z</updated>
<entry>
<title>2002-12-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-12-23T17:12:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-12-23T17:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9d8143f0714516de7326d242221a05e947372d4d'/>
<id>urn:sha1:9d8143f0714516de7326d242221a05e947372d4d</id>
<content type='text'>
	* gpgme.texi (Key Signatures): New section.
	(Listing Keys): Add gpgme_get_key.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-12-06T22:06:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-12-06T22:06:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6a772bd6bc3fe0195c64b385a3bebe294f2ca345'/>
<id>urn:sha1:6a772bd6bc3fe0195c64b385a3bebe294f2ca345</id>
<content type='text'>
2002-12-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Memory Based Data Buffers): New subsection.
	(File Based Data Buffers): Likewise.
	(Callback Based Data Buffers): Likewise.
	(Manipulating Data Buffers): Update interfaces.  Add
	gpgme_data_seek.
	* gpgme.texi (Engine Version Check): Remove gpgme_chec_engine.

gpgme/
2002-12-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* data.h (gpgme_data_release_cb): Change return type to void.
	(gpgme_data_read_cb): Change return type to ssize_t.
	* data.c (gpgme_data_read): Likewise.
	* data-stream.c (stream_read): Likewise.
	* data-fd.c (fd_read): Likewise.
	* data-mem.c (mem_read): Likewise.
	(mem_release): Change return type to void.
	* data-user.c (user_read): Change return type to ssize_t.
	(user_release): Change return type to void.
	* data-compat.c (old_user_read): Change return type to ssize_t.
	* gpgme.h (GpgmeDataReadCb): Likewise.
	(gpgme_data_read): Likewise.
	(GpgmeDataSeekCb): Change return type to off_t.

</content>
</entry>
<entry>
<title>2002-11-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-11-21T13:45:00Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-11-21T13:45:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8f0283d81ab79a67b2ccdb626ab5d7cb17007107'/>
<id>urn:sha1:8f0283d81ab79a67b2ccdb626ab5d7cb17007107</id>
<content type='text'>
	* gpgme.texi (Verify): Document the new interface.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-11-19T16:41:17Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-11-19T16:41:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=dfc32a5441519cc6071ee5bf8e12abe4a29f5875'/>
<id>urn:sha1:dfc32a5441519cc6071ee5bf8e12abe4a29f5875</id>
<content type='text'>
2002-11-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Generating Keys): Document new argument to
	gpgme_op_genkey.

gpgme/
2002-11-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* genkey.c: Only include &lt;config.h&gt; if [HAVE_CONFIG_H].
	(struct genkey_result_s): Add new member FPR.
	(_gpgme_release_genkey_result): Free RESULT-&gt;fpr if set.
	(genkey_status_handler): Extract the fingerprint from the status
	line.
	(gpgme_op_genkey): Add new argument FPR and return the fingerprint
	in it.
	* gpgme.h: Adjust prototype of gpgme_op_genkey.

tests/
2002-11-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-genkey.c (main): Add missing argument to gpgme_op_genkey
	invocation.
CVSk: ----------------------------------------------------------------------

</content>
</entry>
<entry>
<title>2002-11-05  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-11-05T15:25:07Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-11-05T15:25:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=21c8829f6a72a0d4302e0fad093c0c1d4a277eb2'/>
<id>urn:sha1:21c8829f6a72a0d4302e0fad093c0c1d4a277eb2</id>
<content type='text'>
	* gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
	Reported by Miguel Coca &lt;e970095@zipi.fi.upm.es&gt;.

</content>
</entry>
<entry>
<title>2002-08-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-08-30T11:37:59Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-08-30T11:37:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6f9f51683068d959d3bb176c8401c04efe76c545'/>
<id>urn:sha1:6f9f51683068d959d3bb176c8401c04efe76c545</id>
<content type='text'>
	* gpgme.texi (Selecting Signers): Fix reference count.

</content>
</entry>
<entry>
<title>2002-08-21  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-08-20T23:25:49Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-08-20T23:25:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=49216a03607e9fe395a0f23b9a29f9af57e7e6c5'/>
<id>urn:sha1:49216a03607e9fe395a0f23b9a29f9af57e7e6c5</id>
<content type='text'>
	* gpgme.texi (Header): Document name space.

</content>
</entry>
<entry>
<title>2002-08-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-08-20T15:44:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-08-20T15:44:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a01ee915e1c14c0e35c8db3890dcabff3c690317'/>
<id>urn:sha1:a01ee915e1c14c0e35c8db3890dcabff3c690317</id>
<content type='text'>
	* gpgme.texi (Importing Keys): Undocument EOF.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-08-20T13:38:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-08-20T13:38:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bfbe2656136c49fc2ba959e0b8393dab6a49ee36'/>
<id>urn:sha1:bfbe2656136c49fc2ba959e0b8393dab6a49ee36</id>
<content type='text'>
2002-08-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Importing Keys): Document gpgme_op_import_ext.

gpgme/
2002-08-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h: Add prototype for gpgme_op_import_ext.
	* import.c (struct import_result_s): New member `nr_considered'.
	Rename `any_imported' to `nr_imported'.
	(import_status_handler): Increment nr_imported.  Set nr_considered
	if appropriate.
	(gpgme_op_import_ext): New function.
	(gpgme_op_import): Implement in terms of gpgme_op_import_ext.

</content>
</entry>
<entry>
<title>* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.</title>
<updated>2002-08-14T13:57:59Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-08-14T13:57:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c79fa942604fa116406759035153c85abba6fad5'/>
<id>urn:sha1:c79fa942604fa116406759035153c85abba6fad5</id>
<content type='text'>
</content>
</entry>
</feed>
