2019-05-31: Ver. 0.1-7
  * Change "configure.ac" to detect LAPACK calls from "libRlapack.so".
  * Check with R-3.6.0 with "--enable-lto=check"

2016-12-17: Ver. 0.1-5
  * Change web address.
  * Change CHARACTER to CHARACTER*1 for the Fortran code.

2013-07-30: Ver. 0.1-5
  * Add an alias to a man page.

2013-07-03: Ver. 0.1-4
  * Move inst/doc/vignettes/ to vignettes/.

2013-07-01: Ver. 0.1-3
  * LAPACK license is updated to 3.4.2 in inst/LAPACK_LICENSE.txt and added in
    DESCRIPTION.
  * Migrate inst/doc/ to inst/doc/vignettes/.

2013-06-24: Ver. 0.1-2
  * Add ordqz() as the MATLAB function.
  * Add geigen() as an alias of qz.geigen().

2013-06-03: Ver. 0.1-1
  * Change typos.
  * Drop BLAS functions and part of LAPACK functions.
  * Change Makevars.
  * Change authorship.
  * Add and modify configure.
  * Link with internal Rblas and Rlapack.
  * Link with external LAPACK, ACML and MKL.

2013-06-01: Ver. 0.1-0
  * Change Makevars.
  * Check for first release.
  * Move demo to tests.

======================= Log Before Release =====================================
2013-04-29:
  * Add fda.geigen as fda::eigen, but utilize LAPACK functions.

2013-04-19:
  * Add geigen and qz functions, man pages, and demos.
  * Add vignette.

2013-04-15:
  * Add zgees, zgeev, dgees, and dgeev and their R functions and demos.
  * Add ztrsen and dtrsen and their R functions and demos.
  * Modify man pages.

2013-04-13:
  * Add ztgsen and it's R function and demo.
  * Add dtgsen and it's R function and demo.
  * Add man pages.

2013-04-11:
  * Add double precision of LAPACK Fortran codes.
  * Add dgges and it's R function and demo.
  * Add dggev and it's R function and demo.

2013-04-09:
  * Add example datasets.
  * Add zgges and it's R function and demo.
  * Add zggev and it's R function and demo.

2013-03-29:
  * Initial 'QZ' package.
  * Add complex*16 precision of LAPACK Fortran codes.
