<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/TODO, branch gpgme-0-4-3</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-3</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-3'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2003-09-14T00:34:48Z</updated>
<entry>
<title>Update release list.</title>
<updated>2003-09-14T00:34:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-14T00:34:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=68def3d9dca978c617ec650dd92e441c30d518b1'/>
<id>urn:sha1:68def3d9dca978c617ec650dd92e441c30d518b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2003-09-13T21:45:13Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-13T21:45:13Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c4ea1235d56f7ab89ff84fef894d9c0d378d8b72'/>
<id>urn:sha1:c4ea1235d56f7ab89ff84fef894d9c0d378d8b72</id>
<content type='text'>
2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Error Strings): Add gpgme_strerror_r.

gpgme/
2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (gpgme_strerror_r): New prototype.
	* error.c (gpgme_strerror_r): New function.

</content>
</entry>
<entry>
<title>2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-13T17:45:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-13T17:45:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=727f0ba45d5bd5e7018514528b3a6f6612bf91af'/>
<id>urn:sha1:727f0ba45d5bd5e7018514528b3a6f6612bf91af</id>
<content type='text'>
	* acinclude.m4: Remove libtool cruft, add jm_GLIBC21.
	* configure.ac: Add check for getenv_r, and call jm_GLIBC21.
	Define HAVE_THREAD_SAFE_GETENV if appropriate.

gpgme/
2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* get-env.c: New file.
	* util.h (_gpgme_getenv): Add prototype.
	* Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c.
	* rungpg.c (build_argv): Use _gpgme_getenv.
	* debug.c (debug_init): Likewise.
	* engine-gpgsm.c (gpgsm_new): Likewise.
	(gpgsm_new): Use ttyname_r.
	* w32-io.c (_gpgme_io_spawn): Disable debugging for now.

</content>
</entry>
<entry>
<title>Document thread changes.</title>
<updated>2003-09-03T01:18:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-03T01:18:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=543f9581692e8b171f023398c59cae0a2aff58ef'/>
<id>urn:sha1:543f9581692e8b171f023398c59cae0a2aff58ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document some more problems.</title>
<updated>2003-09-02T22:44:46Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-02T22:44:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=be89abd1379aa85fe3e273db506da2f07f41275d'/>
<id>urn:sha1:be89abd1379aa85fe3e273db506da2f07f41275d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2003-08-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-08-20T20:20:46Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-08-20T20:20:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0217495902bbb33d3c429599885192c3aec295e6'/>
<id>urn:sha1:0217495902bbb33d3c429599885192c3aec295e6</id>
<content type='text'>
	*configure.ac (AM_PATH_GPG_ERROR): Require 0.3.

assuan/
See README.1st.

gpgme/
2003-08-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c,
	ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been
	updated to have better thread support, and the Makefile.am was
	changed to reflect that.

	* util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration.
	* engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return
	value of status_fnc.
	* rungpg.c (start): Return SAVED_ERRNO, not errno.

</content>
</entry>
<entry>
<title>Add item about configure check for gpg and gpgsm warning.</title>
<updated>2003-07-30T12:43:14Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-07-30T12:43:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f29ce4cdb4357c0a4fdc7d2b04ba1ff0809c799e'/>
<id>urn:sha1:f29ce4cdb4357c0a4fdc7d2b04ba1ff0809c799e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update information about todo items.</title>
<updated>2003-07-30T12:41:57Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-07-30T12:41:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6d6cb1c0497139335457c049c3bc017ac6ab2c08'/>
<id>urn:sha1:6d6cb1c0497139335457c049c3bc017ac6ab2c08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add task for verify.</title>
<updated>2003-07-29T20:04:35Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-07-29T20:04:35Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=56b09ecb295df4a83867aa5fbf77a512e844a362'/>
<id>urn:sha1:56b09ecb295df4a83867aa5fbf77a512e844a362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add item about result structures.</title>
<updated>2003-07-29T18:27:31Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-07-29T18:27:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=62673145f0f7b331e5ff5a5c034eeecb02e395e7'/>
<id>urn:sha1:62673145f0f7b331e5ff5a5c034eeecb02e395e7</id>
<content type='text'>
</content>
</entry>
</feed>
