<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/NEWS, 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>2004-01-12T13:28:36Z</updated>
<entry>
<title>About to release 0.4.4:</title>
<updated>2004-01-12T13:28:36Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2004-01-12T13:28:36Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=215da10c1c9e29878a130324816cd981e9ab8487'/>
<id>urn:sha1:215da10c1c9e29878a130324816cd981e9ab8487</id>
<content type='text'>
* configure.ac: Bumbed LT_Revision; now at C12/A1/R1.
(NEED_GPGSM_VERSION): Set to 1.9.3.

* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.

* gpg/t-keylist-sig.c (main): Temporary disabled one test due top
gpg 1.3.4 problems.
* gpg/t-import.c (check_result): Likewise.

</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>Prepare for developing the next version.</title>
<updated>2003-10-06T21:14:23Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T21:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=96793df9ecb5cc30af7d1d8b723aec0106161883'/>
<id>urn:sha1:96793df9ecb5cc30af7d1d8b723aec0106161883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2003-10-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-10-06T18:30:54Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T18:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e702f52860283884c5d1a915edaf9046b2b76352'/>
<id>urn:sha1:e702f52860283884c5d1a915edaf9046b2b76352</id>
<content type='text'>
	Released 0.4.3.

	* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1.
	(LIBGPGME_LT_REVISION): Set to 0.

</content>
</entry>
<entry>
<title>Add item about sigaction.</title>
<updated>2003-10-06T16:32:21Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-10-06T16:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8b4852963b8d72b2129920390af05d8ccfd6b4d3'/>
<id>urn:sha1:8b4852963b8d72b2129920390af05d8ccfd6b4d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2003-09-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-30T17:19:13Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-30T17:19:13Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d66ff5e6651202369d3ebec924523fb01d1ce24e'/>
<id>urn:sha1:d66ff5e6651202369d3ebec924523fb01d1ce24e</id>
<content type='text'>
	* gpgme.c (gpgme_hash_algo_name): Change name of RMD160 to
	RIPEMD160, name of TIGER to TIGER192, name of CRC32-RFC1510 to
	CRC32RFC1510, and name of CRC24-RFC2440 to CRC24RFC2440.

</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>Document thread changes.</title>
<updated>2003-09-03T01:18:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-03T01:18:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=543f9581692e8b171f023398c59cae0a2aff58ef'/>
<id>urn:sha1:543f9581692e8b171f023398c59cae0a2aff58ef</id>
<content type='text'>
</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>
</feed>
