<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/NEWS, branch gpgme-0-3-1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-02-09T00:26:58Z</updated>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:26:58Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:26:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bccaa95b2722eca22721cbc759a9cbf3ae116306'/>
<id>urn:sha1:bccaa95b2722eca22721cbc759a9cbf3ae116306</id>
<content type='text'>
	* Released 0.3.1.

	* configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6!
	(NEED_GPGSM_VERSION): Bump it up to 0.3.0!

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

	* gpgme.texi (Waiting For Completion): Adjust doc to changes in
	the code.

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

	* wait.c (gpgme_wait): Add new argument STATUS, in which the
	status of the returned context is returned.
	(_gpgme_wait_on_condition): Rework the function a bit, to make it
	aware of cancelled processes, and to allow to use gpgme_wait with
	CTX being NULL (as documented in the source).
	(struct proc_s): New member REPORTED.
	* gpgme.h: Fix prototype.
	* verify.c (gpgme_op_verify): Fix use of gpgme_wait.
	* sign.c (gpgme_op_sign):
	* import.c (gpgme_op_import):
	* genkey.c (gpgme_op_genkey):
	* export.c (gpgme_op_export):
	* encrypt.c (gpgme_op_encrypt):
	* delete.c (gpgme_op_delete):
	* decrypt-verify.c (gpgme_op_decrypt_verify):

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

	* gpgme.texi (Key Listing Mode): Update documentation.

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

	* gpgme.c (gpgme_set_keylist_mode): Possibly return an error
	value.
	(gpgme_get_keylist_mode): New function.
	(gpgme_new): Set the default for keylist_mode member of CTX.

	* gpgme.h (gpgme_set_keylist_mode): Fix prototype.
	(gpgme_get_keylist_mode): New prototype.
	(GPGME_KEYLIST_MODE_LOCAL): New macro.
	(GPGME_KEYLIST_MODE_EXTERN): Likewise..

</content>
</entry>
<entry>
<title>Be a bit clearer.</title>
<updated>2002-01-30T01:47:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-30T01:47:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1677f80d7e0e6991d40978a1131bfba6fb919bf4'/>
<id>urn:sha1:1677f80d7e0e6991d40978a1131bfba6fb919bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-29T22:58:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-29T22:58:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1513ffd32300c81c2d920afb0e17533fc67b6e61'/>
<id>urn:sha1:1513ffd32300c81c2d920afb0e17533fc67b6e61</id>
<content type='text'>
2002-01-29  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Run Control): New section.
	(Verify): Docuent gpgme_get_notation.
	(More Information): New section describing gpgme_get_op_info.

gpgme/
2002-01-29  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h: Add new type GpgmeIdleFunc.  Change type of
	gpgme_register_idle to return and accept this type.
	* wait.c (gpgme_register_idle): Fix type.
	Save and return old value of idle_function.

</content>
</entry>
<entry>
<title>Some small updates.</title>
<updated>2002-01-22T16:55:58Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T16:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=14fe2162770f4dac4b3f67c9b250e7648bd4fcdb'/>
<id>urn:sha1:14fe2162770f4dac4b3f67c9b250e7648bd4fcdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-22T15:32:44Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T15:32:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f'/>
<id>urn:sha1:1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f</id>
<content type='text'>
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
	R_HD type from void* to void**.

gpgme/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to
	void**.

tests/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**.
	* gpg/t-sign.c (passphrase_cb): Likewise.
	* gpg/t-decrypt-verify.c (passphrase_cb): Likewise.
	* gpg/t-decrypt.c (passphrase_cb): Likewise.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-22T15:21:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T15:21:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8270a38b054b228d939c6822ca79f8ba3d57b4e4'/>
<id>urn:sha1:8270a38b054b228d939c6822ca79f8ba3d57b4e4</id>
<content type='text'>
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Creating data buffers): Change
	gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.

gpgme/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* data.c (gpgme_data_new_from_filepart): Change type of LENGTH
	from off_t to size_t.
	* gpgme.h: Likewise.

</content>
</entry>
<entry>
<title>Update all these funny copright notices.</title>
<updated>2002-01-16T00:46:20Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-16T00:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2bd5bd9bd041544aad1cd9e4f8c6207e3b2d588f'/>
<id>urn:sha1:2bd5bd9bd041544aad1cd9e4f8c6207e3b2d588f</id>
<content type='text'>
</content>
</entry>
<entry>
<title> * There is a Texinfo manual documenting the API.</title>
<updated>2002-01-16T00:44:28Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-16T00:44:28Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d159345f6688831e5612f51e634858988de94f0d'/>
<id>urn:sha1:d159345f6688831e5612f51e634858988de94f0d</id>
<content type='text'>
 * New interface gpgme_op_trustlist_end() to match
   gpgme_op_keylist_end.

</content>
</entry>
</feed>
