The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2000-05-24 20:22  ftobin

	* t/MyTestSpecific.pm: More about GnuPG::Options meta methods
	changing

2000-05-24 20:21  ftobin

	* NEWS, lib/GnuPG/Interface.pm: Version 0.07 trying to be ready.
	
	    *	BACKWARDS COMPATIBILITY issue:
		GnuPG::Options->meta_signing_key() now expects
		an argument of type GnuPG::Object, instead of a scalar
		key id.  See the following note for more details.
	
	    *	GnuPG::Options 'meta' methods that deal with keys arguments
		are more consistent now.  Meta methods that accept key
		ids are now appended with _id(s); other meta methods
		that accept keys receive GnuPG::Key objects.

2000-05-24 20:20  ftobin

	* lib/GnuPG/Options.pm:     *	BACKWARDS COMPATIBILITY issue:
		GnuPG::Options->meta_signing_key() now expects
		an argument of type GnuPG::Object, instead of a scalar
		key id.  See the following note for more details.
	
	    *	GnuPG::Options 'meta' methods that deal with keys arguments
		are more consistent now.  Meta methods that accept key
		ids are now appended with _id(s); other meta methods
		that accept keys receive GnuPG::Key objects.

2000-05-17 15:43  ftobin

	* NEWS: bumped up version to 0.06 since I missed changing the
	version in Interface.pm the last time

2000-05-17 15:30  ftobin

	* NEWS, lib/GnuPG/Options.pm: GnuPG::Options now makes use of
	C::MM's booleans, and textmode option added

2000-05-11 04:08  ftobin

	* lib/GnuPG/Interface.pm: waitpid() are now implemented in various
	functions that totally encapsulate the call to GnuPG.

2000-05-11 04:07  ftobin

	* t/passphrase_handling.t: The passphrase was never really passed
	down through the pipe before; the error was gotten from the
	previous call to GnuPG.

2000-04-25 17:02  ftobin

	* NEWS: put in 0.04 NEWS

2000-04-25 16:58  ftobin

	* lib/GnuPG/Interface.pm: ready for 0.04
	
	0.04 is a repackaging release of 0.03

2000-04-25 16:41  ftobin

	* NEWS, lib/GnuPG/Interface.pm: ready for 0.03

2000-04-25 16:01  ftobin

	* MANIFEST: added NEWS to MANIFEST

2000-04-25 15:40  ftobin

	* MANIFEST: added ChangeLog to the MANIFEST

2000-04-25 15:29  ftobin

	* NEWS, lib/GnuPG/Interface.pm: ready for 2.8.0

2000-04-25 15:23  ftobin

	* lib/GnuPG/Options.pm: fixed bug with meta-pgp-5-compatibility
	which was using underscores in the option passed to GnuPG instead
	of dashes

2000-04-20 21:13  ftobin

	* lib/GnuPG/Interface.pm: removed debugging filehandle stuff from
	Interface.pm This caused problems when the user does funky stuff
	like close the STDOUT or does stuff with STDERR

2000-04-20 09:30  ftobin

	* lib/GnuPG/: Fingerprint.pm, Handles.pm, Interface.pm, Key.pm,
	Options.pm, PublicKey.pm, SecretKey.pm, SubKey.pm, UserId.pm: POD
	cleanups, mainly providing L<>'s in the SEE ALSO sections.

2000-04-19 16:06  ftobin

	* COPYING, MANIFEST, Makefile.PL, README, THANKS,
	lib/GnuPG/Fingerprint.pm, lib/GnuPG/Handles.pm,
	lib/GnuPG/Interface.pm, lib/GnuPG/Key.pm, lib/GnuPG/Options.pm,
	lib/GnuPG/PublicKey.pm, lib/GnuPG/SecretKey.pm,
	lib/GnuPG/Signature.pm, lib/GnuPG/SubKey.pm, lib/GnuPG/UserId.pm,
	t/MyTest.pm, t/MyTestSpecific.pm, t/clearsign.t, t/decrypt.t,
	t/detach_sign.t, t/encrypt.t, t/encrypt_symmetrically.t,
	t/export_keys.t, t/get_public_keys.t, t/get_secret_keys.t,
	t/import_keys.t, t/list_public_keys.t, t/list_secret_keys.t,
	t/list_sigs.t, t/passphrase_handling.t, t/sign.t,
	t/sign_and_encrypt.t, t/verify.t, test/encrypted.1.gpg,
	test/key.1.asc, test/options, test/plain.1.txt,
	test/public-keys-sigs.1.txt, test/public-keys-sigs.2.txt,
	test/public-keys.1.txt, test/public-keys.2.txt, test/pubring.gpg,
	test/secret-keys.1.txt, test/secret-keys.2.txt, test/secring.gpg,
	test/signed.1.asc, test/trustdb.gpg: initial sourceforge deposit

2000-04-19 16:06  ftobin

	* COPYING, MANIFEST, Makefile.PL, README, THANKS,
	lib/GnuPG/Fingerprint.pm, lib/GnuPG/Handles.pm,
	lib/GnuPG/Interface.pm, lib/GnuPG/Key.pm, lib/GnuPG/Options.pm,
	lib/GnuPG/PublicKey.pm, lib/GnuPG/SecretKey.pm,
	lib/GnuPG/Signature.pm, lib/GnuPG/SubKey.pm, lib/GnuPG/UserId.pm,
	t/MyTest.pm, t/MyTestSpecific.pm, t/clearsign.t, t/decrypt.t,
	t/detach_sign.t, t/encrypt.t, t/encrypt_symmetrically.t,
	t/export_keys.t, t/get_public_keys.t, t/get_secret_keys.t,
	t/import_keys.t, t/list_public_keys.t, t/list_secret_keys.t,
	t/list_sigs.t, t/passphrase_handling.t, t/sign.t,
	t/sign_and_encrypt.t, t/verify.t, test/encrypted.1.gpg,
	test/key.1.asc, test/options, test/plain.1.txt,
	test/public-keys-sigs.1.txt, test/public-keys-sigs.2.txt,
	test/public-keys.1.txt, test/public-keys.2.txt, test/pubring.gpg,
	test/secret-keys.1.txt, test/secret-keys.2.txt, test/secring.gpg,
	test/signed.1.asc, test/trustdb.gpg: Initial revision