<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests/gpg/Makefile.am, branch gpgme-1.3.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2009-07-07T14:17:39Z</updated>
<entry>
<title>Move gpg test programs to the top test directory.</title>
<updated>2009-07-07T14:17:39Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-07-07T14:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=43427b0c91511abf58fab928268fa61d1ad110b9'/>
<id>urn:sha1:43427b0c91511abf58fab928268fa61d1ad110b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for gpg --fetch-keys.</title>
<updated>2009-06-16T15:42:37Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2009-06-16T15:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bebd9cbe29cf6db15469502b5c6b1f83c93513ef'/>
<id>urn:sha1:bebd9cbe29cf6db15469502b5c6b1f83c93513ef</id>
<content type='text'>
</content>
</entry>
<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=b8726059416659707762f9cf97e3989cc26f6268'/>
<id>urn:sha1:b8726059416659707762f9cf97e3989cc26f6268</id>
<content type='text'>
Allow  exporting keys to a keyserver.

</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=caf36ce1ce34e88de870ea4e7586c3133a9f7afa'/>
<id>urn:sha1:caf36ce1ce34e88de870ea4e7586c3133a9f7afa</id>
<content type='text'>
Minor cleanups.

</content>
</entry>
<entry>
<title>* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Specify --with-gpg.</title>
<updated>2009-04-19T18:03:49Z</updated>
<author>
<name>Moritz Schulte</name>
<email>mo@g10code.com</email>
</author>
<published>2009-04-19T18:03:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=edf19bbf8f644f8a0553bde0cc4e8ad3855d1a0e'/>
<id>urn:sha1:edf19bbf8f644f8a0553bde0cc4e8ad3855d1a0e</id>
<content type='text'>
* gpg/Makefile.am (EXTRA_DIST): Replaced mkdemodirs with mkdemodirs.in.
(mkdemodirs): New target.
(clean-local): Added command for removing mkdemodirs script.
(./Alpha/Secret.gpg): Added dependency on mkdemodirs.

* gpg/mkdemodirs: Renamed to ...
* gpg/mkdemodirs.in: ... here.
* gpg/mkdemodirs.in (GPG): Derive value from @GPG@ instead of hard-coding "gpg".

</content>
</entry>
<entry>
<title>2008-12-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-12-03T14:27:52Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-12-03T14:27:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6d93f41f053f7e927739edf0ae80cf24cf059a17'/>
<id>urn:sha1:6d93f41f053f7e927739edf0ae80cf24cf059a17</id>
<content type='text'>
	* Makefile.am (INCLUDES): Fix path to include file.
	* gpg/Makefile.am (INCLUDES), gpgsm/Makefile.am (INCLUDES): Likewise.

</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=66d0fa1973e5e1a1bff619de8b595673d1b76cc5'/>
<id>urn:sha1:66d0fa1973e5e1a1bff619de8b595673d1b76cc5</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>
<entry>
<title>2008-01-28  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-01-28T19:49:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-01-28T19:49:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2b5033018f19a4f480bcbc3f0109afeee6659b3b'/>
<id>urn:sha1:2b5033018f19a4f480bcbc3f0109afeee6659b3b</id>
<content type='text'>
	* gpg/Makefile.am (DISTCLEANFILES): Add pubring.kbx~.

</content>
</entry>
<entry>
<title>2008-01-10  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-01-10T04:40:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-01-10T04:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ade61e1311c1c63a9aac85bf534b43e95ae9cfd8'/>
<id>urn:sha1:ade61e1311c1c63a9aac85bf534b43e95ae9cfd8</id>
<content type='text'>
	* gpg/Makefile.am (./gpg-agent.conf): Correct pinentry path.

</content>
</entry>
<entry>
<title>2008-01-10  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2008-01-10T04:33:34Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2008-01-10T04:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=25dccf5897948d28dd2f32f1ccba15edc124dc0b'/>
<id>urn:sha1:25dccf5897948d28dd2f32f1ccba15edc124dc0b</id>
<content type='text'>
	* gpg/pinentry: New file.
	* gpg/Makefile.am (DISTCLEANFILES, all-local): Add gpg-agent.conf
	(./gpg-agent.conf): New target.
	(EXTRA_DIST): Add pinentry.

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