2024-01-27  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.5-6
    *
    * R/print.tclust.R - restore print.tkmeans() - it was disabled in 2018 (1.4-1)
    * DESCRIPTION: Dependence on R (>= 3.6.2) added - see Writing R Extensions, 
    *   6.6.1 Fortran character strings, about USE_FC_LEN_T
    *

2023-12-06  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.5-5
    *
    * R/tclust.R - Fixed: return the original (unscaled) X matrix
    * src/R_meal.cpp - Fixed: warning: format string is not a string literal (potentially insecure)
    *   see mail of Kurt Hornik from 28.11.2023
    *

2023-03-23  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.5-4
	* DESCRIPTION (Version): 1.5-3
    *
    * src/clust.cpp, tclust.cpp: Fixed warnings Wuninitialized, like:
    *   warning: base class 'CClust' is uninitialized when used here to access 'CClust::m_p' [-Wuninitialized]
    *   see mail of Prof.Ripley from 21.03.2023
    *
    * inst/Citation: used the new style bibentry() instead of the old one citEntry()
    * 

2022-10-24  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.5-2
    *
    * src/tclust_init.c: Fixed warning: invalid UTF-8 in comment
    *       see mail of K. Hornik from 17.10.2022
    *

2022-01-21  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.5-0
	* DESCRIPTION (Version): 1.4-3
    *
    * src/makevars
    * src/R_meal.cpp - Fix for USE_FC_LEN_T becoming the default in 4.2.0
    * src/R_meal_BLAS.cpp - -"-
    * - Fix the reference to jstatsoft.org in CITATION (replace by DOI)
    *       (see mail from Achim Zeileis from 06.10.2021)
    *

2020-09-28  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.4-2

2018-05-24  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.4-1
	* DESCRIPTION (Version): 1.4-0
    *
    *   - Fixed issue with non-ascii symbols in .bib
    *       (see mail from K. Hornik from 14.05.2018)
    *   - Remove dependencies to mvtnorm, mclust, cluster, sn
    *   - src/tkmeans.h, tkmeans.cpp: tkmeans() now can work with p>n
    *   - valgrind:   ## VT::24.05.2018 - tclust(..., restr= "sigma"..., ) in vignette
    *
    *

2017-08-24  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.3-1
    *
    *   Removed accents in CITATION file
    *   Tried to fix the valgrind issues
    *   FIXME: Relax the dependencies on mvtnorm, mclust, cluster
    *

2017-08-09  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.3-0
    *

2017-06-27  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.2-7
	* DESCRIPTION (Version): 1.2-6
	* DESCRIPTION (Version): 1.2-5
    *
    * src/smat.base.h - fix to compile on gcc-7: lines 737-741
    *
    * C functions registered (warning "Found no calls to:  R_registerRoutines ,
    *        R_useDynamicSymbols " fixed)
    *
    * A test example with random data suppressed
    *

2016-10-10  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.2-4
    *
    * NAMESPASE - add importFrom() for functions in "grDevices", "graphics", "stats" and "utils".
    *
    * DESCRIPTION - fixed the description
    *
    * R/R_restr.eigen.R - removed non-ascii characters from comments
    *
    * src/R_meal.h: fix a problem on Solaris by adding
    **      using namespace std;
    *   - however, I cannot test if this is sufficient
    *
    *
2014-10-20  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.2-3
    *
2014-10-06  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.2-2
    *
    * Test case regarding usage of 'mclust' fixed
    *
2014-09-23  Valentin Todorov  <valentin.todorov@chello.at>
    *
	* DESCRIPTION (Version): 1.2-1
    *
    * New maintainer
    *
    * Reference to package 'fpc' fixed
    *
    * 'DUP = FALSE' in several .C calls changed to 'DUP = TRUE'
    *
    * test/* added
    *
    * NAMESPACE - import statement added
    *
    * vignettes directory created
    *
    * other minor issues fixed
    *
