1Change 601 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)
2
3	Fix typo in configure
4
5Change 600 on 2000/09/18 by <gbarr@pobox.com> (Graham Barr)
6
7	More robust REAL encode
8
9Change 561 on 2000/08/14 by <gbarr@pobox.com> (Graham Barr)
10
11	Fix typo in IO.pm
12
13Change 558 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
14
15	Added options for encode/decode of UTCTime and Generalized time
16
17Change 557 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
18
19	Add support to decode indefinate lengths
20
21Change 556 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
22
23	Performance tweaks to IO
24
25Change 555 on 2000/08/01 by <gbarr@pobox.com> (Graham Barr)
26
27	asn_decode_length(), return a length of -1 for indefinate lengths
28
29Change 534 on 2000/06/05 by <gbarr@pobox.com> (Graham Barr)
30
31	Another syntax change in Debug.pm for 5.004 support
32
33Change 531 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)
34
35	Release 0.07
36
37Change 530 on 2000/05/30 by <gbarr@pobox.com> (Graham Barr)
38
39	Assert an error if there is nothing to encode for a CHOICE
40
41Change 528 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
42
43	One more for 5.004
44
45Change 524 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
46
47	Release 0.06
48
49Change 523 on 2000/05/22 by <gbarr@pobox.com> (Graham Barr)
50
51	Now works with 5.004, tested on 5.004, 5.005_03, 5.6.0
52
53Change 515 on 2000/05/12 by <gbarr@pobox.com> (Graham Barr)
54
55	Release 0.05
56
57Change 514 on 2000/05/11 by <gbarr@pobox.com> (Graham Barr)
58
59	Fix bug in encoding an integer where one to few bytes would be
60	encoded causing the sign to change on decode.
61
62Change 513 on 2000/05/09 by <gbarr@pobox.com> (Graham Barr)
63
64	Fix to asn_read for unit warning when first char of L is > 0x80
65
66Change 509 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)
67
68	Convert::ASN1::IO
69	- fix == instead of = typo
70
71Change 508 on 2000/05/04 by <gbarr@pobox.com> (Graham Barr)
72
73	Convert::ASN1::IO
74	- fix bug in asn_read where the FH was passed instead of
75	  the buffer to sysread
76	- fix bug in asn_recv where we has substr($buf,$len) instead
77	  of substr($buf,0,$len)
78	- make asn_recv break out of the loop if recv with MSG_PEEK
79	  gives less chars than what was asked for
80
81Change 497 on 2000/04/28 by <gbarr@pobox.com> (Graham Barr)
82
83	* Fix undef warnings in asn_dump (patch from Chris Ridd
84	* Change output of asn_dump for tags to [APPLICATION %d], etc
85
86Change 477 on 2000/04/03 by <gbarr@pobox.com> (Graham Barr)
87
88	Release 0.04
89
90Change 476 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
91
92	More documentation additions
93
94Change 475 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
95
96	Added IO tests
97	Fixed bugs in asn_read and asn_get
98
99Change 474 on 2000/03/31 by <gbarr@pobox.com> (Graham Barr)
100
101	- Ensure perl-5.6.0 always works in bytes, except in
102	  _decode_utf8
103	- Add workaround for bug in 5.6 by mentioning $1..$9 explicitly
104	  in the code
105
106Change 473 on 2000/03/30 by <gbarr@pobox.com> (Graham Barr)
107
108	Added missing \ to quot $(PERL)
109
110Change 465 on 2000/03/29 by <gbarr@pobox.com> (Graham Barr)
111
112	Add HTML generation
113
114Change 423 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)
115
116	Documentation updates
117
118Change 406 on 2000/03/28 by <gbarr@pobox.com> (Graham Barr)
119
120	Major code reorg, getting ready for an XS implementation
121
122Change 405 on 2000/03/27 by <gbarr@pobox.com> (Graham Barr)
123
124	A few more optimization tweaks
125	Moved utf8 code into ASN1.pm
126	Added use strict
127
128Change 404 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)
129
130	Rework of decoding, now upto 2X faster
131
132Change 403 on 2000/03/24 by <gbarr@pobox.com> (Graham Barr)
133
134	Check for defined not truth on return from recv()
135
136Change 396 on 2000/03/22 by <gbarr@pobox.com> (Graham Barr)
137
138	Fix for loops
139
140Change 386 on 2000/03/21 by <gbarr@pobox.com> (Graham Barr)
141
142	- fix for undef warning in compile_one
143	- moved options down a level in the object
144	- added find, to create new objects referencing a given macro
145	- added ldap example
146	- add Debug module
147	- fix for xx OF loop in _decode
148	- fix typos in IO module
149	- ensure CONSTRUCTOR bit is set
150
151Change 384 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)
152
153	Add encode/decode routines fro UTF8 strings if running
154	perl 5.6 or later.
155
156Change 383 on 2000/03/18 by <gbarr@pobox.com> (Graham Barr)
157
158	Now supports hierarchical definition. It is now possible
159	to copy ASN.1 from rfcs with minimal change
160
161Change 382 on 2000/03/14 by <gbarr@pobox.com> (Graham Barr)
162
163	Initial version
164
165