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