<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/ChangeLog, branch gpgme-0-4-4</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-4</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-4'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2004-01-12T13:41:20Z</updated>
<entry>
<title>Updated the CVS build stuff</title>
<updated>2004-01-12T13:41:20Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-01-12T13:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b5c66f75bac64e43d71bbc1299955e41ee5cc569'/>
<id>urn:sha1:b5c66f75bac64e43d71bbc1299955e41ee5cc569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>About to release 0.4.4:</title>
<updated>2004-01-12T13:28:36Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-01-12T13:28:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=215da10c1c9e29878a130324816cd981e9ab8487'/>
<id>urn:sha1:215da10c1c9e29878a130324816cd981e9ab8487</id>
<content type='text'>
* configure.ac: Bumbed LT_Revision; now at C12/A1/R1.
(NEED_GPGSM_VERSION): Set to 1.9.3.

* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.

* gpg/t-keylist-sig.c (main): Temporary disabled one test due top
gpg 1.3.4 problems.
* gpg/t-import.c (check_result): Likewise.

</content>
</entry>
<entry>
<title>* acinclude.m4: Add AM_PATH_GPG_ERROR.</title>
<updated>2003-11-19T15:15:11Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2003-11-19T15:15:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9cf95d61eb524b73f1ad6a28678c292a404eac1d'/>
<id>urn:sha1:9cf95d61eb524b73f1ad6a28678c292a404eac1d</id>
<content type='text'>
* configure.ac: Check for timegm.  Made warning messages more
prominent.

</content>
</entry>
<entry>
<title>2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-10-06T18:30:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T18:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e702f52860283884c5d1a915edaf9046b2b76352'/>
<id>urn:sha1:e702f52860283884c5d1a915edaf9046b2b76352</id>
<content type='text'>
	Released 0.4.3.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1.
	(LIBGPGME_LT_REVISION): Set to 0.

</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>2003-09-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-03T01:15:56Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-03T01:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d772a96a624609526438a80cf97a9ae55cf4d563'/>
<id>urn:sha1:d772a96a624609526438a80cf97a9ae55cf4d563</id>
<content type='text'>
	* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS.

doc/
2003-09-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Header): We don't use the assuan namespace anymore.
	Document new thread options.

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

	* gpgme-config.in: Rewritten.
	* gpgme.m4: Rewritten.

</content>
</entry>
<entry>
<title>2003-09-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-02T21:46:31Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-02T21:46:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=58616ade03dc897bb016eca0cf3921520849c8f8'/>
<id>urn:sha1:58616ade03dc897bb016eca0cf3921520849c8f8</id>
<content type='text'>
	* configure.ac: Move invocation of AC_CANONICAL_HOST up to
	suppress warning by autoconf.

</content>
</entry>
<entry>
<title>2003-08-30  Robert Schiele &lt;rschiele@uni-mannheim.de&gt;</title>
<updated>2003-09-02T18:04:22Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-02T18:04:22Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2b7e505a39ac99ff76b14a6bff20f2ab3d346065'/>
<id>urn:sha1:2b7e505a39ac99ff76b14a6bff20f2ab3d346065</id>
<content type='text'>
	* gpgme.spec.in: %{_infodir}/dir is not packaged,
	remove to prevent checking failure.

</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>
</feed>
