Doc fix.
[platform/upstream/libtasn1.git] / NEWS
1 GNU Libtasn1 NEWS                                     -*- outline -*-
2
3 * Noteworthy changes in release 2.9 (????-??-??) [stable]
4 - tests: Link to gnulib to avoid build error related to 'rpl_ftello' on Solaris.
5   Reported by Dagobert Michelsen.
6 - doc: Fix bug reporting address to point at help-libtasn1@gnu.org.
7 - doc: Fix Returns: documentation in Texinfo.  Reported by Jeffrey Walton.
8 - build: Update gnulib files.
9
10 * Noteworthy changes in release 2.8 (2010-09-25) [stable]
11 - Update gnulib files.
12 - Use Libtool 2.2.10 to ease MinGW64 builds.
13
14 * Noteworthy changes in release 2.7 (2010-05-20) [stable]
15 - Doc: Build a PDF manual using GTK-DOC.
16 - Doc: Fix of asn1_check_version, documentation was missing from last release.
17 - Build: Avoid warnings about ignored visibility attributes on Windows.
18
19 * Noteworthy changes in release 2.6 (2010-04-20) [stable]
20 - Fix build failure on platforms without support for GNU LD version scripts.
21 - libtasn1: Simplified implementation of asn1_check_version.
22 - tests: Improved self-checks.
23 - Update gnulib files, fix many syntax-check nits, indent code,
24   fix license templates.
25
26 * Noteworthy changes in release 2.5 (2010-03-15) [stable]
27 - doc: Improve GTK-DOC comments.
28 - misc: Updated gnulib files.
29
30 * Noteworthy changes in release 2.4 (2010-01-18) [stable]
31 - Doc fixes.
32 - Updated gnulib files.
33 - Clean up copyright notices.
34
35 * Noteworthy changes in release 2.3 (2009-07-29) [stable]
36 - Libtasn1 is now an official GNU project.
37 - Solve build problem on Tru64 related to TRUE/FALSE.
38 - More careful decoding of OIDs.
39 - Fixed warning in ASN1.y.
40 - Use "Software libraries" info dircategory.
41 - Drop GPL/LGPL copies from the manual (not needed there).
42 - New configure parameters to set packaging specific information.
43   The parameters are --with-packager, --with-packager-version, and
44   --with-packager-bug-reports.  See
45   <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
46   details.
47
48 * Noteworthy changes in release 2.2 (2009-05-20) [stable]
49 - Change how the ASN1_API decorator is used in libtasn1.h, for GTK-DOC.
50 - Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+.
51   Reported by Jeff Cai <Jeff.Cai@Sun.COM>.
52 - Building with many warning flags now requires --enable-gcc-warnings.
53 - Some warnings fixed.
54
55 * Noteworthy changes in release 2.1 (2009-04-17) [stable]
56 - Fix compilation failure on platforms that can't generate empty archives,
57   e.g., Mac OS X.  Reported by David Reiser <dbreiser@gmail.com>.
58
59 * Noteworthy changes in release 2.0 (2009-04-13) [stable]
60 - Optimized tree generation.
61 - ASN1 parser code re-generated using Bison 2.4.1.
62 - Build with more warning flags.  Many compiler warnings fixed.
63 - Compiled with -fvisibility=hidden by default if supported.
64   See http://gcc.gnu.org/wiki/Visibility
65 - The libtasn1-config tool has been removed.
66   For application developers, please stop using libtasn1-config for
67   finding libtasn1, use proper autoconf checks or pkg-config instead.
68   For users that need a libtasn1 that provides a libtasn1-config
69   script (for use with older applications), use libtasn1 v1.x instead.
70   Version 1.x is still supported.
71
72 * Noteworthy changes in release 1.8 (2009-01-16) [stable]
73 - Fix crlf self-test under Mingw+Wine.
74 - Fix build problems on platforms that lack stdint.h.
75   Reported by Dagobert Michelsen <dam@opencsw.org> in
76   <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3377>.
77
78 * Noteworthy changes in release 1.7 (2008-11-17) [stable]
79 - Add libtasn1-config for compatibility.
80   Please stop use it as it will disappear in v2.0!
81   Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
82 - Read PKCS#12 blob as binary file, fixes self-tests under Mingw.
83 - Fix use of __attribute__ ((deprecated)) to work on non-GCC (#106548).
84
85 * Noteworthy changes in release 1.6 (2008-11-10) [stable]
86 - Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE.
87   The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE.
88 - Fixed namespace violation for libtasn1_perror and libtasn1_strerror.
89   The new names are asn1_perror and asn1_strerror.
90 - Fix namespace violation for LIBASN1_VERSION.
91   The new name is ASN1_VERSION.
92 - Decoder can now decode BER encoded octet strings.
93 - doc: Change license on the manual to GFDLv1.3+.
94 - doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP.
95 - doc: Improve gtk-doc manual.
96 - Assumes system has strdup and string.h.
97 - Remove libtasn1-config and libtasn1.m4,
98   use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
99 - Change detection of when to use a linker version script,
100   use --enable-ld-version-script or --disable-ld-version-script to
101   override auto-detection logic.
102 - API and ABI changes since last version:
103   asn1_get_length_ber: New function.
104   ASN1_VERSION: New symbol, replaces LIBTASN1_VERSION.
105   asn1_strerror: New function, replaces libtasn1_strerror.
106   asn1_perror: New function, replaces libtasn1_perror.
107   libtasn1_strerror: Marked as deprecated.
108   libtasn1_perror: Marked as deprecated.
109   LIBTASN1_VERSION: Deprecated.
110
111 * Noteworthy changes in release 1.5 (2008-07-29) [stable]
112 - Update gnulib files.
113 - Fix memory leaks, from Christian Grothoff <christian@grothoff.org>.
114
115 * Noteworthy changes in release 1.4 (2008-04-21) [stable]
116 - Update gnulib files.
117 - Replace uses of alloca with malloc.
118
119 * Noteworthy changes in release 1.3 (2008-02-01) [stable]
120 - Handle 'INTEGER { ... } (a..b)' regression.
121   Revert parts of earlier fix.  asn1Parser can now again parse src/pkix.asn1.
122   The ASN1.c file was generated using Bison 2.3.
123 - Move examples from src/ to new directory examples/.
124 - Duplicate copy of divergated pkix.asn removed.
125 - Merge unnecessary lib/defines.h into lib/int.h.
126 - Configure no longer tries to use gcc -pipe.
127 - Update gnulib files.
128 - Fix mem leak in self-test.
129
130 * Noteworthy changes in release 1.2 (2007-12-10) [stable]
131 - Update gnulib files.
132
133 * Noteworthy changes in release 1.1 (2007-08-31) [stable]
134 - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.
135
136 * Noteworthy changes in release 1.0 (2007-08-31) [stable]
137 - The self-tests, command line tools and build infrastructure have
138   been re-licensed from GPLv2 to GPLv3.
139 - Doc fixes.
140 - Update gnulib files.
141
142 * Noteworthy changes in release 0.3.10 (2007-05-25)
143 - Update gnulib files.
144
145 * Noteworthy changes in release 0.3.9 (2007-03-02)
146 - In generated code, config.h is pulled in if HAVE_CONFIG_H.
147 - Development changes: changed from CVS to GIT as an experiment.
148   I push my changes to <http://repo.or.cz/w/libtasn1.git>.
149 - Autoconf 2.61 and automake 1.10 is required.
150
151 * Noteworthy changes in release 0.3.8 (2006-11-16)
152 - Fix reading of binary files in asn1Decoding, for Windows.
153
154 * Noteworthy changes in release 0.3.7 (2006-10-19)
155 - When asn1_der_coding encoded a TYPE_NULL and the output buffer is
156   NULL, it would not increment the counter properly, so the size of
157   the required buffer would be off by one.  Fixed.  Reported by
158   Stephen Wrobleski <steve@localtoast.org>.
159 - Fix configure to respect user-definable flags.  Reported by "Diego
160   'Flameeyes' Pettenò" <flameeyes@gentoo.org>.
161 - The --help and --version outputs from the tools have been improved.
162
163 * Noteworthy changes in release 0.3.6 (2006-08-13)
164 - Fix man pages to use \- instead of - for negative signs (as in "-1").
165 - Add -I's when building in src/, so that unistd.h etc is found on
166   systems that doesn't have them.
167 - Valgrind isn't used for cross-compilation by default, and there is
168   also --disable-valgrind-tests to unconditionally disable it.
169 - Valgrind is invoked without parameters, put things you like into
170   ~/.valgrindrc instead.
171
172 * Noteworthy changes in release 0.3.5 (2006-06-27)
173 - Fix asn1_octet_der to handle writes of zero-length buffers, before
174   it did not write the ASN.1 length for a zero-length buffer.  This caused
175   ASN.1 encodings to be incorrect on 64-bit platforms.
176 - Add self test that attempt to trigger the above bug.
177 - Fix test of -Wno-pointer-sign.
178 - Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
179
180 * Noteworthy changes in release 0.3.4 (2006-05-10)
181 - Really fix encodings.
182 - Add new self test, tests/Test_encoding.c.
183 - Self tests are ran under valgrind, if it is available.
184 - We test for the -Wno-pointer-sign parameter before using it.
185
186 * Noteworthy changes in release 0.3.3 (2006-05-07)
187 - Add some 'const' to prototypes.
188 - Remove some 'unsigned' keywords.
189 - Corrected asn1_der_coding() bug introduced when it became reentrant.
190   Now it produces correct encodings.
191
192 * Noteworthy changes in release 0.3.2
193 - Corrected bug in asn1_der_coding() which overwrited some
194   data in the original structure.
195 - The asn1Parser, asn1Coding and asn1Decoding programs are now installed.
196
197 * Noteworthy changes in release 0.3.1
198 - Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
199   Reported by Cyril Holweck <cyril.holweck@q-free.com>.
200 - Add two more APIs required by GnuTLS.
201 - New public APIs:
202   asn1_find_node function
203   asn1_copy_node
204
205 * Noteworthy changes in release 0.3.0
206 - Export DER utility functions, mostly so that GnuTLS can avoid using
207   libtasn1 internals.
208 - The _asn1* symbols are not exported in the shared library file (when
209   using GNU ld).
210 - The library can now be built using Visual Studio, and the project
211   files are included in windows/.
212 - New public APIs:
213   asn1_get_tag_der
214   asn1_octet_der
215   asn1_get_octet_der
216   asn1_bit_der
217   asn1_get_bit_der
218   asn1_get_length_der
219   asn1_length_der
220
221 * Noteworthy changes in release 0.2.18
222 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
223 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
224 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
225   thanks to Bernard Leak.
226 - Update of gnulib files.
227 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
228   use LGPL boiler plate on some files in lib/.
229
230 * Noteworthy changes in release 0.2.17
231 - Fixed typo to make it build.
232
233 * Noteworthy changes in release 0.2.16
234 - * Noteworthy changes in release script added again.
235
236 * Noteworthy changes in release 0.2.15
237 - Gnulib is used to implement memmove if your system does not have it.
238 - Simplified assert/error handling slightly.
239
240 * Noteworthy changes in release 0.2.14
241 - Some build fixes.
242 - Pkg-config script 'libtasn1.pc' added.
243 - Postal address to FSF in license updated.
244
245 * Noteworthy changes in release 0.2.13
246 - * Noteworthy changes in release number in libtasn1.h updated properly.
247
248 * Noteworthy changes in release 0.2.12
249 - Manual converted to Texinfo format.
250 - Manual in GTK-DOC and DevHelp formats added.
251 - Man pages for all functions added.
252 - Various internal cleanups.
253
254 * Noteworthy changes in release 0.2.11
255 - Added the self test with "make check" target
256 - Added management of ANY type with null length
257 - Corrected some writes to invalid data.
258
259 * Noteworthy changes in release 0.2.10
260 - Added scripts to assist in libtasn1 version detection
261   from configure scripts.
262 - Corrected a DER decoding bug which was reported
263   by Max Vozeler <max@hinterhof.net>.
264
265 * Noteworthy changes in release 0.2.9
266 - Accept negative numbers as range in INTEGER declarations
267
268 * Noteworthy changes in release 0.2.8
269 - Add asn1_delete_element function
270
271 * Noteworthy changes in release 0.2.7
272 - Added versioned symbols.
273
274 * Noteworthy changes in release 0.2.6
275 - ASN.1 parser accepts these kinds of integer definitions:
276   "INTEGER (5 | 10)" and
277   "INTEGER (5)"
278 - Comments start at "--" and finish at the "end of line" or
279   with another "--".
280
281 * Noteworthy changes in release 0.2.5
282 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
283   types coding.
284 - Manage structured format (BER encoding) in
285   asn1_der_decoding, asn1_decoding_element and
286   asn1_der_decoding_startEnd for OCTET STRING type.
287 - Manage SEQUENCE and SET empty structure.
288 - Manage "indefinite length method" in asn1_der_decoding,
289   asn1_decoding_element and asn1_der_decoding_startEnd
290   for the following types:
291   SEQUENCE, SEQUENCE OF, SET, and SET OF.
292 - Bug fix in asn1_read_value with NULL parameter in case
293   of BIT STRING
294
295 * Noteworthy changes in release 0.2.4
296 - Bug fix in asn1_der_coding with NULL parameter
297 - Manage DEFAULT option with OBJECT IDENTIFIER
298
299 * Noteworthy changes in release 0.2.3
300 - Chenge asn1_find_structure_from_oid prototype
301 - Chenge asn1_find_structure_from_oid prototype
302 - Add ASN1_MEM_ALLOC_ERROR return value
303
304 * Noteworthy changes in release 0.2.2
305 - Add vector length check in asn1_der_coding function
306 - Add vector length check in asn1_der_coding function
307 - Add vector length check in asn1_read_value function
308 - Add asn1_check_version function
309
310 * Noteworthy changes in release 0.2.1
311 - Add asn1_find_structure_from_oid function
312 - Add asn1_read_tag function
313
314 * Noteworthy changes in release 0.2.0
315 - Support for other platforms
316 - Change asn1_create_element function interface (dest_name not needed any more)
317 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in
318   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
319
320 * Noteworthy changes in release 0.1.2
321 - Added GeneralString type
322 - Fixed a DER encoding bug when nested tags are used
323
324 * Noteworthy changes in release 0.1.1
325 - Renamed to libtasn1
326 - Functions which return a string for error description
327   now accept a NULL argument.
328 - License is now GNU Lesser GPL
329
330 * Noteworthy changes in release 0.1.0
331 - Initial release
332
333 ----------------------------------------------------------------------
334 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008,
335               2009, 2010 Free Software Foundation, Inc.
336 Copying and distribution of this file, with or without modification,
337 are permitted in any medium without royalty provided the copyright
338 notice and this notice are preserved.