This file is indexed.

/usr/share/octave/packages/vrml-1.0.13/packinfo/NEWS is in octave-vrml 1.0.13-2.

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
Summary of important user-visible changes for vrml 1.0.13:
-------------------------------------------------------------------

 ** Credits: Thank you to Carnë Draug <carandraug+dev@gmail.com> for explaining me the basics of the pkg system.

 ** The following functions are new:

      data2vrml
      checker_color
      vrml_Box
      vrml_Sphere
      vrml_parallelepiped
      vrml_Viewpoint

 ** The following functions have been removed:

      select_3D_points
      vrml_select_points

 ** Use of deprecated/removed functions have been fixed to work with later
    Octave releases.

 ** The function `vmesh' is now able to handle vectors

 ** Some bug fixes on the function `vrml_cyl' and `vrml_material' to handles
    colors correctly

 ** Package is no longer automatically loaded.

 ** The `linear-algebra' package is now a dependecy (altough not listed,
    previous releases of `vrml' were also dependent on it so this is a
    bugfix).