<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/ChangeLog, branch gpgme-1.1.1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2006-02-22T12:03:33Z</updated>
<entry>
<title>2006-02-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2006-02-22T12:03:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2006-02-22T12:03:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f89b761f52cef5aa9f9aab377bac3148e95bcb36'/>
<id>urn:sha1:f89b761f52cef5aa9f9aab377bac3148e95bcb36</id>
<content type='text'>
	Released 1.1.1.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
	release.
	(LIBGPGME_LT_REVISION): Reset to 0 for release.

</content>
</entry>
<entry>
<title>Minor glib fix.</title>
<updated>2006-01-05T08:58:50Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2006-01-05T08:58:50Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=5b57bff96cc4eed3afa47eb10ac7fdbfd163b24d'/>
<id>urn:sha1:5b57bff96cc4eed3afa47eb10ac7fdbfd163b24d</id>
<content type='text'>
Pretty up debug output.

</content>
</entry>
<entry>
<title>Append revision number to the version string</title>
<updated>2006-01-03T18:40:33Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2006-01-03T18:40:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=c50809afb66d33bcc325aadae1a62ee585c05c87'/>
<id>urn:sha1:c50809afb66d33bcc325aadae1a62ee585c05c87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GPA does now work with the glib based i/o backend.</title>
<updated>2005-11-18T16:52:38Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-11-18T16:52:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6b24b361ad8311c7a8f3d74ffbaf82a525347018'/>
<id>urn:sha1:6b24b361ad8311c7a8f3d74ffbaf82a525347018</id>
<content type='text'>
</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>build static and shared lib by default - required by gpgol.</title>
<updated>2005-11-15T16:04:28Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2005-11-15T16:04:28Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3acdcbf67bdc7c7a2a960668db585cedab3922e6'/>
<id>urn:sha1:3acdcbf67bdc7c7a2a960668db585cedab3922e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2005-10-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-20T13:32:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-20T13:32:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=36dc669515674176737d13c2364e613b5a864004'/>
<id>urn:sha1:36dc669515674176737d13c2364e613b5a864004</id>
<content type='text'>
	* w32-dll/ChangeLog, w32-dll/build-dll, w32-dll/gpgme.def: Remove
	files.

</content>
</entry>
<entry>
<title>2005-10-20  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-20T13:05:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-20T13:05:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4cfced2ce8dff0602518dbe64804bb8aaac3e12a'/>
<id>urn:sha1:4cfced2ce8dff0602518dbe64804bb8aaac3e12a</id>
<content type='text'>
	* configure.ac: Instead checking for windres and dlltool, invoke
	AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
	* src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
	the rules.

</content>
</entry>
<entry>
<title>2005-10-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-10-01T21:31:24Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-10-01T21:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=54dbe183ea328113641b3bab1c2ddfd5557d643b'/>
<id>urn:sha1:54dbe183ea328113641b3bab1c2ddfd5557d643b</id>
<content type='text'>
	Released 1.1.0.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
	release.
	(LIBGPGME_LT_REVISION): Reset to 0 for release.

</content>
</entry>
<entry>
<title>2005-09-12  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2005-09-12T19:14:36Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2005-09-12T19:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f1eb841d3b8a90c18aa1f8b0948edd41816444c1'/>
<id>urn:sha1:f1eb841d3b8a90c18aa1f8b0948edd41816444c1</id>
<content type='text'>
	* configure.ac (HAVE_PTH): Don't add $PTH_CFLAGS to $CFLAGS here.

gpgme/
2005-09-12  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* Makefile.am (libgpgme_la_SOURCES): Set to ath.h and ath.c.
	(ath_pth_src, ath_pthread_src): Removed.
	(w32_o_files): Replace ath-compat.o with ath.o.
	(libgpgme_pth_la_CFLAGS): New variable.
	* ath-compat.c, ath-pthread-compat.c, ath-pth-compat.c: Removed.
	* ath.h (ath_pthread_available, ath_pth_available): Removed.
	(ath_init) [!_ATH_EXT_SYM_PREFIX]: Do not define macro.
	(struct ath_ops, ath_init) [_ATH_COMPAT]: Removed.
	(_ATH_COMPAT): Macro removed.
	* posix-sema.c (_gpgme_sema_subsystem_init): Do not call
	_gpgme_ath_init.


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