<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests/gpg, branch gpgme-0-3-0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2001-12-19T00:47:42Z</updated>
<entry>
<title>2001-12-19  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-12-19T00:47:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-19T00:47:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=abd820c4a925c90c0488133e00749d52bb95afbc'/>
<id>urn:sha1:abd820c4a925c90c0488133e00749d52bb95afbc</id>
<content type='text'>
	* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.

</content>
</entry>
<entry>
<title>2001-12-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-12-14T15:35:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-14T15:35:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a54c0a05b5ba239e06444e55b2a4c2bd87c761ce'/>
<id>urn:sha1:a54c0a05b5ba239e06444e55b2a4c2bd87c761ce</id>
<content type='text'>
	* configure.ac (GPG): Substitute this variable.
	(GPGSM): Likewise.

tests/
CVS2001-12-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/Makefile.am (GPG): Set to @GPG_PATH@.
	(./pubring.gpg): Use $(GPG) instead gpg.
	(./secring.gpg): Likewise.

	* gpgsm/t-import.c (main): Remove third test case.
	* gpgsm/Makefile.am (GPGSM): Set to @GPGSM@.
	(all-local): New target.
	(./pubcerts.kbx): Likewise.
	* gpgsm/t-encrypt.c: New file.
	* gpgsm/Makefile.am (TESTS): Add t-encrypt.

</content>
</entry>
<entry>
<title>Revert last change.</title>
<updated>2001-12-14T00:29:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-14T00:29:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0c05b3d8bd2dc4f8fa69c34cf3a766e909f28141'/>
<id>urn:sha1:0c05b3d8bd2dc4f8fa69c34cf3a766e909f28141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set protocol to CMS to test gpgsm</title>
<updated>2001-12-13T15:06:56Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2001-12-13T15:06:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4922297af1c515d6fea54aa30e1bfc7c2b44da26'/>
<id>urn:sha1:4922297af1c515d6fea54aa30e1bfc7c2b44da26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add .cvsignore files.  Suggested by Jan-Oliver Wagner &lt;jan@intevation.de&gt;.</title>
<updated>2001-12-05T19:50:45Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-12-05T19:50:45Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ba1e19e10b98d511a76a080004c8dcd0c7be1006'/>
<id>urn:sha1:ba1e19e10b98d511a76a080004c8dcd0c7be1006</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2001-11-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2001-11-22T03:01:26Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2001-11-22T03:01:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=790a8e192f54e811f83d5b817463890528efda7a'/>
<id>urn:sha1:790a8e192f54e811f83d5b817463890528efda7a</id>
<content type='text'>
	* gpg/: New directory.
	* Makefile.am, t-verify.c, t-encrypt.c, t-signers.c, t-trustlist.c,
	t-sign.c, t-keylist.c, t-import.c, t-genkey.c, t-export.c,
	t-decrypt-verify.c, t-decrypt.c, t-version.c, t-data.c, mkdemodirs.
	cipher-1.asc, cipher-2.asc, geheim.txt, pubdemo.asc, pubkey-1.asc,
	secdemo.asc, seckey-1.asc): Move to sub directory gpg/.

	* gpg/Makefile.am (INCLUDES): Include gpgme/, not include/ and
	intl/.
	(LDD): Correct relative path to gpgme library.
	(TESTS): Remove t-version and t-data.
	* gpg/t-verify.c, gpg/t-encrypt.c, gpg/t-signers.c, gpg/t-trustlist.c,
	gpg/t-sign.c, gpg/t-keylist.c, gpg/t-import.c, gpg/t-genkey.c,
	gpg/t-export.c, gpg/t-decrypt-verify.c, gpg/t-decrypt.c,
	t-version.c, t-data.c): Include gpgme.h, not "../gpgme/gpgme.h".

	* Makefile.am: New file.
	* gpgsm/: New directory.
	* gpgsm/Makefile.am: New file.

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