diff options
author | Werner Koch <[email protected]> | 2013-02-26 16:25:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-26 16:26:44 +0000 |
commit | 5090f6f246bfad2eb80f3cc222963f73996d8028 (patch) | |
tree | 3c91418c4f2cf1bd11b9841ef1ea5b922492987e /NEWS | |
parent | w32: Hacks for building with 32 bit mingw64. (diff) | |
download | gpgme-5090f6f246bfad2eb80f3cc222963f73996d8028.tar.gz gpgme-5090f6f246bfad2eb80f3cc222963f73996d8028.zip |
Enable FD passing and thus building of the UI-server.
* configure.ac: Make --enable-fd-passing the default.
* src/engine-uiserver.c (_gpgme_engine_ops_uiserver): Syntax fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,6 +1,23 @@ Noteworthy changes in version 1.4.0 (unreleased) ------------------------------------------------ + * New function gpgme_set_global_flag to help debugging on Android. + + * New function gpgme_io_writen as a convenience wrapper around + gpgme_io_write. + + * New functions to support the pinentry mode feature of GnuPG 2.1. + + * New macro GPGME_VERSION_NUMBER to allow supporting different API + versions without the need for a configure test. + + * Several improvements for gpgme-tool. + + * Better logging of the common "invalid engine" error code. + + * Support for FD passing is now enabled by default. The configure + option --disable-fd-passing may be used to disable this. + * Interface changes relative to the 1.3.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_VERSION_NUMBER NEW. |