This file is indexed.

/usr/share/octave/packages/linear-algebra-2.2.0/packinfo/NEWS is in octave-linear-algebra 2.2.0-1build1.

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
Summary of important user-visible changes for linear-algebra 2.2.0:
-------------------------------------------------------------------

 ** The following functions are new in 2.2.0:

      circulant_eig     circulant_inv     circulant_make_matrix
      circulant_matrix_vector_product
      nmf_pg     nmf_bpas

 ** Package is now dependent on general (>= 1.3.0)

 ** Package is no longer automatically loaded.

Summary of important user-visible changes for linear-algebra 2.1.0:
-------------------------------------------------------------------

 ** The following functions are new in 2.1.0:

      lobpcg  ndcovlt

 ** The following functions were removed since equivalents are now
    part of GNU octave core:

      bicg  mgorth

 ** The following functions were deprecated since equivalents are
    now part of GNU octave core:

      pgmres

 ** The function `funm' now also accepts function handles.

 ** Help text of most functions has been improved.