Version 2.8.6 (2016-07-06):
	* Update incomplete gamma function

Version 2.8.5 (2016-06-22):
	* New integrals <r^2 i|j> and <r^4 i|j>

Version 2.8.4 (2016-05-19):
	* Fix precompile problem for range separation Coulomb integrals

Version 2.8.3 (2016-04-20):
	* New 1e integral p Vnuc cross p

Version 2.8.2 (2016-04-09):
	* Long range part of range-separated Coulomb operator

Version 2.8.1 (2016-04-07):
	* New 3c1e integral <ij|p^2|k>

Version 2.8.0 (2016-03-28):
	* Resolve the optimization bug of LLVM for expression (x+epsilon == x)

Version 2.7.0 (2016-03-03):
	* Adjust for tensor ordering,  from  XX, YX, ZX, XY ...  to  XX, XY, XZ, YX ...
	* Update all tests due to the change of cutoff value estimation

Version 2.6.10 (2016-03-02):
	* Hessian integrals
	* Fix value estimation bug for high order derivatives

Version 2.6.9 (2016-01-22):
	* NMR GIAO 3-cetner 2e integrals

Version 2.6.8 (2016-01-07):
	* Integrals for Breit interaction

Version 2.6.7 (2015-12-26):
	* Integrals (sp i, s, j | k, s, sp l) for Gaunt term
	* Integrals (sp i, s, j | sp k, s, l) for Gaunt term

Version 2.6.6 (2015-12-21):
	* Integrals (i, s, sp j | sp k, s, l) for Gaunt term

Version 2.6.5 (2015-10-28):
	* 3c1e integral generator
	* New 3c1e integrals <ij|r^2|k> <ij|r^4|k> <ij|r^6|k>

Version 2.6.4 (2015-10-19):
	* cart2sph transformation for l=12

Version 2.6.3 (2015-10-15):
	* mixed spinor-cartesian 3c2e integrals

Version 2.6.2 (2015-10-09):
	* 3-center 1-electron integrals
	* mixed spheric-cartesian 3c2e integrals
	* Restore cart2sph transformation interface

Version 2.6.1 (2015-10-07):
	* Expose cart2sph transformation functions

Version 2.6.0 (2015-09-25):
	* API Updates!  To support user-specified gaussian nuclear model,
	the intrinsic nuclear model functions are removed.  Accordingly,
	the 4th element of "atm" argument are changed.

Version 2.5.5 (2015-05-14):
	* Provide sqrtl, expl, fabsl functions when compiler does not
	fully support c99.

Version 2.5.4 (2015-03-02):
	* Change origin of <z>, <zz>, <r> ... integrals.  The existed
	  <z> <r> ... integrals are renamed.

Version 2.5.3 (2015-02-26):
	* Add integral ( p i | nuc | p j )

Version 2.5.2 (2015-02-10):
	* Expose cartesian to spherical transformation

Version 2.5.1 (2015-01-26):
	* Add density fitting integral (sp i sp j | K)

Version 2.5.0 (2015-01-04):
	* Add general 2-center and 3-center 2e integrals
	* Extend code generator for 2-center and 3-center 2e integrals 
	* fix a tensor ordering problem of the code generator

Version 2.4.0 (2014-12-24):
	* Add 2-center and 3-center 2e integrals

Version 2.3.0 (2014-12-14):
	* fix ordering bug in cartesain-GTO integrals
	* optimize cartesian to spherical transformation

Version 2.2.0 (2014-12-01):
	* update cint1e structure
	* add I8 support

Version 2.1.2 (2014-11-25):
	* Change to general compiling flags

Version 2.1.1 (2014-11-16):
	* Disable the compiling of examples by default

Version 2.1.0 (2014-10-16):
	* use cmake

Version 2.0.7 (2014-10-16):
	* Fix bug in examples/c_call_cartesian.c
	* Add new 1e integrals

Version 2.0.6 (2014-10-13):
	* Fix bug in optimizer.c

Version 2.0.5 (2014-09-21):
	* Support angular momentum l=6

Version 2.0.4 (2014-08-16):
	* Add external cart2sph functions

Version 2.0.3 (2014-05-30):
	* Add SOO and SSO integrals
	* Update clisp script to handle new integrals

Version 2.0.2 (2014-05-25):
	* Small optimization

Version 2.0.1 (2014-04-20):
	* Fix bug in optimizer which write data cross array boundary

Version 2.0 (2014-04-20):
	* Change API
	  - Add prefix CINT on built-in function to avoid name conliction
	  - Change function prototype from
		xxx(atm, natm, bas, nbas, env);
	    to
		xxx(atm, natm, bas, nbas, env, opt);
	  - p function are oredered as px py pz for spheric GTOs.
	* Add optimizer which can roughly speed up ERI by 10%

Version 1.2 (2013-12-09):
	* Fix bug for the cutoff threshold in 2e integrals
	* Optimize 2e integrals for Segment-contracted basis

Version 1.1.4 (2013-07-28):
	* Small optimization for memory alloc in cint2e

Version 1.1.3 (2013-06-19):
	* Small optimization for matrix transposition

Version 1.1.2 (2013-06-04):
	* Change C-Fortran code examples.
	* Update testsuits.
	* Add new integrals which appear in DHF-DKB calculation.

Version 1.1.1 (2013-05-29):
	* Fix bug in function f_bra_cart2spinor_sf.

Version 1.1 (2013-05-29):
	* Optimize the transformation from Cartesian GTO to
	  spheric-spinor GTO.

Version 1.0 (2013-01-15):
	* First release.
	* 1e-2e contracted cartensian-spheric-spinor GTO integarls.
	* Common lisp script to generate integral code.

