<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, 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>Remove unused pth stuff from gpgme-config.</title>
<updated>2012-05-02T08:43:22Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-05-02T08:43:22Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=295dd3f238fa656493d34e8a718958d62226b56c'/>
<id>urn:sha1:295dd3f238fa656493d34e8a718958d62226b56c</id>
<content type='text'>
* src/gpgme-config.in: Remove unused pth stuff.
</content>
</entry>
<entry>
<title>Fix minor documentation problem.</title>
<updated>2012-05-02T08:35:47Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-05-02T08:35:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=475640a52742b333d7c3c8235ee945ba42197883'/>
<id>urn:sha1:475640a52742b333d7c3c8235ee945ba42197883</id>
<content type='text'>
--
Fixes bug#1404.
(There is mentioned data field “recipient”, but actual data field
name is “recipients”.)
</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>Fix timestamp parsing for y2038 hack.</title>
<updated>2012-04-30T15:46:15Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-04-30T15:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1a21574b48ee91eedbf95251ee600648b377d1e7'/>
<id>urn:sha1:1a21574b48ee91eedbf95251ee600648b377d1e7</id>
<content type='text'>
* src/conversion.c (_gpgme_parse_timestamp): Set ENDP before year 2038
check.
</content>
</entry>
<entry>
<title>Remove trailing white space</title>
<updated>2012-04-30T15:42:53Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2012-04-30T15:42:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=22de98b7a67c3017ae67ffdf4d9eb122f86258b1'/>
<id>urn:sha1:22de98b7a67c3017ae67ffdf4d9eb122f86258b1</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>.gitignore: flesh out rules and add subdirectory-.gitignores.</title>
<updated>2012-04-20T14:05:11Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@drexel.edu</email>
</author>
<published>2012-04-12T17:51:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4cb408d33efe80e7d102049dea244d22907d8395'/>
<id>urn:sha1:4cb408d33efe80e7d102049dea244d22907d8395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>status-table.c: include string.h for strcmp.</title>
<updated>2012-04-13T08:02:39Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@drexel.edu</email>
</author>
<published>2012-04-12T17:51:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=62bbe58280737d73badbe518f140e40480205176'/>
<id>urn:sha1:62bbe58280737d73badbe518f140e40480205176</id>
<content type='text'>
* status-table.c: include string.h to avoid `warning: implicit
declaration of function 'strcmp'`.
</content>
</entry>
<entry>
<title>gpgme-tool: add help messages for a number of commands.</title>
<updated>2012-04-03T13:20:27Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@drexel.edu</email>
</author>
<published>2012-03-27T19:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c318e69d8fa5f9e92d4aac3dd44fae5adcaade72'/>
<id>urn:sha1:c318e69d8fa5f9e92d4aac3dd44fae5adcaade72</id>
<content type='text'>
* src/gpgme-tool.c (hlp_engine, hlp_sub_protocol, hlp_armor, hlp_textmode,
hlp_include_certs, hlp_keylist_mode, hlp_input, hlp_output, hlp_message,
hlp_recipient, hlp_signer, hlp_signers_clear, hlp_decrypt, hlp_decrypt_verify,
hlp_encrypt, hlp_sign_encrypt, hlp_sign, hlp_verify, hlp_import): New strings.
(hlp_protocol): Fix typo.
(register_commands): Add documentation strings.
(doc): Mention Assuan.
</content>
</entry>
<entry>
<title>uiserver.texi: fix decryption -&gt; encryption typo in PREP_ENCRYPT discussion.</title>
<updated>2012-04-03T13:15:05Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@drexel.edu</email>
</author>
<published>2012-03-27T19:10:01Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bb62104adf78e8416b3c56b8b2621edd723b56cd'/>
<id>urn:sha1:bb62104adf78e8416b3c56b8b2621edd723b56cd</id>
<content type='text'>
* doc/uiserver.texi (PREP_ENCRYPT): Fix documentation.
</content>
</entry>
</feed>
