Version 1.10.2

  20060728 kowarz:  - bug fixed in sparse/hessutils.c that caused a
                      segmentation fault in some cases
					  -- thanks to Carsten Burstedde --

Version 1.10.1

  20050928 kowarz:  - Windows version updated. (Several problems in the sparse
                      directory fixed) Should compile now!
                    - PDF version of the documentation added

Version 1.10.0

  20050704 kowarz:  - initial makefile set for Windows
                    - Windows section added to INSTALL

  20050630 kowarz:  - function value(badouble x) removed from badouble
                    - function value() added to badouble
                    => use x.value() instead of value(x)
                    - minor updates in the documentation

  20050630 walther: - all includes of <malloc.h> changed to <stdlib.h>
                      <= malloc.h not available in all operation systems
                         (e.g. MAC OS)
                    - changed min, max to MIN_ADOLC, MAC_ADOLC
						  - changed maxinc to MAXDEC

           kowarz:  - some minor style changes, error corrections, comment
                      updates
	
Version 1.9.1

  20050627 walther: - revised documentation
                    - new coloring algorithms in graph_hess.*
                      to generate seed matrix

  20050617 kowarz:  - replacement functions for malloc, calloc, realloc added
	
  20050419 walther: - partial fix of the pow-function bug
	                     (pow evaluated at 0):
                          forward mode: all orders
                          reverse mode: up to order 1
                    - log_op corrected for hos_ov_reverse
                    - hess_mat driver:
                          change to static variables to reduce runtime
                    - new drivers for sparse Hessians:
                      * compute sparsity pattern
                      * compute seed matrix from sparsity pattern
                        using 3/2 coloring
                      * compute Hessians in sparse format
                    - new drivers for sparse Jacobians
                      * compute seed matrix from sparsity pattern using CPR
                      * compute Jacobians in sparse format

  20050115 kowarz:  - two shell scripts added for cross compiling (32-bit and
	                   64-bit mode)

  20050114 kowarz:  - documentation for tapeless ADOL-C added
                    - ADOL-C debug mode corrected (configure.ac)
                      hard debug mode added to configure.ac

  20050103 kowarz:  tapeless tangent corrected

  20041110 kowarz:  tapeless forward version added (scalar / vector)
                    documentation will follow soon

  20041013 kowarz:  another memory bug in jac_pat fixed => jac_pat seems to
                    be clean now ( thanks to valgrind ;-) )

  20041007 kowarz:  fixed memory bug in jac_pat (sparsedrivers.c), hopefully
                    ( memory allocated for NULL rb and cb is freed at the end
                      of jap_pat now )
                    thanks to Andreas Potschka

  20041007 walther: partial fix of the pow-function bug (reverse mode)

  20040913 kowarz:  added driver jacobian_partx in drivers/drivers.c and
                    drivers/drivers.h that was written down earlier but was
                    not added to the repository

  20040717 kowarz:  bug fixed in tayutil.c (taylor_begin)
                    ( old temporary files were never closed
                      => could result in program crash due to too many file
                         handles -> system dependend )
                    => old files are closed now before new ones are opened
                    thanks to Andrej Ponomarenko
	
  20040607 kowarz:  bug fixed in tayutil.c (taylor_begin)
                    (old taylor memory was never freed
                      => chance to run out of memory if used many times on
                         same tag -> dependend on memory size )
                    => moved "free( ... save_taylor)" ahead of
                       " ... save_taylor = 0"
                    thanks to Teijo T Arponen
	
  20040524 kowarz:  changed include of adolc files from standard notation
                    (#include <...>) to user file notation (#include "...")

! started with ADOL-C version 1.9.0 !

