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