This file is indexed.

/usr/share/gretl/NEWS is in gretl-common 2017d-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
For the full log of gretl changes since January 2000, see
<@url="http://gretl.sourceforge.net/ChangeLog.html">.

2017-11-07 version 2017d
- New accessor, $tmax: gives the maximum legal setting for
  the end of the sample range via "smpl"
- $model bundle: add members t1 and t2 (start and end of
  estimation range)
- New function getinfo(): returns a bundle with information
  on a specified series
- New function cdummify(): applies to a list, with the effect
  of "dummifying" any and all series in the list that have
  the "coded" attribute set
- New function numhess() to compute numerical Hessian; also
  improve accuracy of the underlying numerical_hessian code
- "pca" command and princomp() function: center but do not
  standardize when computing principal components using the
  covariance matrix
- "midasreg" command, mds() term: allow specification of min
  and max lags via scalar variables
- psdroot() function: use improved algorithm (from Golub and
  Van Loan)
- fdjac() function: add (optional) trailing argument to set
  step size
- randgen() function (and related): add support for the
  Exponential distribution
- CSV importation: improved handling of quote symbols
- Fix bug: incorrect standard errors when the --robust option
  is given for random-effects panel estimator in presence
  of missing values
- Fix bug: rename() function not working on Windows when
  the target filename already exists
- Fix Windows-specific bug: long strings could get "lost" in
  printf and sprintf
- Fix bug: on repeated estimation of a given arima model in
  a function one might get slightly different results
- Fix for Windows XP: produce a build of gnuplot that does
  not depend on API introduced in later Windows versions
- Fix for Mac: try to ensure the default is not too big when
  printing a script
- Fix for text search on Windows: try to ensure the found
  text is actually scrolled into view
- GUI: enable a tabbed editor for foreign scripts
- GUI: fix breakage in function-package search facility
- GUI: fix crash on requesting "Numerical summary" for panel
  groups boxplot
- GUI: fix for GUI editing of MIDAS plots
- GUI: improve font-selection dialogs, including a "Reset to
  default" option
- GUI: don't show duplicates in the database browser window;
  in case of duplicates just show the newest version
- Build process: enable use of "configure ; make" when
  building gretl on Windows using MSYS2
- Experimental: add support for machine learning via SVM:
  http://ricardo.ecn.wfu.edu/pub/gretl/svm/gretl-svm.pdf