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