<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc/ChangeLog, branch gpgme-0-4-5</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-5</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-5'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2004-03-03T16:11:41Z</updated>
<entry>
<title>2004-03-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-03-03T16:11:41Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-03-03T16:11:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=52cf0dda6746fccbd39f5e11c31e1d25cd5f2c93'/>
<id>urn:sha1:52cf0dda6746fccbd39f5e11c31e1d25cd5f2c93</id>
<content type='text'>
	* gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2004-02-24T23:08:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-02-24T23:08:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ed314ff7665c452389c34163c6b82eea9b3b804f'/>
<id>urn:sha1:ed314ff7665c452389c34163c6b82eea9b3b804f</id>
<content type='text'>
2004-02-24  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (cancellation): New section.

gpgme/
2004-02-24  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.c (gpgme_cancel): New function.
	* engine-backend.h (struct engine_ops): New member cancel.
	* engine.h (_gpgme_engine_cancel): New prototype.
	* engine.c (_gpgme_engine_cancel): New function.
	* engine-gpgsm.c: Add new member cancel.
	(gpgsm_cancel): New function.
	(gpgsm_release): Use it.
	* rungpg.c: Add new member cancel.

</content>
</entry>
<entry>
<title>* gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE.</title>
<updated>2004-02-17T15:27:42Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-02-17T15:27:42Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=afabac4c9dbc0ee0a88ad225b27be3836509f5f9'/>
<id>urn:sha1:afabac4c9dbc0ee0a88ad225b27be3836509f5f9</id>
<content type='text'>
* gpgme.h: Add GPGME_KEYLIST_MODE_VALIDATE.
* engine-gpgsm.c (gpgsm_keylist): Send this to gpgsm.

</content>
</entry>
<entry>
<title>2004-02-06  Moritz Schulte  &lt;mo@g10code.com&gt;</title>
<updated>2004-02-06T15:47:15Z</updated>
<author>
<name>Moritz Schulte</name>
<email>mo@g10code.com</email>
</author>
<published>2004-02-06T15:47:15Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a4bbdd6cbd867c60fd12c7976fcb8a7873f0b186'/>
<id>urn:sha1:a4bbdd6cbd867c60fd12c7976fcb8a7873f0b186</id>
<content type='text'>
	* gpgme.texi: A couple of small fixes regarding the Largfile
	Support section.

</content>
</entry>
<entry>
<title>2004-01-31  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-02-01T13:39:45Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-02-01T13:39:45Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=68ab06735844ee7087ea7163cf33accf3ebc0322'/>
<id>urn:sha1:68ab06735844ee7087ea7163cf33accf3ebc0322</id>
<content type='text'>
	* configure.ac: Add invocation of AC_SYS_LARGEFILE, AC_TYPE_OFF_T
	and AC_FUNC_FSEEKO.

doc/
2004-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Largefile Support): New section.

gpgme/
2004-02-01  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* data-compat.c (gpgme_data_new_from_filepart): Call fseeko if
	available.
	* data-stream.c (stream_seek): Likewise.

</content>
</entry>
<entry>
<title>2004-01-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-01-13T21:43:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-01-13T21:43:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=6d47796aa629a526b1bdb705ae7e2befa0d6ef12'/>
<id>urn:sha1:6d47796aa629a526b1bdb705ae7e2befa0d6ef12</id>
<content type='text'>
	* gpgme.texi (Key Management): Fix exportable field.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2003-12-25T14:38:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-12-25T14:38:40Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=de739f876b8d506e32a209d2979ed44a0a33b41d'/>
<id>urn:sha1:de739f876b8d506e32a209d2979ed44a0a33b41d</id>
<content type='text'>
2003-12-25  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Key Management): Rename member class in
	gpgme_key_sig_t to sig_class.
	(Creating a Signature): Likewise for gpgme_signature_t.

gpgme/
2003-12-25  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (_GPGME_D_CLASS): Revert this change.
	(struct _gpgme_key_sig): For C++ compilers, rename class
	member to _obsolete_class.  Add new member sig_class.
	(struct _gpgme_new_signature): Same here.
	* key.c (gpgme_key_sig_get_ulong_attr): Use CERTSIG-&gt;sig_class,
	not CERTSIG-&gt;class.
	* keylist.c (keylist_colon_handler): Likewise for KEYSIG, but keep
	setting KEYSIG-&gt;class, too.  Rename variable CLASS to SIG_CLASS.
	* sign.c (parse_sig_created): Set SIG-&gt;sig_class.

</content>
</entry>
<entry>
<title>2003-12-23  Moritz Schulte  &lt;mo@g10code.com&gt;</title>
<updated>2003-12-23T09:08:06Z</updated>
<author>
<name>Moritz Schulte</name>
<email>mo@g10code.com</email>
</author>
<published>2003-12-23T09:08:06Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a3d1b15db26f5320f4b191f77a0904acc5220c4b'/>
<id>urn:sha1:a3d1b15db26f5320f4b191f77a0904acc5220c4b</id>
<content type='text'>
	* gpgme.texi (Listing Keys): Minor clarification for
	gpgme_get_key.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2003-10-06T16:17:13Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T16:17:13Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=0d0378a200f7347e6b8071bff8f519aaaa44bce1'/>
<id>urn:sha1:0d0378a200f7347e6b8071bff8f519aaaa44bce1</id>
<content type='text'>
2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Signal Handling): New section.

gpgme/
2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* io.h (_gpgme_io_subsystem_init): New prototype.
	* posix-io.c (_gpgme_io_subsystem_init): Add function.
	(_gpgme_io_spawn): Do not fixup signal handler here.
	* version.c (do_subsystem_inits): Call _gpgme_io_subsystem_init.

tests/
2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-thread1.c (thread_one): Do not call initialize_gpgme.
	Likewise.

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2003-09-14T14:48:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-14T14:48:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b4473cfffd836c7f7e69069cec2b6feb2f10f1d3'/>
<id>urn:sha1:b4473cfffd836c7f7e69069cec2b6feb2f10f1d3</id>
<content type='text'>
2003-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Multi Threading): Correct documentation on memory
	synchronization requirement.

tests/
2003-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpg/t-thread1.c (main): Call init_gpgme here.
	(initialize_gpgme): Function removed.

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