1May 4, 2016: version 2.2.6
2
3    * minor changes to Makefile
4
5Apr 1, 2016: version 2.2.5
6
7    * licensing simplified (no other change); refer to LDL/Doc/License.txt
8
9Feb 1, 2016: version 2.2.4
10
11    * update to Makefiles
12
13Jan 30, 2016: version 2.2.3
14
15    * modifications to Makefiles
16
17Jan 1, 2016: version 2.2.2
18
19    * modified Makefile to create shared libraries
20        No change to C code except version number
21
22Oct 10, 2014: version 2.2.1
23
24    modified MATLAB/ldl_make.m.  No change to C code except version number.
25
26July 31, 2013: version 2.2.0
27
28    * changed malloc and printf pointers to use SuiteSparse_config
29
30Jun 1, 2012: version 2.1.0
31
32    * UFconfig replaced with SuiteSparse_config
33
34Dec 7, 2011: version 2.0.4
35
36    * fixed the Makefile to better align with CFLAGS and other standards
37    * modified the demo program to check for errors in input test matrices
38
39Jan 25, 2011: version 2.0.3
40
41    * minor fix to "make install"
42
43Nov 30, 2009: version 2.0.2
44
45    * added "make install" and "make uninstall"
46
47May 31, 2007: version 2.0.0
48
49    * C-callable 64-bit version added
50
51    * ported to 64-bit MATLAB
52
53    * subdirectories added (Source/, Include/, Lib/, Demo/, Doc/, MATLAB/)
54
55Dec 12, 2006: version 1.3.4
56
57    * minor MATLAB cleanup
58
59Sept 11, 2006: version 1.3.1
60
61    * The ldl m-file renamed to ldlsparse, to avoid name conflict with the
62	new MATLAB ldl function (in MATLAB 7.3).
63
64Apr 30, 2006:  version 1.3
65
66    * requires AMD v2.0.  ldlmain.c demo program modified, since AMD can now
67	handle jumbled matrices.  Minor change to Makefile.
68
69Aug 30, 2005:
70
71    * Makefile changed to use ../UFconfig/UFconfig.mk.  default license changed
72
73July 4, 2005:
74
75    * user guide added.  Since no changes to the code were made,
76	the version number (1.1) and code release date (Apr 22, 2005)
77	were left unchanged.
78
79Apr. 22, 2005:  LDL v1.1 released.
80
81    * No real changes were made.  The code was revised so
82	that each routine fits on a single page in the documentation.
83
84Dec 31, 2003:  LDL v1.0 released.
85