Revert.
[libtasn1.git] / NEWS
blob4beaafabc77373a83673325de08b08a61956e400
1 Version 0.2.15
2 - Gnulib is used to implement memmove if your system does not have it.
3 - Simplified assert/error handling slightly.
5 Version 0.2.14
6 - Some build fixes.
7 - Pkg-config script 'libtasn1.pc' added.
8 - Postal address to FSF in license updated.
10 Version 0.2.13
11 - Version number in libtasn1.h updated properly.
13 Version 0.2.12
14 - Manual converted to Texinfo format.
15 - Manual in GTK-DOC and DevHelp formats added.
16 - Man pages for all functions added.
17 - Various internal cleanups.
19 Version 0.2.11
20 - Added the self test with "make check" target
21 - Added management of ANY type with null length
22 - Corrected some writes to invalid data.
24 Version 0.2.10
25 - Added scripts to assist in libtasn1 version detection
26   from configure scripts.
27 - Corrected a DER decoding bug which was reported
28   by Max Vozeler <max@hinterhof.net>.
30 Version 0.2.9
31 - Accept negative numbers as range in INTEGER declarations
33 Version 0.2.8
34 - Add asn1_delete_element function
36 Version 0.2.7
37 - Added versioned symbols.
39 Version 0.2.6
40 - ASN.1 parser accepts these kinds of integer definitions:
41   "INTEGER (5 | 10)" and
42   "INTEGER (5)"
43 - Comments start at "--" and finish at the "end of line" or
44   with another "--". 
46 Version 0.2.5
47 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
48   types coding.
49 - Manage structured format (BER encoding) in
50   asn1_der_decoding, asn1_decoding_element and 
51   asn1_der_decoding_startEnd for OCTET STRING type.
52 - Manage SEQUENCE and SET empty structure. 
53 - Manage "indefinite length method" in asn1_der_decoding,
54   asn1_decoding_element and asn1_der_decoding_startEnd 
55   for the following types:
56   SEQUENCE, SEQUENCE OF, SET, and SET OF.
57 - Bug fix in asn1_read_value with NULL parameter in case
58   of BIT STRING
60 Version 0.2.4
61 - Bug fix in asn1_der_coding with NULL parameter
62 - Manage DEFAULT option with OBJECT IDENTIFIER
64 Version 0.2.3
65 - Chenge asn1_find_structure_from_oid prototype
66 - Chenge asn1_find_structure_from_oid prototype
67 - Add ASN1_MEM_ALLOC_ERROR return value
69 Version 0.2.2
70 - Add vector length check in asn1_der_coding function
71 - Add vector length check in asn1_der_coding function
72 - Add vector length check in asn1_read_value function
73 - Add asn1_check_version function
75 Version 0.2.1
76 - Add asn1_find_structure_from_oid function
77 - Add asn1_read_tag function
79 Version 0.2.0
80 - Support for other platforms
81 - Change asn1_create_element function interface (dest_name not needed any more)
82 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
83   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
85 Version 0.1.2
86 - Added GeneralString type
87 - Fixed a DER encoding bug when nested tags are used
89 Version 0.1.1
90 - Renamed to libtasn1
91 - Functions which return a string for error description
92   now accept a NULL argument.
93 - License is now GNU Lesser GPL
95 Version 0.1.0
96 - Initial release