<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/NEWS, branch gpgme-1.3.2</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.2</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2012-05-02T09:18:24Z</updated>
<entry>
<title>Release 1.3.2.</title>
<updated>2012-05-02T09:18:24Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-05-02T08:58:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9c8608f702ec0f44ae55cd7f33bd8df0a2d48508'/>
<id>urn:sha1:9c8608f702ec0f44ae55cd7f33bd8df0a2d48508</id>
<content type='text'>
* configure.ac: Bump LT version to C19/A8/R1.

* configure.ac (GITLOG_TO_CHANGELOG): Define.
* Makefile.am (gen-ChangeLog): Use it.
</content>
</entry>
<entry>
<title>Update signature summary for the case of missing X.509 keys.</title>
<updated>2012-05-02T08:30:09Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-05-02T08:30:09Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d6402b888fd00b883bbfc00c91a2aa9706e4377e'/>
<id>urn:sha1:d6402b888fd00b883bbfc00c91a2aa9706e4377e</id>
<content type='text'>
* src/verify.c (gpgme_op_verify_result): Update summary field.
--

This is actually a hack to solve the problem that GPGME currently does
not emit ERRSIG for a missing public key.
</content>
</entry>
<entry>
<title>Remove support for libgpgme-pth.</title>
<updated>2011-10-25T16:59:26Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-10-25T16:59:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3ddf4c3d4000a9b0b52180c3aa3acf1387a193bf'/>
<id>urn:sha1:3ddf4c3d4000a9b0b52180c3aa3acf1387a193bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Post-release.</title>
<updated>2011-07-04T18:45:15Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-07-04T18:44:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=86a439d1d15d42ed7a2e796902b91e8386f9e1d0'/>
<id>urn:sha1:86a439d1d15d42ed7a2e796902b91e8386f9e1d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.3.1</title>
<updated>2011-06-16T12:38:59Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-06-16T12:38:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=547aca0b24efa34634f23f91f2dc81a63cb4d9bc'/>
<id>urn:sha1:547aca0b24efa34634f23f91f2dc81a63cb4d9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update NEWS file.</title>
<updated>2011-05-06T15:46:03Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus.brinkmann@ruhr-uni-bochum.de</email>
</author>
<published>2011-05-06T15:46:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6e32f8f0c12b90e61d94b4c0779b7da4ea0252f5'/>
<id>urn:sha1:6e32f8f0c12b90e61d94b4c0779b7da4ea0252f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2010-08-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2010-08-18T14:14:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2010-08-18T14:14:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=15a3f59481e6b134e80cbb9e88fffa0c9f67c8b4'/>
<id>urn:sha1:15a3f59481e6b134e80cbb9e88fffa0c9f67c8b4</id>
<content type='text'>
        * gpgme.def: Add gpgme_err_code_from_syserror and gpgme_err_set_errno.
        * libgpgme.vers: Likewise.
        * gpgme.h.in (gpgme_error_from_errno): Fix return type to
        gpgme_error_t.
	(gpgme_err_code_from_syserror, gpgme_err_set_errno): New prototype.
	(gpgme_error_from_syserror): New inline function (why are
        gpgme_err_make_from_errno and gpgme_error_from_errno not inline
        functions?).
        * error.c (gpgme_error_from_errno): Fix return type to gpgme_error_t.
        (gpgme_err_set_errno, gpgme_err_code_from_syserror): New functions.


</content>
</entry>
<entry>
<title>comment typo fixes</title>
<updated>2010-06-29T17:13:07Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2010-06-29T17:13:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f89d122607004d8c9d4afe526d69e0e17a4f331a'/>
<id>urn:sha1:f89d122607004d8c9d4afe526d69e0e17a4f331a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect old gpg versions not featuring the --passwd command.</title>
<updated>2010-03-12T18:03:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2010-03-12T18:03:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6e3602b556b6ac4dc32877a2f800e3322294976d'/>
<id>urn:sha1:6e3602b556b6ac4dc32877a2f800e3322294976d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option GPGME_EXPORT_MODE_MINIMAL</title>
<updated>2010-02-16T20:07:03Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2010-02-16T20:07:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2281024d4cb29c9c6742f7e9fbb031fe97f076c0'/>
<id>urn:sha1:2281024d4cb29c9c6742f7e9fbb031fe97f076c0</id>
<content type='text'>
</content>
</entry>
</feed>
