Bump version.
[libtasn1.git] / NEWS
blob3f22c14ce89ba26a68df71333c24509f8f08cac0
1 Version 0.3.0
2 - Export DER utility functions, mostly so that GnuTLS can avoid using
3   libtasn1 internals.
4 - The _asn1* symbols are not exported in the shared library file (when
5   using GNU ld).
7 Version 0.2.18
8 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
9 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
10 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
11   thanks to Bernard Leak.
12 - Update of gnulib files.
13 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
14   use LGPL boiler plate on some files in lib/.
16 Version 0.2.17
17 - Fixed typo to make it build.
19 Version 0.2.16
20 - Version script added again.
22 Version 0.2.15
23 - Gnulib is used to implement memmove if your system does not have it.
24 - Simplified assert/error handling slightly.
26 Version 0.2.14
27 - Some build fixes.
28 - Pkg-config script 'libtasn1.pc' added.
29 - Postal address to FSF in license updated.
31 Version 0.2.13
32 - Version number in libtasn1.h updated properly.
34 Version 0.2.12
35 - Manual converted to Texinfo format.
36 - Manual in GTK-DOC and DevHelp formats added.
37 - Man pages for all functions added.
38 - Various internal cleanups.
40 Version 0.2.11
41 - Added the self test with "make check" target
42 - Added management of ANY type with null length
43 - Corrected some writes to invalid data.
45 Version 0.2.10
46 - Added scripts to assist in libtasn1 version detection
47   from configure scripts.
48 - Corrected a DER decoding bug which was reported
49   by Max Vozeler <max@hinterhof.net>.
51 Version 0.2.9
52 - Accept negative numbers as range in INTEGER declarations
54 Version 0.2.8
55 - Add asn1_delete_element function
57 Version 0.2.7
58 - Added versioned symbols.
60 Version 0.2.6
61 - ASN.1 parser accepts these kinds of integer definitions:
62   "INTEGER (5 | 10)" and
63   "INTEGER (5)"
64 - Comments start at "--" and finish at the "end of line" or
65   with another "--". 
67 Version 0.2.5
68 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
69   types coding.
70 - Manage structured format (BER encoding) in
71   asn1_der_decoding, asn1_decoding_element and 
72   asn1_der_decoding_startEnd for OCTET STRING type.
73 - Manage SEQUENCE and SET empty structure. 
74 - Manage "indefinite length method" in asn1_der_decoding,
75   asn1_decoding_element and asn1_der_decoding_startEnd 
76   for the following types:
77   SEQUENCE, SEQUENCE OF, SET, and SET OF.
78 - Bug fix in asn1_read_value with NULL parameter in case
79   of BIT STRING
81 Version 0.2.4
82 - Bug fix in asn1_der_coding with NULL parameter
83 - Manage DEFAULT option with OBJECT IDENTIFIER
85 Version 0.2.3
86 - Chenge asn1_find_structure_from_oid prototype
87 - Chenge asn1_find_structure_from_oid prototype
88 - Add ASN1_MEM_ALLOC_ERROR return value
90 Version 0.2.2
91 - Add vector length check in asn1_der_coding function
92 - Add vector length check in asn1_der_coding function
93 - Add vector length check in asn1_read_value function
94 - Add asn1_check_version function
96 Version 0.2.1
97 - Add asn1_find_structure_from_oid function
98 - Add asn1_read_tag function
100 Version 0.2.0
101 - Support for other platforms
102 - Change asn1_create_element function interface (dest_name not needed any more)
103 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
104   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
106 Version 0.1.2
107 - Added GeneralString type
108 - Fixed a DER encoding bug when nested tags are used
110 Version 0.1.1
111 - Renamed to libtasn1
112 - Functions which return a string for error description
113   now accept a NULL argument.
114 - License is now GNU Lesser GPL
116 Version 0.1.0
117 - Initial release