File: //usr/share/doc/perl-Convert-ASN1/OldChanges
Change 601 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)
	Fix typo in configure
Change 600 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)
	More robust REAL encode
Change 561 on 2000/08/14 by <gbarr@pobox.com> (Graham Barr)
	Fix typo in IO.pm
Change 558 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
	Added options for encode/decode of UTCTime and Generalized time
Change 557 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
	Add support to decode indefinate lengths
Change 556 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
	Performance tweaks to IO
Change 555 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
	asn_decode_length(), return a length of -1 for indefinate lengths
Change 534 on 2000/06/05 by <gbarr@pobox.com> (Graham Barr)
	Another syntax change in Debug.pm for 5.004 support
Change 531 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)
	Release 0.07
Change 530 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)
	Assert an error if there is nothing to encode for a CHOICE
Change 528 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
	One more for 5.004
Change 524 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
	Release 0.06
Change 523 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
	Now works with 5.004, tested on 5.004, 5.005_03, 5.6.0
Change 515 on 2000/05/12 by <gbarr@pobox.com> (Graham Barr)
	Release 0.05
Change 514 on 2000/05/11 by <gbarr@pobox.com> (Graham Barr)
	Fix bug in encoding an integer where one to few bytes would be
	encoded causing the sign to change on decode.
Change 513 on 2000/05/09 by <gbarr@pobox.com> (Graham Barr)
	Fix to asn_read for unit warning when first char of L is > 0x80
Change 509 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)
	Convert::ASN1::IO
	- fix == instead of = typo
Change 508 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)
	Convert::ASN1::IO
	- fix bug in asn_read where the FH was passed instead of
	  the buffer to sysread
	- fix bug in asn_recv where we has substr($buf,$len) instead
	  of substr($buf,0,$len)
	- make asn_recv break out of the loop if recv with MSG_PEEK
	  gives less chars than what was asked for
Change 497 on 2000/04/28 by <gbarr@pobox.com> (Graham Barr)
	* Fix undef warnings in asn_dump (patch from Chris Ridd
	* Change output of asn_dump for tags to [APPLICATION %d], etc
Change 477 on 2000/04/03 by <gbarr@pobox.com> (Graham Barr)
	Release 0.04
Change 476 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
	More documentation additions
Change 475 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
	Added IO tests
	Fixed bugs in asn_read and asn_get
Change 474 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
	- Ensure perl-5.6.0 always works in bytes, except in
	  _decode_utf8
	- Add workaround for bug in 5.6 by mentioning $1..$9 explicitly
	  in the code
Change 473 on 2000/03/30 by <gbarr@pobox.com> (Graham Barr)
	Added missing \ to quot $(PERL)
Change 465 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
	Add HTML generation
Change 423 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)
	Documentation updates
Change 406 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)
	Major code reorg, getting ready for an XS implementation
Change 405 on 2000/03/27 by <gbarr@pobox.com> (Graham Barr)
	A few more optimization tweaks
	Moved utf8 code into ASN1.pm
	Added use strict
Change 404 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)
	Rework of decoding, now upto 2X faster
Change 403 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)
	Check for defined not truth on return from recv()
Change 396 on 2000/03/22 by <gbarr@pobox.com> (Graham Barr)
	Fix for loops
Change 386 on 2000/03/21 by <gbarr@pobox.com> (Graham Barr)
	- fix for undef warning in compile_one
	- moved options down a level in the object
	- added find, to create new objects referencing a given macro
	- added ldap example
	- add Debug module
	- fix for xx OF loop in _decode
	- fix typos in IO module
	- ensure CONSTRUCTOR bit is set
Change 384 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)
	Add encode/decode routines fro UTF8 strings if running
	perl 5.6 or later.
Change 383 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)
	Now supports hierarchical definition. It is now possible
	to copy ASN.1 from rfcs with minimal change
Change 382 on 2000/03/14 by <gbarr@pobox.com> (Graham Barr)
	Initial version