<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/configure.ac, branch gpgme-1.9.0</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.9.0</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2017-03-28T14:21:37Z</updated>
<entry>
<title>Release 1.9.0</title>
<updated>2017-03-28T14:21:37Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2017-03-28T14:21:37Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=aa0390ec3b910bbbc323a15ec3c3351e77785a9a'/>
<id>urn:sha1:aa0390ec3b910bbbc323a15ec3c3351e77785a9a</id>
<content type='text'>
* configure.ac &lt;c&gt;: Bump LT version to C29/A18/R0.
&lt;cpp&gt;: Bump LT version to C10/A4/R0.
&lt;qt&gt;: Bump LT version to C9/A2/R0.
--

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>build: Improve Python detection.</title>
<updated>2017-03-14T11:20:19Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2017-03-13T14:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6a371663886a7ba6073f385a3ab5f5a03de8e008'/>
<id>urn:sha1:6a371663886a7ba6073f385a3ab5f5a03de8e008</id>
<content type='text'>
* configure.ac: Do not error out too early if we don't find a matching
Python version.  We handle this case later.

Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>build: Use macOS' compatibility macros to enable all features.</title>
<updated>2017-02-13T14:08:28Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2017-02-13T13:58:07Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=60273e8b2c11d42215a5707bc55e3e0d8f350e07'/>
<id>urn:sha1:60273e8b2c11d42215a5707bc55e3e0d8f350e07</id>
<content type='text'>
* configure.ac: On macOS, use the compatibility macros to expose every
feature of the libc.  This is the equivalent of _GNU_SOURCE on GNU
libc.
--
Not defining this leads to compilation errors or superfluous warnings
on macOS.

GnuPG-bug-id: 2910
Signed-off-by: Justus Winter &lt;justus@g10code.com&gt;
</content>
</entry>
<entry>
<title>Revert "Disable fd-passing for Apple."</title>
<updated>2017-02-13T13:01:55Z</updated>
<author>
<name>Justus Winter</name>
<email>justus@g10code.com</email>
</author>
<published>2017-02-13T13:01:32Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f8db658f8b4c3c7941d0029273fb23fbe1ba74ad'/>
<id>urn:sha1:f8db658f8b4c3c7941d0029273fb23fbe1ba74ad</id>
<content type='text'>
The actual bug has been located, so this can be reverted.

This reverts commit ef5b4ae37d13142e89a051908dc080cda3d24baa.
</content>
</entry>
<entry>
<title>core: Optimize fork/exec for *BSD and Solaris.</title>
<updated>2017-02-03T12:56:23Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2017-02-03T12:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=51bd69f216a9e2930eeba4b5f6c20e952a381720'/>
<id>urn:sha1:51bd69f216a9e2930eeba4b5f6c20e952a381720</id>
<content type='text'>
* configure.ac (closefrom): Add to ac_check_funcs.
* src/posix-io.c (_gpgme_io_spawn): Use closefrom.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>core: Replace all calls to *sprintf by gpgrt_*sprintf.</title>
<updated>2017-02-02T11:35:59Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2017-02-02T11:35:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=15050ce5fce4ed815503db7c029abb38d08970d6'/>
<id>urn:sha1:15050ce5fce4ed815503db7c029abb38d08970d6</id>
<content type='text'>
* configure.ac (vasprintf): Remove check.
* src/vasprintf.c: Remove file.
* src/util.h (vasprintf, asprintf): Remove prototypes.  Replace all
calls to vasprintf and asprintf by gpgrt_vasprintf or gpgrt_asprintf.
Also take care to use gpgrt_free on the returned value.
* src/w32-util.c (_gpgme_get_gpgconf_path): Replace a gpgrt_asprintf
by _gpgme_strconcat.
(snprintf): New macro to use gpgrt_snprintf instead of the system's
standard snprintf.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>core: Remove unused check for funopen/fopencookie.</title>
<updated>2017-02-02T11:28:39Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2017-02-02T11:28:39Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=563420a88f8a4f561a2faea4d2b4a1c58b375fd8'/>
<id>urn:sha1:563420a88f8a4f561a2faea4d2b4a1c58b375fd8</id>
<content type='text'>
* configure.ac (funopen): Remove check.
* src/funopen.c: Remove file.

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>Fix cmake configuration files for MacOS</title>
<updated>2017-01-11T14:49:00Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2017-01-11T14:49:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=2e661b9e1a9b50656a5c9646d7444a98477010c1'/>
<id>urn:sha1:2e661b9e1a9b50656a5c9646d7444a98477010c1</id>
<content type='text'>
* configure.ac: Set HAVE_MACOS_SYSTEM conditional.
* lang/qt/src/Makefile.am,
lang/cpp/src/Makefile.am,
lang/qt/src/QGpgmeConfig.cmake.in.in,
lang/cpp/src/GpgmeConfig.cmake.in.in: Use libsuffix again to
distinguish between macos .dylib

--
GnuPG-Bug-Id: 2884
</content>
</entry>
<entry>
<title>Post release updates.</title>
<updated>2016-11-16T13:03:40Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2016-11-16T13:03:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=af79327021b5b3a5c4accd5d4e9f0124199bfdcc'/>
<id>urn:sha1:af79327021b5b3a5c4accd5d4e9f0124199bfdcc</id>
<content type='text'>
--
</content>
</entry>
<entry>
<title>Release 1.8.0</title>
<updated>2016-11-16T12:29:02Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2016-11-16T12:29:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f06220b691e9711afdabaa19886244ae7724eed5'/>
<id>urn:sha1:f06220b691e9711afdabaa19886244ae7724eed5</id>
<content type='text'>
* configure.ac: Set version to 1.8.0.  Set LT version C28/A17/RO.
Set CPP LT version to C9/A3/R0.  Set Qt LT version to C8/A1/R0.
--

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
</feed>
