<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/src, branch gpgmepp</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgmepp</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgmepp'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2016-03-08T13:28:31Z</updated>
<entry>
<title>Remove obsolete w32-qt code</title>
<updated>2016-03-08T13:28:31Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2016-03-03T11:46:53Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=58ed9c17f00f420035ecc6973a6c6ed948757a9a'/>
<id>urn:sha1:58ed9c17f00f420035ecc6973a6c6ed948757a9a</id>
<content type='text'>
* configure.ac (w32-qt): Remove option and Qt checks.
* src/Makefile.am: Remove BUILD_W32_QT handling.
* src/kdpipeiodevice.cpp,
 src/kdpipeiodevice.h,
 src/kdpipeiodevice.moc,
 src/w32-qt-io.cpp: Removed.

--
This code was intended for Kleopatra but Kleopatra is not using
it anymore. QGpgme/dataprovider is a better replacement for this.
</content>
</entry>
<entry>
<title>Fix possible _SC_OPEN_MAX max problem on AIX.</title>
<updated>2016-01-15T15:16:38Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2016-01-15T15:16:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e79199468ac54ce4fe919603ff7bada97267174f'/>
<id>urn:sha1:e79199468ac54ce4fe919603ff7bada97267174f</id>
<content type='text'>
* src/posix-io.c [HAVE_STDINT_H]: Include stdint.h.
(get_max_fds): Limit returned value for too high values.
--

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>w32: Avoid conflict with Mingw-w64 version 4.0.4-1</title>
<updated>2015-12-09T10:39:26Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2015-12-09T10:39:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=83415dffaea53611dbce77b50d8ddfb2a50aed2e'/>
<id>urn:sha1:83415dffaea53611dbce77b50d8ddfb2a50aed2e</id>
<content type='text'>
* src/w32-util.c (mkstemp): Rename to my_mkstemp.  Change caller.
--

For some reason the linker seems to use the mkstemp now provided by
mingw instead of our static symbol.  Strange.

Reported-by: Andrej Kacian &lt;andrej@kacian.sk&gt;
Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>Return on user cancellation of delete operation</title>
<updated>2015-12-04T15:35:37Z</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2015-11-09T04:13:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=67d7f7a9383763b01daf877c846bf3e32f647fa5'/>
<id>urn:sha1:67d7f7a9383763b01daf877c846bf3e32f647fa5</id>
<content type='text'>
* src/delete.c (delete_status_handler): Return on ERROR status, if the
error location is set to "delete_key.secret" and the code is either
CANCELED or FULLY_CANCELED, which indicates a situation that the user
selected "No" on the confirmation dialog.
</content>
</entry>
<entry>
<title>Fix typos found by codespell.</title>
<updated>2015-12-02T10:28:07Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2015-12-02T10:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8c61cbfb8ff2e1056840ecf8511810ed2482eb1f'/>
<id>urn:sha1:8c61cbfb8ff2e1056840ecf8511810ed2482eb1f</id>
<content type='text'>
--
Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>Make use of user passphrase handler during passwd.</title>
<updated>2015-10-29T22:05:10Z</updated>
<author>
<name>Ben Kibbey</name>
<email>bjk@luxsci.net</email>
</author>
<published>2015-10-28T22:16:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=dfa79f9300b837b0f7f2ea44afa589bfcda1dbd9'/>
<id>urn:sha1:dfa79f9300b837b0f7f2ea44afa589bfcda1dbd9</id>
<content type='text'>
* src/passwd.c (passwd_start): set engine passphrase command handler.

--
This allows for inquiring a passphrase when changing a passphrase rather
than requiring a pinentry.
</content>
</entry>
<entry>
<title>w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.</title>
<updated>2015-10-28T15:28:48Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2015-10-28T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bb2d11c1eebd4bcfb0f2cfce728026a7420dca47'/>
<id>urn:sha1:bb2d11c1eebd4bcfb0f2cfce728026a7420dca47</id>
<content type='text'>
* src/w32-io.c (_gpgme_io_spawn): Add a new diagnostic.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>w32: Improve locating gpgconf on 64 bit systems.</title>
<updated>2015-10-28T15:28:48Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2015-10-28T15:26:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a82e9b182f62966207cad0972be6fa284329a5a1'/>
<id>urn:sha1:a82e9b182f62966207cad0972be6fa284329a5a1</id>
<content type='text'>
* src/w32-util.c (find_program_at_standard_place): Fallback to
CSIDL_PROGRAM_FILESX86.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>w32: Add new global flag "w32-inst-dir".</title>
<updated>2015-10-28T15:28:48Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2015-10-28T15:24:30Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=bb600aa8fd2f9575ee7afc64c978e3e7523b1173'/>
<id>urn:sha1:bb600aa8fd2f9575ee7afc64c978e3e7523b1173</id>
<content type='text'>
* src/gpgme.c (gpgme_set_global_flag): Add flag "w32-inst-dir";
* src/posix-util.c (_gpgme_set_override_inst_dir): New stub.
* src/w32-util.c (override_inst_dir): New var.
(_gpgme_get_inst_dir): Return this var is set.
(_gpgme_set_override_inst_dir): New.
--

See
https://lists.gnupg.org/pipermail/gnupg-devel/2015-September/030267.html
for background.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>cleanup: Fix type mismatch around gpgme_error_t.</title>
<updated>2015-10-16T00:51:42Z</updated>
<author>
<name>NIIBE Yutaka</name>
<email>gniibe@fsij.org</email>
</author>
<published>2015-10-16T00:51:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0d9d0a6b5b0c6f474a079bbaef11078c5df5f3b5'/>
<id>urn:sha1:0d9d0a6b5b0c6f474a079bbaef11078c5df5f3b5</id>
<content type='text'>
* src/data-compat.c (gpgme_error_to_errno): Use gpg_err_code
to get error code from gpgme_error_t.
* src/gpgme.c (gpgme_new): Don't use gpgme_error.
</content>
</entry>
</feed>
