<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/m4/ChangeLog, branch master</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=master</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2011-12-02T10:36:37Z</updated>
<entry>
<title>Generate the ChangeLog from commit logs.</title>
<updated>2011-12-02T10:36:37Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2011-12-02T10:32:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a4c4ee1aaea4359432bdf60dd572f549ef8dee83'/>
<id>urn:sha1:a4c4ee1aaea4359432bdf60dd572f549ef8dee83</id>
<content type='text'>
* build-aux/gitlog-to-changelog: New script.  Taken from gnulib.
* build-aux/git-log-fix: New file.
* build-aux/git-log-footer: New file.
* build-aux/git-hook/commit-msg: New script.
* doc/HACKING: New file.
* ChangeLog: New file.
* Makefile.am (EXTRA_DIST): Add new files.
(gen-ChangeLog): New.
(dist-hook): Run gen-ChangeLog.
* autogen.sh: Install commit-msg hook for git.

Rename all ChangeLog files to ChangeLog-2011.
</content>
</entry>
<entry>
<title>Update gpg-error.m4</title>
<updated>2011-04-06T12:33:16Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2011-04-06T12:16:52Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e54fe47db8862b44a4fb669f55b45d9ec28b244d'/>
<id>urn:sha1:e54fe47db8862b44a4fb669f55b45d9ec28b244d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better detection of a missing libassuan</title>
<updated>2010-05-07T23:22:38Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2010-05-07T23:22:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=441dd8b5d2626f742a18f6d1dfa65bad65248286'/>
<id>urn:sha1:441dd8b5d2626f742a18f6d1dfa65bad65248286</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2009-11-10  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2009-11-10T09:07:19Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2009-11-10T09:07:19Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=96cf17b15995c9b925f80a64dbd42c1305ca9895'/>
<id>urn:sha1:96cf17b15995c9b925f80a64dbd42c1305ca9895</id>
<content type='text'>
	* configure.ac: Activate UIServer if FD passing is enabled and
	Assuan is available.

m4/
2009-11-10  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* libassuan.m4: Fix LIBASSUAN_VERSION.

src/
2009-11-10  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* Makefile.am (uiserver_components): New variable.
	(main_sources): Add it.
	* ops.h, key.c (_gpgme_key_append_name): Take CONVERT argument,
	implement it.  Adjust callers.
	(gpgme_key_from_uid): New function.
	* gpgme.h.in (gpgme_protocol_t): Add GPGME_PROTOCOL_DEFAULT.
	(gpgme_encrypt_flags_t): Add GPGME_ENCRYPT_PREPARE,
	GPGME_ENCRYPT_EXPECT_SIGN.
	(gpgme_set_sub_protocol, gpgme_key_from_uid): New functions.
	* libgpgme.vers, gpgme.def: Add new functions.
	* gpgme.c (gpgme_set_protocol): Add UIServer protocol.
	(gpgme_set_sub_protocol): New function.
	(gpgme_get_protocol_name): Add UIServer and default protocol.
	* assuan-support.c: Return correct error values, implement
	socketpair for POSIX.
	* priv-io.h, posix-io.c, w32-io.c, w32-glib-io.c,
	w32-qt-io.cpp (_gpgme_io_spawn): Add ATFORK and ATFORKVALUE
	arguments.  Implement it for POSIX.  Adjust all callers.
	* engine.h, engine-backend.h (_gpgme_engine_set_protocol)
	(_gpgme_engine_op_decrypt_verify): New prototypes.  Adjust all
	users.
	* engine.c (engine_ops, gpgme_get_engine_info): Add UIServer
	engine.
	(_gpgme_engine_set_protocol, _gpgme_engine_op_decrypt_verify): New
	function.
	* decrypt-verify.c (decrypt_verify_start): Call
	_gpgme_engine_op_decrypt_verify.
	* util.h, posix-util.c,
	w32-util.c (_gpgme_get_uiserver_socket_path): New function.
	* engine-gpgsm.c (gpgsm_set_fd): Fix _gpgme_io_pipe invocation.
	* gpgme-tool.c: Some support for UIServer protocol.
	* engine-uiserver.c: New file.

</content>
</entry>
<entry>
<title>2006-06-08  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2006-06-08T22:07:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-06-08T22:07:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5cf7a6a52600aca0ec80e397f34bbeddf6b1c923'/>
<id>urn:sha1:5cf7a6a52600aca0ec80e397f34bbeddf6b1c923</id>
<content type='text'>
	* pth.m4: Add --all to pth-config invocation.

</content>
</entry>
<entry>
<title>2006-02-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2006-02-22T11:58:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-02-22T11:58:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=13a3cb6e29236ef9f792cfb25973beaf4e1f8303'/>
<id>urn:sha1:13a3cb6e29236ef9f792cfb25973beaf4e1f8303</id>
<content type='text'>
	* pth.m4: Fix code generation (required for Max OS X).
	Submitted by Emanuele Giaquinta &lt;exg@gentoo.org&gt;.

</content>
</entry>
<entry>
<title>2005-11-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-11-17T18:45:14Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-11-17T18:45:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d11318a3198e88f7cbb7e4b4bada4b96984be374'/>
<id>urn:sha1:d11318a3198e88f7cbb7e4b4bada4b96984be374</id>
<content type='text'>
	* configure.ac: Add support for --enable-w32-glib (disabled by
	default).  Invoke AM_PATH_GLIB_2_0.

gpgme/
2005-11-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* w32-glib-io.c: New file.
	* gpgme.def (gpgme_get_giochannel): Add symbol.
	* Makefile.am (system_components) [HAVE_DOSISH_SYSTEM]: Remove
	w32-io.c.
	(ltlib_gpgme_extra): New variable.
	(lib_LTLIBRARIES): Add $(ltlib_gpgme_extra).
	(system_components_not_extra): New variable.
	(libgpgme_la_SOURCES, libgpgme_pthread_la_SOURCES,
	(libgpgme_pth_la_SOURCES): Add $(system_components_not_extra).
	(libgpgme_glib_la_LDFLAGS, libgpgme_glib_la_DEPENDENCIES,
	(libgpgme_glib_la_LIBADD, libgpgme_glib_la_CFLAGS)
	[BUILD_W32_GLIB]: New variables. 
	* gpgme-config.in (glib): New option.
	* gpgme.m4 (AM_PATH_GPGME_GLIB): New macro.

m4/
2005-11-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* glib-2.0.m4: New file.

</content>
</entry>
<entry>
<title>2004-12-28  Werner Koch  &lt;wk@g10code.com&gt;</title>
<updated>2005-01-12T10:16:32Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-01-12T10:16:32Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a8d0033fff04f7ec8200fb9d7118c234c4ef12bc'/>
<id>urn:sha1:a8d0033fff04f7ec8200fb9d7118c234c4ef12bc</id>
<content type='text'>
	* pth.m4: Changed quoting for use with automake 1.9.

</content>
</entry>
<entry>
<title>2004-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-09-14T18:31:45Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-09-14T18:31:45Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=851f76fe5d5881746268ec011021d79ac9553cd3'/>
<id>urn:sha1:851f76fe5d5881746268ec011021d79ac9553cd3</id>
<content type='text'>
	* pth.m4: Disable _ac_pth_line, and don't fail if Pth is not
	found.

</content>
</entry>
<entry>
<title>2004-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-09-14T18:30:23Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-09-14T18:30:23Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3e4881a65a900cf143063b9b8f6067e00d67e7e3'/>
<id>urn:sha1:3e4881a65a900cf143063b9b8f6067e00d67e7e3</id>
<content type='text'>
	* acinclude.m4: Add copyright notice.
	(jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE,
	AC_CHECK_PTH): Removed.

m4/
2004-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* glibc21.m4: New file.
	* gpg-error.m4: New file.
	* pth.m4: New file.

</content>
</entry>
</feed>
