The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2001-04-27 23:51  ftobin

	* Makefile.PL: update C::MM requirements

2001-04-27 23:49  ftobin

	* MANIFEST, NEWS, README: don't ship with C::MM

2001-04-27 23:45  ftobin

	* MANIFEST, Makefile.PL, NEWS, THANKS, lib/GnuPG/Interface.pm: fix
	SF Bug Id #229315

2001-04-27 23:02  ftobin

	* NEWS: update news concerning latest commits

2001-04-27 23:01  ftobin

	* lib/GnuPG/Fingerprint.pm, lib/GnuPG/Key.pm,
	lib/GnuPG/PublicKey.pm, lib/GnuPG/SecretKey.pm,
	lib/GnuPG/Signature.pm, lib/GnuPG/SubKey.pm, lib/GnuPG/UserId.pm,
	t/get_public_keys.t, t/get_secret_keys.t, t/list_public_keys.t,
	t/list_secret_keys.t, t/list_sigs.t,
	t/GnuPG/ComparableFingerprint.pm, t/GnuPG/ComparableKey.pm,
	t/GnuPG/ComparablePublicKey.pm, t/GnuPG/ComparableSecretKey.pm,
	t/GnuPG/ComparableSignature.pm, t/GnuPG/ComparableSubKey.pm,
	t/GnuPG/ComparableUserId.pm: rework testing structure so that
	comparable stuff is in inherited classes used specifically for
	testing
	
	also, testing is less strict on many objects, since GnuPG is
	becoming wild and unpredicable :)

2001-04-27 19:58  ftobin

	* lib/GnuPG/Interface.pm, lib/GnuPG/PublicKey.pm,
	lib/GnuPG/SecretKey.pm, lib/GnuPG/SubKey.pm, t/MyTestSpecific.pm,
	t/export_keys.t, t/get_public_keys.t, t/get_secret_keys.t,
	t/list_public_keys.t, t/list_secret_keys.t, t/list_sigs.t: don't
	close stdout early; I think it's triggering a buffering issue

2001-01-25 19:52  ftobin

	* lib/GnuPG/: Interface.pm, Options.pm: doc updates

2001-01-02 00:09  ftobin

	* lib/GnuPG/Interface.pm: fix up docs for
	GnuPG::Interface::wrap_call() and in general all around for
	Interface.pm POD

2000-11-21 12:03  ftobin

	* NEWS, 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: new licensing

2000-11-21 11:56  ftobin

	* COPYING: new licensing

2000-08-05 14:22  ftobin

	* THANKS: thanks for AutoLoader fix

2000-08-05 14:12  ftobin

	* MANIFEST: for sanity, trustdb.gpg is no longer shipped

2000-08-03 23:42  ftobin

	* NEWS, lib/GnuPG/Interface.pm: wrote up news for 0.11, and ready
	for 0.11

2000-07-31 14:50  ftobin

	* lib/GnuPG/Interface.pm: finally, the proper AutoLoader fix

2000-07-27 11:26  ftobin

	* lib/GnuPG/Options.pm: cosmetic typo

2000-07-23 01:05  ftobin

	* lib/GnuPG/Options.pm: doc fixes

2000-07-22 20:46  ftobin

	* t/MyTestSpecific.pm, test/trustdb.gpg: instead of having trustdb
	in the CVS repository, which keeps getting altered anyways, let's
	use GnuPG's --always-trust option.

2000-07-22 20:43  ftobin

	* lib/GnuPG/Options.pm: removed GnuPG::Options->no_comment()
	because it doesn't do what you think it does, and comment(), if
	defined but blank should allow GnuPG to use no comment.

2000-07-22 20:39  ftobin

	* lib/GnuPG/Interface.pm, test/trustdb.gpg: require all those extra
	modules at runtime in the get_keys() method

2000-07-13 01:51  ftobin

	* README: oops, README had wrong version of C::MM in it

2000-07-13 01:36  ftobin

	* MANIFEST, NEWS, lib/GnuPG/Interface.pm, test/trustdb.gpg: getting
	ready for 0.10

2000-07-12 17:29  ftobin

	* lib/GnuPG/Key.pm, t/export_keys.t, test/trustdb.gpg: Okay, I've
	finally removed the epixration-field comparison test for
	GnuPG::Keys cause Werner has released 1.0.2 without addressing my
	complaints :(

2000-07-12 03:29  ftobin

	* lib/GnuPG/Interface.pm: added a FAQ item about filehandles
	'stopping' (buffers and such)

2000-07-12 03:21  ftobin

	* lib/GnuPG/Handles.pm, lib/GnuPG/Interface.pm, t/clearsign.t,
	t/decrypt.t, t/detach_sign.t, t/encrypt.t,
	t/encrypt_symmetrically.t, t/export_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/trustdb.gpg: let's call this new GnuPG::Handles
	option 'direct' instead of 'dup'.  'dup' is unintuitive,
	inunderstandable by users who don't care what is actually
	happening, and more 'generic' (read portable, time-standing)

2000-07-12 03:10  ftobin

	* lib/GnuPG/Interface.pm, test/trustdb.gpg: whoops, I really do
	need to explictly dup, as well as compensate when it's an
	already-opened filehandle.  Maybe I'll change the name to direct
	instead of dup.

2000-07-12 03:01  ftobin

	* lib/GnuPG/Interface.pm: We really do need to dup the filehandles,
	not just use the originals because sometimes the user will pass
	">&STDOUT" :)

2000-07-12 02:43  ftobin

	* NEWS, 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/SubKey.pm, lib/GnuPG/UserId.pm, test/trustdb.gpg: small
	doc changes, NEWS updates to reflect recent important commits, and
	small Interface changes

2000-07-11 21:56  ftobin

	* lib/GnuPG/Handles.pm, lib/GnuPG/Interface.pm,
	lib/GnuPG/Options.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/key.1.asc,
	test/options, test/passphrase, test/trustdb.gpg: Lots of stuff on
	this commit.  We now have better, 'option'-oriented fh dupping
	support, instead of that crappy auto-magic stuff looking for >& and
	the like at the beginning of fhs.  Most of the test files include a
	test with dupping from/to a file, and a new command GnuPG::Handles
	data member has been introduced, which links into the command-fd
	option of GnuPG.

2000-06-28 14:36  ftobin

	* lib/GnuPG/Interface.pm: put in documentation about the returned
	PID from 'normal' GnuPG calls

2000-06-28 14:00  ftobin

	* lib/GnuPG/Interface.pm: formatting changes in pod code

2000-06-25 19:21  ftobin

	* NEWS, lib/GnuPG/Interface.pm: Now allow fh's like >&=$fh, which
	are really fd's Also, ready for 0.09

2000-06-25 05:10  ftobin

	* NEWS, lib/GnuPG/Interface.pm: documented how one can use file
	descriptor numbers to use as dups

2000-06-25 04:16  ftobin

	* lib/GnuPG/Interface.pm: /tmp/cvsk16160

2000-06-20 17:22  ftobin

	* MANIFEST: forgot some files

2000-06-20 17:17  ftobin

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

2000-06-18 21:10  ftobin

	* README: 'make' should be a separate step from 'make test', as it
	seems manifying doesn't happen during 'make test'.

2000-06-18 20:25  ftobin

	* NEWS, lib/GnuPG/Interface.pm: use AutoLoading now.

2000-06-18 20:17  ftobin

	* Makefile.PL: more fun simple changes

2000-06-18 19:26  ftobin

	* Makefile.PL: clarification

2000-06-18 19:22  ftobin

	* Makefile.PL: Need C::MM 0.96

2000-06-18 04:57  ftobin

	* MANIFEST: typo

2000-06-18 02:53  ftobin

	* t/get_secret_keys.t: oops, typo

2000-06-18 02:47  ftobin

	* MANIFEST, t/get_public_keys.t, t/get_secret_keys.t: MANIFEST
	changed to reflect new 'test' directory little better information
	on GnuPG creating errors in the test scripts due to GnuPG versions

2000-06-18 02:35  ftobin

	* test/: public-keys-sigs.1.txt, public-keys-sigs.2.txt,
	public-keys.1.txt, public-keys.2.txt, secret-keys.1.txt,
	secret-keys.2.txt, trustdb.gpg, public-keys/1.0.test,
	public-keys/1.1.test, public-keys/2.0.test, public-keys/2.1.test,
	public-keys-sigs/1.0.test, public-keys-sigs/1.1.test,
	public-keys-sigs/2.0.test, public-keys-sigs/2.1.test,
	secret-keys/1.0.test, secret-keys/2.0.test: file tree rearrangement

2000-06-18 02:33  ftobin

	* NEWS, lib/GnuPG/Key.pm, t/get_public_keys.t, t/get_secret_keys.t,
	t/list_public_keys.t, t/list_secret_keys.t, t/list_sigs.t: Updates
	so that tests work better with GnuPG 1.0.1e, or are knowledgeable
	about errors with it.
	
	rearrangement of 'test' directory

2000-06-11 04:36  ftobin

	* Makefile.PL: bumped up C::MM requirements to 0.95 because of how
	new methods changing.

2000-06-10 21:07  ftobin

	* lib/GnuPG/Options.pm: typo in pod

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