<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/NEWS, branch gpgme-1-1-1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-1-1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-1-1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2006-02-23T16:31:54Z</updated>
<entry>
<title>Change history.  That's double plus good.</title>
<updated>2006-02-23T16:31:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-02-23T16:31:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=79659ab54439727dc89d8fda8ab96f88b64461a1'/>
<id>urn:sha1:79659ab54439727dc89d8fda8ab96f88b64461a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2006-02-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2006-02-22T12:03:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-02-22T12:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f89b761f52cef5aa9f9aab377bac3148e95bcb36'/>
<id>urn:sha1:f89b761f52cef5aa9f9aab377bac3148e95bcb36</id>
<content type='text'>
	Released 1.1.1.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
	release.
	(LIBGPGME_LT_REVISION): Reset to 0 for release.

</content>
</entry>
<entry>
<title>Added PKA stuff</title>
<updated>2006-01-03T18:31:48Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2006-01-03T18:31:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3c1c9ed5721d2cb2c5c4adc0b7ff5b52eeb0eabf'/>
<id>urn:sha1:3c1c9ed5721d2cb2c5c4adc0b7ff5b52eeb0eabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic PKA support.</title>
<updated>2005-12-20T20:22:19Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-12-20T20:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b1fb4f2fa6af0ebc3822e436a2c6e163c3c5687e'/>
<id>urn:sha1:b1fb4f2fa6af0ebc3822e436a2c6e163c3c5687e</id>
<content type='text'>
</content>
</entry>
<entry>
<title> * Fixed a bug in that the fingerprints of subkeys are not available.</title>
<updated>2005-12-06T16:30:21Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-12-06T16:30:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a1e484f9eac9dfc8e29fdd4955bf8b422ae52061'/>
<id>urn:sha1:a1e484f9eac9dfc8e29fdd4955bf8b422ae52061</id>
<content type='text'>
 
 * Clarified usage of the SECRET flag in key listings.  It is now
   reset for stub keys.
     

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2005-10-06T10:44:26Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-06T10:44:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a336bc6834099b62b17c6e772763328145537dc2'/>
<id>urn:sha1:a336bc6834099b62b17c6e772763328145537dc2</id>
<content type='text'>
2005-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Destroying Data Buffers): Document gpgme_free.

gpgme/
2005-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (gpgme_free): New prototype.
	* data-mem.c (gpgme_free): New function.
	* libgpgme.vers (GPGME_1.1): Add gpgme_free.
	* gpgme.def: Add gpgme_free.


</content>
</entry>
<entry>
<title>doc/</title>
<updated>2005-10-02T14:39:31Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-02T14:39:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5f5faeafa1e17663dc10eaaa9281fa98ff625170'/>
<id>urn:sha1:5f5faeafa1e17663dc10eaaa9281fa98ff625170</id>
<content type='text'>
2005-10-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Key Management): Add the new member notations of
	gpgme_sig_key_t.
	(Key Listing Mode): Document GPGME_KEYLIST_MODE_SIG_NOTATIONS.

gpgme/
2005-10-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* util.h (_gpgme_decode_percent_string): Add new argument BINARY
	to prototype.
	* verify.c (parse_notation): Likewise for invocation.
	* conversion.c (_gpgme_decode_percent_string): Likewise to
	declaration.  If set, do not replace '\0' characters with a
	printable string.
	* gpgme.h (struct _gpgme_key_sig): New field notations.
	* ops.h (_gpgme_parse_notation): New prototype.
	* sig-notation.c (_gpgme_parse_notation): New function.
	* key.c (gpgme_key_unref): Free all signature notations.
	* keylist.c (op_data_t): New member tmp_keysig.
	(finish_key): Clear OPD-&gt;tmp_keysig.
	* gpgme.c (gpgme_set_keylist_mode): Remove check.
	* rungpg.c (gpg_keylist): Support listing signature notations.
	(gpg_keylist_ext): Likewise.

</content>
</entry>
<entry>
<title>Post-release fixup.</title>
<updated>2005-10-01T21:58:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T21:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=81e5fdfbe6f0fec4ef7c07f0c1a9aee7f8274f24'/>
<id>urn:sha1:81e5fdfbe6f0fec4ef7c07f0c1a9aee7f8274f24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2005-10-01T21:39:42Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T21:39:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6e5762d67b8058f84ab7607869f0d42dde21224d'/>
<id>urn:sha1:6e5762d67b8058f84ab7607869f0d42dde21224d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2005-10-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-01T21:31:24Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T21:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=54dbe183ea328113641b3bab1c2ddfd5557d643b'/>
<id>urn:sha1:54dbe183ea328113641b3bab1c2ddfd5557d643b</id>
<content type='text'>
	Released 1.1.0.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
	release.
	(LIBGPGME_LT_REVISION): Reset to 0 for release.

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