<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc, branch gpgme-0-3-7</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-7</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-7'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-06-04T12:12:08Z</updated>
<entry>
<title>2002-06-04  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-06-04T12:12:08Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-06-04T12:12:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e202b91008e15e3e7ebd2e3858d4c634a1265050'/>
<id>urn:sha1:e202b91008e15e3e7ebd2e3858d4c634a1265050</id>
<content type='text'>
	* gpgme.texi (Multi Threading): Document new autodetection.

</content>
</entry>
<entry>
<title>2002-06-04  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-06-04T10:56:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-06-04T10:56:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4df073b733f684f22a3bdc926d095a1782208032'/>
<id>urn:sha1:4df073b733f684f22a3bdc926d095a1782208032</id>
<content type='text'>
	* Makefile.am (DISTCLEANFILES): New variable.

</content>
</entry>
<entry>
<title>2002-05-26  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-05-26T20:12:51Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-05-26T20:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3d05bb406b27227e734dfaa3b6f4373086c54cc1'/>
<id>urn:sha1:3d05bb406b27227e734dfaa3b6f4373086c54cc1</id>
<content type='text'>
	* gpgme.texi: Some typographical correctons throughout.

</content>
</entry>
<entry>
<title>2002-05-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-05-09T06:49:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-05-09T06:49:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0ab2c2918ae175e18ee707dcfa82a7358193fc29'/>
<id>urn:sha1:0ab2c2918ae175e18ee707dcfa82a7358193fc29</id>
<content type='text'>
	* gpgme.texi (Using Automake): New section.

</content>
</entry>
<entry>
<title>2002-05-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-05-09T03:39:18Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-05-09T03:39:18Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d9e73425b9845936b225e28047c57546e56eb1d8'/>
<id>urn:sha1:d9e73425b9845936b225e28047c57546e56eb1d8</id>
<content type='text'>
	* gpgme.texi (Multi Threading): Escape { and }.

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

	* gpgme.texi (Overview): Replace note about thread-safeness.
	(Multi Threading): New section.

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

	* w32-util.c: New static variable GET_PATH_LOCK.
	(_gpgme_get_gpg_path): Remove superfluous NULL initializer.
	Take lock while determining path.
	(_gpgme_get_gpgsm_path): Likewise.
	* version.c (do_subsystem_inits): Set DONE to 1 after
	initialization.
	(gpgme_get_engine_info): New variable ENGINE_INFO_LOCK.  Take lock
	while determining engine info.
	* rungpg.c (_gpgme_gpg_get_version): New variable
	GPG_VERSION_LOCK.  Take the lock while determining the program
	version.
	* posix-io.c: Include "sema.h".
	(_gpgme_io_spawn): New variable FIXED_SIGNALS_LOCK.  Take the lock
	while fixing the signals.
	(_gpgme_io_select): Make READFDS and WRITEFDS non-static.
	* key.c: Include "sema.h".  New globals KEY_CACHE_LOCK and
	KEY_REF_LOCK.
	(capabilities_to_string): Make STRINGS very const.
	(_gpgme_key_cache_add): Lock the key cache.
	(_gpgme_key_cache_get): Likewise.
	(gpgme_key_ref, gpgme_key_release): Lock the key_ref_lock.
	* import.c (append_xml_impinfo): Make IMPORTED_FIELDS and
	IMPORT_RES_FIELDS very const.  Make FIELD and FIELD_NAME a litle
	const.
	* engine.c (_gpgme_engine_get_info): New variable
	ENGINE_INFO_LOCK.  Take lock while determining engine info.
	* engine-gpgsm.c: Include "sema.h".
	(_gpgme_gpgsm_get_version): New variable GPGSM_VERSION_LOCK.  Take
	lock while getting program version.

</content>
</entry>
<entry>
<title>* gpgme.texi (Manipulating Data Buffers): Changed some data types</title>
<updated>2002-05-03T18:20:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-05-03T18:20:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=afd58b644c9cb9d4342ee8decc32f058c7b2425e'/>
<id>urn:sha1:afd58b644c9cb9d4342ee8decc32f058c7b2425e</id>
<content type='text'>
to void*.
(Protocol Selection): Added gpgme_get_protocol.
(Verify): Updated to include the new attribute fucntions and
status codes.

</content>
</entry>
<entry>
<title>* gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.</title>
<updated>2002-04-27T12:17:56Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-04-27T12:17:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6c4d6748f6a44a6bde1e6751e491e119ce8915f0'/>
<id>urn:sha1:6c4d6748f6a44a6bde1e6751e491e119ce8915f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-04-22T22:06:09Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-04-22T22:06:09Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=09635ef2e606ac5c4da7a5f640ebb19e922aed89'/>
<id>urn:sha1:09635ef2e606ac5c4da7a5f640ebb19e922aed89</id>
<content type='text'>
2002-04-23  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Passphrase Callback): Document that either return
	argument can be NULL.
	(Progress Meter Callback): Likewise.

gpgme/
2002-04-23  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.c (gpgme_get_progress_cb): Allow either return parameter
	to be NULL.
	(gpgme_get_passphrase_cb): Likewise.

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

	* gpgme.texi (Passphrase Callback): Fix small typo.  Document the
	new function gpgme_get_passphrase_cb.
	(Progress Meter Callback): Document the new function
	gpgme_get_progress_cb.

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

	* gpgme.c (gpgme_get_passphrase_cb): New function.
	(gpgme_get_progress_cb): New function.
	* gpgme.h: Add new prototypes for gpgme_get_passphrase_cb and
	gpgme_get_progress_cb.

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