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