Bump copyright years.
[libtasn1.git] / NEWS
blob5fd55c522f30ee30411b0ed634fe0f19ca3ac315
1 Version 1.3 (unreleased)
2 - Handle 'INTEGER { ... } (a..b)' regression.
3   Revert parts of earlier fix.  asn1Parser can now again parse src/pkix.asn1.
4   The ASN1.c file was generated using Bison 2.3.
5 - Move examples from src/ to new directory examples/.
6 - Duplicate copy of divergated pkix.asn removed.
7 - Merge unnecessary lib/defines.h into lib/int.h.
8 - Configure no longer tries to use gcc -pipe.
9 - Update gnulib files.
11 Version 1.2 (released 2007-12-10)
12 - Update gnulib files.
14 Version 1.1 (released 2007-08-31)
15 - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.
17 Version 1.0 (released 2007-08-31)
18 - The self-tests, command line tools and build infrastructure have
19   been re-licensed from GPLv2 to GPLv3.
20 - Doc fixes.
21 - Update gnulib files.
23 Version 0.3.10 (released 2007-05-25)
24 - Update gnulib files.
26 Version 0.3.9 (released 2007-03-02)
27 - In generated code, config.h is pulled in if HAVE_CONFIG_H.
28 - Development changes: changed from CVS to GIT as an experiment.
29   I push my changes to <http://repo.or.cz/w/libtasn1.git>.
30 - Autoconf 2.61 and automake 1.10 is required.
32 Version 0.3.8 (released 2006-11-16)
33 - Fix reading of binary files in asn1Decoding, for Windows.
35 Version 0.3.7 (released 2006-10-19)
36 - When asn1_der_coding encoded a TYPE_NULL and the output buffer is
37   NULL, it would not increment the counter properly, so the size of
38   the required buffer would be off by one.  Fixed.  Reported by
39   Stephen Wrobleski <steve@localtoast.org>.
40 - Fix configure to respect user-definable flags.  Reported by "Diego
41   'Flameeyes' Pettenò" <flameeyes@gentoo.org>.
42 - The --help and --version outputs from the tools have been improved.
44 Version 0.3.6 (released 2006-08-13)
45 - Fix man pages to use \- instead of - for negative signs (as in "-1").
46 - Add -I's when building in src/, so that unistd.h etc is found on
47   systems that doesn't have them.
48 - Valgrind isn't used for cross-compilation by default, and there is
49   also --disable-valgrind-tests to unconditionally disable it.
50 - Valgrind is invoked without parameters, put things you like into
51   ~/.valgrindrc instead.
53 Version 0.3.5 (released 2006-06-27)
54 - Fix asn1_octet_der to handle writes of zero-length buffers, before
55   it did not write the ASN.1 length for a zero-length buffer.  This caused
56   ASN.1 encodings to be incorrect on 64-bit platforms.
57 - Add self test that attempt to trigger the above bug.
58 - Fix test of -Wno-pointer-sign.
59 - Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
61 Version 0.3.4 (released 2006-05-10)
62 - Really fix encodings.
63 - Add new self test, tests/Test_encoding.c.
64 - Self tests are ran under valgrind, if it is available.
65 - We test for the -Wno-pointer-sign parameter before using it.
67 Version 0.3.3 (released 2006-05-07)
68 - Add some 'const' to prototypes.
69 - Remove some 'unsigned' keywords.
70 - Corrected asn1_der_coding() bug introduced when it became reentrant.
71   Now it produces correct encodings.
73 Version 0.3.2
74 - Corrected bug in asn1_der_coding() which overwrited some
75   data in the original structure.
76 - The asn1Parser, asn1Coding and asn1Decoding programs are now installed.
78 Version 0.3.1
79 - Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
80   Reported by Cyril Holweck <cyril.holweck@q-free.com>.
81 - Add two more APIs required by GnuTLS.
82 - New public APIs:
83   asn1_find_node function
84   asn1_copy_node
86 Version 0.3.0
87 - Export DER utility functions, mostly so that GnuTLS can avoid using
88   libtasn1 internals.
89 - The _asn1* symbols are not exported in the shared library file (when
90   using GNU ld).
91 - The library can now be built using Visual Studio, and the project
92   files are included in windows/.
93 - New public APIs:
94   asn1_get_tag_der
95   asn1_octet_der
96   asn1_get_octet_der
97   asn1_bit_der
98   asn1_get_bit_der
99   asn1_get_length_der
100   asn1_length_der
102 Version 0.2.18
103 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
104 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
105 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
106   thanks to Bernard Leak.
107 - Update of gnulib files.
108 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
109   use LGPL boiler plate on some files in lib/.
111 Version 0.2.17
112 - Fixed typo to make it build.
114 Version 0.2.16
115 - Version script added again.
117 Version 0.2.15
118 - Gnulib is used to implement memmove if your system does not have it.
119 - Simplified assert/error handling slightly.
121 Version 0.2.14
122 - Some build fixes.
123 - Pkg-config script 'libtasn1.pc' added.
124 - Postal address to FSF in license updated.
126 Version 0.2.13
127 - Version number in libtasn1.h updated properly.
129 Version 0.2.12
130 - Manual converted to Texinfo format.
131 - Manual in GTK-DOC and DevHelp formats added.
132 - Man pages for all functions added.
133 - Various internal cleanups.
135 Version 0.2.11
136 - Added the self test with "make check" target
137 - Added management of ANY type with null length
138 - Corrected some writes to invalid data.
140 Version 0.2.10
141 - Added scripts to assist in libtasn1 version detection
142   from configure scripts.
143 - Corrected a DER decoding bug which was reported
144   by Max Vozeler <max@hinterhof.net>.
146 Version 0.2.9
147 - Accept negative numbers as range in INTEGER declarations
149 Version 0.2.8
150 - Add asn1_delete_element function
152 Version 0.2.7
153 - Added versioned symbols.
155 Version 0.2.6
156 - ASN.1 parser accepts these kinds of integer definitions:
157   "INTEGER (5 | 10)" and
158   "INTEGER (5)"
159 - Comments start at "--" and finish at the "end of line" or
160   with another "--". 
162 Version 0.2.5
163 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
164   types coding.
165 - Manage structured format (BER encoding) in
166   asn1_der_decoding, asn1_decoding_element and 
167   asn1_der_decoding_startEnd for OCTET STRING type.
168 - Manage SEQUENCE and SET empty structure. 
169 - Manage "indefinite length method" in asn1_der_decoding,
170   asn1_decoding_element and asn1_der_decoding_startEnd 
171   for the following types:
172   SEQUENCE, SEQUENCE OF, SET, and SET OF.
173 - Bug fix in asn1_read_value with NULL parameter in case
174   of BIT STRING
176 Version 0.2.4
177 - Bug fix in asn1_der_coding with NULL parameter
178 - Manage DEFAULT option with OBJECT IDENTIFIER
180 Version 0.2.3
181 - Chenge asn1_find_structure_from_oid prototype
182 - Chenge asn1_find_structure_from_oid prototype
183 - Add ASN1_MEM_ALLOC_ERROR return value
185 Version 0.2.2
186 - Add vector length check in asn1_der_coding function
187 - Add vector length check in asn1_der_coding function
188 - Add vector length check in asn1_read_value function
189 - Add asn1_check_version function
191 Version 0.2.1
192 - Add asn1_find_structure_from_oid function
193 - Add asn1_read_tag function
195 Version 0.2.0
196 - Support for other platforms
197 - Change asn1_create_element function interface (dest_name not needed any more)
198 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
199   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
201 Version 0.1.2
202 - Added GeneralString type
203 - Fixed a DER encoding bug when nested tags are used
205 Version 0.1.1
206 - Renamed to libtasn1
207 - Functions which return a string for error description
208   now accept a NULL argument.
209 - License is now GNU Lesser GPL
211 Version 0.1.0
212 - Initial release