<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch gpgme-1.1.3</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.3</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.3'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2007-03-05T10:56:31Z</updated>
<entry>
<title>Preparing a new release</title>
<updated>2007-03-05T10:56:31Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2007-03-05T10:56:31Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a103cf2bf151a64a357057119a1ab35020d7a405'/>
<id>urn:sha1:a103cf2bf151a64a357057119a1ab35020d7a405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed last chnage.</title>
<updated>2007-02-26T10:44:57Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2007-02-26T10:44:57Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=fec4e786b347fd0ce5f62f5db0f077d3b53b81b3'/>
<id>urn:sha1:fec4e786b347fd0ce5f62f5db0f077d3b53b81b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect and bailo out on double plaintext messages.</title>
<updated>2007-02-26T10:36:08Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2007-02-26T10:36:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1786019d6891b4e4ff350ca800b1cd63a79c5806'/>
<id>urn:sha1:1786019d6891b4e4ff350ca800b1cd63a79c5806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2007-01-29  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-01-29T20:53:59Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-01-29T20:53:59Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=69346c7aad4755248f426150b9ad7325c1531a76'/>
<id>urn:sha1:69346c7aad4755248f426150b9ad7325c1531a76</id>
<content type='text'>
        * Released 1.1.3.

        * configure.ac (LIBGPGME_LT_REVISION): Bump for release.


</content>
</entry>
<entry>
<title>/</title>
<updated>2007-01-26T12:08:12Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2007-01-26T12:08:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d6a252124671ea969d85b64567c781a57b322e06'/>
<id>urn:sha1:d6a252124671ea969d85b64567c781a57b322e06</id>
<content type='text'>
	* configure.ac: Changed gpg and gpgsm version checks to work with
	arbitrary names of the gpg binary. New option --disable-gpg-test
	and --disable-gpgsm-test.
gpgme/
	* w32-io.c (build_commandline): Fixed stupid quoting bug.
	* w32-glib-io.c (build_commandline): Ditto.

	* rungpg.c (gpg_set_locale): Avoid dangling pointer after free.

	* gpgme-config.in: New options --get-gpg and --get-gpgsm.

</content>
</entry>
<entry>
<title>Fix last change.</title>
<updated>2007-01-18T18:02:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-01-18T18:02:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ffbeb4f508ad64e4b7a5a26029e9c3ca43ca2c76'/>
<id>urn:sha1:ffbeb4f508ad64e4b7a5a26029e9c3ca43ca2c76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2007-01-18  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-01-18T17:59:26Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-01-18T17:59:26Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9e1edec4ffd903c2481f6a3b3c46e6c37a97d665'/>
<id>urn:sha1:9e1edec4ffd903c2481f6a3b3c46e6c37a97d665</id>
<content type='text'>
	* data.h (_gpgme_data_get_fd): Add prototype.
	(gpgme_data_get_fd_cb): New type.
	(struct _gpgme_data_cbs): New member get_fd.
	* data.c (_gpgme_data_get_fd): New function.
	* data-fd.c (fd_get_fd): New function.
	(fd_cbs): Add fd_get_fd.
	* data-stream.c (stream_get_fd): New function.
	(stream_cbs): Add stream_get_fd.
	* data-mem.c (mem_cbs): Add NULL for get_fd callback.	
	* data-user.c (user_cbs): Likewise.
	* engine-gpgsm.c (gpgsm_set_fd) [USE_DESCRIPTOR_PASSING]: Try to
	short-cut by passing the data descriptor directly.

</content>
</entry>
<entry>
<title>Add item about windows command line quoting bug fix.</title>
<updated>2007-01-17T19:38:29Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-01-17T19:38:29Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e08d4a32d67bc2217a232c9c92f5accbaa931550'/>
<id>urn:sha1:e08d4a32d67bc2217a232c9c92f5accbaa931550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2007-01-17  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2007-01-17T19:35:06Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2007-01-17T19:35:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c1b1642f1bb9c338210b3a9235b871ad09ddeb21'/>
<id>urn:sha1:c1b1642f1bb9c338210b3a9235b871ad09ddeb21</id>
<content type='text'>
	* w32-io.c (build_commandline): Quote all command line arguments.
	* w32-glib-io.c (build_commandline): Likewise.

</content>
</entry>
<entry>
<title>/</title>
<updated>2007-01-10T10:18:05Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2007-01-10T10:18:05Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=cc5190ffc1bdef706df2d6fe7e1e5491fb28c708'/>
<id>urn:sha1:cc5190ffc1bdef706df2d6fe7e1e5491fb28c708</id>
<content type='text'>
	* configure.ac (NEED_GPG_VERSION,
	(NEED_GPGSM_VERSION): Must define after it may have been changed
	by an option.

	* configure.ac: Require gpg-error 1.4 due to the use of
	gpg_error_from_syserror.
	(HAVE_ASSUAN_H): New.

gpgme/

	* ttyname_r.c (ttyname_r) [W32]: Return a dummy name.

	* version.c (do_subsystem_inits): Do assuan init only if building
	with Assuan.
	* setenv.c: Include assuan-def.h only if building with Assuan
	support.

	* op-support.c (_gpgme_op_reset): Set LC_MESSAGES only if
	if defined.
	* engine-gpgsm.c (gpgsm_set_locale): Ditto.
	* rungpg.c (gpg_set_locale): Ditto.

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