2024-11-01: Ver. 0.3-7
  * Remove "$(ALL_CPPFLAGS)" from FCFLAG.
  * Adjust "$(ARCH)" to avoid .o truncation.
  * Test with clang18.
  * Rmark "$(ALL_CPPFLAGS)" from "src/SLmake.inc.org".

2024-10-26: Ver. 0.3-6
  * Fix "Obsolescent feature: Computed GOTO".
  * Fix "Obsolescent feature: Old-style character length".

2024-01-06: Ver. 0.3-5
  * Remove "rlecuyer".
  * Fix CRAN errors in windows caused by "ar" and "ranlib" (Bad address).

2023-09-03: Ver. 0.3-5
  * Remove the meta table from the doc.
  * Modify CITATION.

2023-03-10: Ver. 0.3-4
  * Change "citEntry()" to "bibentry(bibtype = ...)".
  * Change "personList()" to "c()".
  * Change "sprintf()" to "snprintf()".

2022-10-16: Ver. 0.3-3
  * Fix "deprecated-non-prototype" and "strict-prototypes" warnings.

2022-02-03: Ver. 0.3-2
  * Update autoconf to 2.71.

2021-06-12: Ver. 0.3-1
  * Fix gcc11 warning below.
    pdlaiect.c:73:9: warning: 'x' is used uninitialized [-Wuninitialized]
    pdlaiect.c:142:14: warning: 'tmp' is used uninitialized [-Wuninitialized]
    pdlaiect.c:208:14: warning: 'tmp' is used uninitialized [-Wuninitialized]

2020-02-22: Ver. 0.3-0
  * Fix codes warned by "-Wargument-mismatch" because gcc10 gives warning/error
    with "-fallow-argument-mismatch" or not. The files include pdlacon.f,
    pdlarf.f, pdlarz.f, pdlawil.f, pdtrord.f, pdtrsen.f, pdhseqr.f,
    and pdstebz.f under "src/ScaLAPACK/".

2020-01-31: Ver. 0.2-9
  * Push back "DCOMBSSQ" from "src/TOOLS/pdtreecomb.f" and rename as
    "DCOMBSSQ_WCC".

2020-01-04: Ver. 0.2-8
  * Fix more [-Wincompatible-pointer-types] warnings.

2019-12-21: Ver. 0.2-8
  * Disable "DCOMBSSQ" from "src/TOOLS/pdtreecomb.f".

2019-12-11: Ver. 0.2-7
  * Fix the CRAN WARN due to 'MPI_Op_create' from incompatible pointer type
    [-Wincompatible-pointer-types] including files:
    igamx2d_.c, dgamx2d_.c, igamn2d_.c, and dgamn2d_.c.

2018-06-21: Ver. 0.2-6
  * Remove LAPACK dependency.

2018-03-26: Ver. 0.2-4
  * Fix the CRAN WARN due to [-Wparentheses] including files: BI_TreeComb.c,
    BI_MringComb.c, pdswap_.c, PB_Cpaxpby.c, pdgemr.c, pdtrmr.c, pigemr.c,
    and pitrmr.c.

2018-01-05: Ver. 0.2-4
  * Modify DESCRIPTION.

2018-01-03: Ver. 0.2-3
  * Fix a few warnings from CRAN R CMD check (char truncations).
  * Move SAFE_FFLAGS inside ScaLapack.

2016-09-24: Ver. 0.2-1
  * Fix "-w" problem.
  * Fix BLACS problems.
  * Fix REDIST problems.

2016-01-05: Ver. 0.2-1
  * Added pigemr2d.

2015-12-30: Ver. 0.2-1
  * Move to .pbd_env and drop .pbdSLAPEnv

2015-08-21: Ver. 0.2-1
  * Fix configure.ac.

2014-12-23: Ver. 0.2-0
  * Fix ASAN+UBSAN problem again.

2014-10-02: Ver. 0.2-0
  * Add FLIBS to ./inst/test_intface/00_make.sh to fix ASAN+UBSAN problem.
  * Fix no visible binding for global variable.

2014-06-21: Ver. 0.2-0
  * Get rid of jss.cls and jss.bst.

2014-05-24: Ver. 0.1-9
  * Migration to MS-MPI.

2014-02-28: Ver. 0.1-8
  * Change CC and FC to MY_CC and MY_FC for Makefile in subdirectories of src/.

2014-01-04: Ver. 0.1-7
  * Add MS-MPI and FreeBSD support.

2013-12-04: Ver. 0.1-7
  * Add Intel Miscrosoft HPC Pack 2012 (MS-MPI) support.

2013-08-01: Ver. 0.1-7
  * chmod u+x inst/test_interface/*.sh

2013-07-02: Ver. 0.1-6
  * Move inst/doc/vignettes/ to vignettes/.

2013-03-11: Ver. 0.1-5
  * Fix symbol.rds problem.

2013-02-09: Ver. 0.1-4
  * Fix a ScaLAPACK Makefile bug.

2012-10-23: Ver. 0.1-3
  * Fix .Last.lib problem.

2012-10-17: Ver. 0.1-2
  * Fix multi-arch problem.

2012-10-13: Ver. 0.1-1
  * Fix .GlobalEnv problem.

======================= Log Before Release =====================================
2012-10-08:
  * Prepare for the first submission.
  * Change Makvars again for Solaris make.

2012-09-17:
  * Make changes for Nautilus. Drop "pbdMPI:::* ideas", use "inst/get_spmd.r".
  * Make changes for pbdBASE and pbdMPI.

2012-09-01:
  * Delete configure.ac and use pbdMPI:::LdFlags() and others.
  * Rename to 'pbdSLAP'.
  * Adjust "Makevars.win".

2012-08-12:
  * Add ScaLAPACK's version including BLACS, PBLAS, TOOLS, REDIST,
    LAPACK, ScaLAPACK, ...
  * Change to pbdMPI's "configure.ac".
  * Rename to pbdSLAP.

2012-07-15:
  * Fix linking problems for windows.
  * Fix "configure.ac".
  * Fix "src/Makevars.in", "src/Makevars.win", and "scripts/blacs_*".

2012-07-07:
  * First build for RmpiBLACS.
  * Build binaries for Windows with OpenMPI only.
  * Fix problems of "MSVC100D.DLL".