<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch gpgme-2.1.2</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-2.1.2</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-2.1.2'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2026-06-30T09:57:00Z</updated>
<entry>
<title>Release 2.1.2</title>
<updated>2026-06-30T09:57:00Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2026-06-30T09:57:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=34eaa0a69c120cd1d19365c6b24c58e98cd29cdf'/>
<id>urn:sha1:34eaa0a69c120cd1d19365c6b24c58e98cd29cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>w32: Fix typo which broke the build</title>
<updated>2026-06-29T08:14:20Z</updated>
<author>
<name>Ingo Klöcker</name>
<email>dev@ingo-kloecker.de</email>
</author>
<published>2026-06-29T08:14:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=413380c31074dcd7e22062e6cd3f313bfa451200'/>
<id>urn:sha1:413380c31074dcd7e22062e6cd3f313bfa451200</id>
<content type='text'>
* src/w32-io.c (_gpgme_io_spawn): Replace bogus #else with #endif.
--

Fixes-commit: df6c94f136e5411aabeb3000403f402f2a25092b
</content>
</entry>
<entry>
<title>Post release updates</title>
<updated>2026-06-25T14:08:20Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2026-06-25T14:08:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d4c6f065cbd5d38ca5f3e7815f36cb04896f4ca5'/>
<id>urn:sha1:d4c6f065cbd5d38ca5f3e7815f36cb04896f4ca5</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>Release 2.1.1</title>
<updated>2026-06-25T14:04:19Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2026-06-25T13:57:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c68741376b5561f6a9885819c55922cd189a5172'/>
<id>urn:sha1:c68741376b5561f6a9885819c55922cd189a5172</id>
<content type='text'>
</content>
</entry>
<entry>
<title>w32: Use gpgrt_w32_set_errno if gpgrt is new enough.</title>
<updated>2026-06-25T14:04:19Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2026-06-25T13:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=df6c94f136e5411aabeb3000403f402f2a25092b'/>
<id>urn:sha1:df6c94f136e5411aabeb3000403f402f2a25092b</id>
<content type='text'>
* src/w32-io.c (_gpgme_io_spawn): Add mapping from Windows error
  number.
(_gpgme_io_select): Ditto.
</content>
</entry>
<entry>
<title>doc: Fix typo.</title>
<updated>2026-06-22T15:22:45Z</updated>
<author>
<name>Ingo Klöcker</name>
<email>dev@ingo-kloecker.de</email>
</author>
<published>2026-06-22T15:21:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=21816af3653d70496118199a2fef1c18b1b620f8'/>
<id>urn:sha1:21816af3653d70496118199a2fef1c18b1b620f8</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>Trace result of gpgme_op_export.</title>
<updated>2026-06-22T15:20:54Z</updated>
<author>
<name>Ingo Klöcker</name>
<email>dev@ingo-kloecker.de</email>
</author>
<published>2026-06-22T15:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c2613252133a959bace04f0f78f913029d247e0b'/>
<id>urn:sha1:c2613252133a959bace04f0f78f913029d247e0b</id>
<content type='text'>
* src/export.c (gpgme_op_export): Trace the returned error.
--
</content>
</entry>
<entry>
<title>Let gpgme_op_export also return operational errors.</title>
<updated>2026-06-22T14:19:06Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2026-06-22T14:18:19Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8dad6c1d1ccd042c5700e7fa07025ce00da590fc'/>
<id>urn:sha1:8dad6c1d1ccd042c5700e7fa07025ce00da590fc</id>
<content type='text'>
* src/export.c (gpgme_op_export): On success check and return
  operational errors.

--

This has been part of gpgme_op_export_ext but was obviously forgotten
to add also to the old function.

GnuPG-bug-id: 8287
</content>
</entry>
<entry>
<title>json:w32: Add CRLF handling for armored output.</title>
<updated>2026-05-21T05:59:44Z</updated>
<author>
<name>NIIBE Yutaka</name>
<email>gniibe@fsij.org</email>
</author>
<published>2026-05-21T05:59:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=95d7cdb6b4309ef77f875edaf09a9632268ea1d3'/>
<id>urn:sha1:95d7cdb6b4309ef77f875edaf09a9632268ea1d3</id>
<content type='text'>
* src/json-core.c (make_data_object): Remove CR for CRLF when
it's armored output.

--

GnuPG-bug-id: 8263
Signed-off-by: NIIBE Yutaka &lt;gniibe@fsij.org&gt;
</content>
</entry>
<entry>
<title>m4: Deprecate AM_PATH_GPGME_GLIB macro.</title>
<updated>2026-05-20T04:39:43Z</updated>
<author>
<name>NIIBE Yutaka</name>
<email>gniibe@fsij.org</email>
</author>
<published>2026-05-20T04:39:43Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2e02b9d0243d6c27562b01f18bf4976a816af6f6'/>
<id>urn:sha1:2e02b9d0243d6c27562b01f18bf4976a816af6f6</id>
<content type='text'>
* src/gpgme.m4 (AM_PATH_GPGME_GLIB): Deprecated.

--

GnuPG-bug-id: 7126
Signed-off-by: NIIBE Yutaka &lt;gniibe@fsij.org&gt;
</content>
</entry>
</feed>
