<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc/ChangeLog, branch gpgme-0-4-4</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-4</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-4-4'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2003-12-25T14:38:40Z</updated>
<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>
<entry>
<title>doc/</title>
<updated>2003-09-14T00:02:41Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-14T00:02:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=256ef2e87ee107705f6bb6de4a63d9dc130c507f'/>
<id>urn:sha1:256ef2e87ee107705f6bb6de4a63d9dc130c507f</id>
<content type='text'>
2003-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Locale): New section.
	(Multi Threading): Set locale in example.

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

	* context.h (struct gpgme_context): New members lc_ctype and
	lc_messages.
	* gpgme.c: Include &lt;locale.h&gt;.
	(def_lc_lock, def_lc_ctype, def_lc_messages): New static
	variables.
	(gpgme_set_locale): New function.
	* engine.c (_gpgme_engine_new): Add arguments lc_ctype and
	lc_messages.
	* engine.h (_gpgme_engine_new): Likewise.
	* engine-gpgsm.c (gpgsm_new): Likewise.
	* rungpg.c (gpg_new): Likewise.
	* engine-backend.h (struct engine_ops): Likewise to NEW.
	* op-support.c (_gpgme_op_reset): Likewise to invocation of
	_gpgme_engine_new.

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

	* gpgme.texi (Error Strings): Add gpgme_strerror_r.

gpgme/
2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (gpgme_strerror_r): New prototype.
	* error.c (gpgme_strerror_r): New function.

</content>
</entry>
<entry>
<title>2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-13T18:04:16Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-13T18:04:16Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=33912dcc8694fba72933fc9a34f39bdd3c53ef62'/>
<id>urn:sha1:33912dcc8694fba72933fc9a34f39bdd3c53ef62</id>
<content type='text'>
	* gpgme.texi (Multi Threading): Update documentation.

</content>
</entry>
<entry>
<title>2003-09-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-03T01:15:56Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-03T01:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d772a96a624609526438a80cf97a9ae55cf4d563'/>
<id>urn:sha1:d772a96a624609526438a80cf97a9ae55cf4d563</id>
<content type='text'>
	* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS.

doc/
2003-09-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Header): We don't use the assuan namespace anymore.
	Document new thread options.

gpgme/
2003-09-03  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme-config.in: Rewritten.
	* gpgme.m4: Rewritten.

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

	* gpgme.texi (Creating a Signature): Change type of member class
	to unsigned int.

gpgme/
2003-08-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (struct _gpgme_new_signature): Rename member CLASS to
	_OBSOLETE_CLASS, add member CLASS with type unsigned int.
	* sign.c (parse_sig_created): Also set SIG-&gt;_unused_class for
	backward compatibility.

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

	* gpg/t-sign.c (check_result): Change output format for signature
	class to unsigned int.

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

	* gpgme.texi (Verify): Get error code from SIG-&gt;status in the code
	for gpgme_get_sig_status.

gpgme/
2003-08-04  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* verify.c (parse_new_sig): Fix status parsing case.

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