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