<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/trunk/src/libgpgme.vers, branch gpgme-1.2.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2009-06-16T11:42:21Z</updated>
<entry>
<title>Add new functions to import and export keys specified by gpgme_key_t.</title>
<updated>2009-06-16T11:42:21Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-16T11:42:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=46943d1dce4ecfac477f1cf9fcc6cd6e379b455e'/>
<id>urn:sha1:46943d1dce4ecfac477f1cf9fcc6cd6e379b455e</id>
<content type='text'>
Allow  exporting keys to a keyserver.

</content>
</entry>
<entry>
<title>2009-06-15  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2009-06-15T17:05:47Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-06-15T17:05:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=cb21a19c44b46efc52f9d480783606079bf0ed96'/>
<id>urn:sha1:cb21a19c44b46efc52f9d480783606079bf0ed96</id>
<content type='text'>
	* gpgme.h.in (gpgme_result_ref, gpgme_result_unref): Add
	prototypes.
	* gpgme.def, libgpgme.vers (gpgme_result_ref, gpgme_result_unref):
	Add these.
	* context.h (struct ctx_op_data): Add member "references".
	* gpgme.c (gpgme_result_ref, gpgme_result_unref): New functions.
	(_gpgme_release_result): Use gpgme_result_unref.
	* op-support.c (_gpgme_op_data_lookup): Initialize references.

</content>
</entry>
<entry>
<title>Add gpgme_io_write and gpgme_io_read.</title>
<updated>2009-06-09T16:01:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-09T16:01:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=cf33a081b2aa067a7fdbfc5aadbd37f7f84c7833'/>
<id>urn:sha1:cf33a081b2aa067a7fdbfc5aadbd37f7f84c7833</id>
<content type='text'>
Minor cleanups.

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

	* gpgme.texi (Library Version Check): Document selftest error.
	(Creating Contexts): Likewise.

src/
2009-05-28  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h.in (gpgme_check_version_internal): New prototype.
	(gpgme_check_version): New macro, overriding function of the same
	name.
	* libgpgme.vers, gpgme.def: Add gpgme_check_version_internal.o
	* context.h (_gpgme_selftest): New variable declaration.
	* version.c: Include "context.h".
	(gpgme_check_version): Set _gpgme_selftest on success.
	(gpgme_check_version_internal): New function.
	* gpgme.c (_gpgme_selftest): Define it.
	(gpgme_new): Check the selftest result.

</content>
</entry>
<entry>
<title>First take on the low-level assuan interface.</title>
<updated>2009-01-26T10:21:10Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-01-26T10:21:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c6bf8755b36b4eacae63809980bc1c17031a5b7c'/>
<id>urn:sha1:c6bf8755b36b4eacae63809980bc1c17031a5b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>008-11-03  Marcus Brinkmann  &lt;marcus@g10code.com&gt;</title>
<updated>2008-11-03T17:24:09Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-11-03T17:24:09Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c8995fc9335f8dfd2cc80b9c4620f996bdedc226'/>
<id>urn:sha1:c8995fc9335f8dfd2cc80b9c4620f996bdedc226</id>
<content type='text'>
        * configure.ac: Replace gpgme paths with src.
        * gpgme: Move to ...
        * src: ... this new directory.

assuan/
2008-11-03  Marcus Brinkmann  &lt;marcus@g10code.com&gt;

	* Makefile.am (INCLUDES): Replace gpgme path with src.

tests/
2008-11-03  Marcus Brinkmann  &lt;marcus@g10code.com&gt;

        * gpgsm/Makefile.am (INCLUDES, LDADD): Replace gpgme path with src.
        * gpg/Makefile.am (INCLUDES, LDADD, t_thread1_LDADD): Likewise.
	* Makefile.am (LDADD): Likewise.


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