This file is indexed.

/usr/share/octave/packages/nurbs-1.3.13/packinfo/NEWS is in octave-nurbs 1.3.13-4.

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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Summary of important user-visible changes for nurbs 1.3.13:
-------------------------------------------------------------------
 * inst/aveknt.m: added new function
 * inst/nrbclamp.: added new function
 * inst/nrbmodp.m: added new function
 * inst/nrbmodw.m: added new function
 * inst/nrbeval_der_p.m: added new function
 * inst/nrbeval_der_w.m: added new function
 * inst/nrbsquare.m: added new function
 * inst/bspinterpcrv.m: added new function
 * inst/bspinterpsurf.m: added new function
 * inst/nrbinverse.m: added new function
 * inst/nrbbasisfun.m: faster version for cell-arrays. Working version for volumes
 * inst/nrbbasisfunder.m: faster version for cell-arrays. Working version for volumes
 * inst/nrbnumbasisfun.m: faster version for cell-arrays. Working version for volumes. Now using 0-based indexing for cuves (different from basisfun).

Summary of important user-visible changes for nurbs 1.3.12:
-------------------------------------------------------------------
 * nrbmultipatch: check if two faces match more accurately
 
Summary of important user-visible changes for nurbs 1.3.11:
-------------------------------------------------------------------
 * nrbextract, nrbmultipatch: generalized for curves

 * inst/deg2rad, inst/rad2deg: removed functions from the package

Summary of important user-visible changes for nurbs 1.3.10:
-------------------------------------------------------------------

 ** 1.3.10 is being released to allow compatibility with Octave 4.0

 * src/low_level_functions.cc(findspan): return an error if a point
                                         is outside the knotspan

 * inst/nrbexport: changed the format of geopdes files

 * inst/nrbbasisfun: fixed bug to return indices in the 1D case

 * inst/basiskntins: added new function to compute subdivision coefficients

Summary of important user-visible changes for nurbs 1.3.9:
-------------------------------------------------------------------

 * inst/nrbexport: export multipatch geometries

Summary of important user-visible changes for nurbs 1.3.8:
-------------------------------------------------------------------

 * inst/nrbkntremove.m: added new function

 * inst/nrbunclamp.m: added new function

 * inst/nrbmak.m: adapted for unclamped knot vector

 * inst/nrbplot.m: adapted for unclamped knot vector

 * inst/nrbkntplot.m: adapted for unclamped knot vector

 * inst/nrb2iges: added new function

 * inst/nrbmultipatch: added new function

Summary of important user-visible changes for nurbs 1.3.7:
-------------------------------------------------------------------

 ** 1.3.7 is mainly a maintainance release to distribute small bug fixes 
    that accumulated over time.

 * inst/nrbpermute.m: added new function

 * inst/nrbreverse.m: each direction can now be reversed independently

 * inst/nrbkntplot.m: now works for non-unitary interval

 * inst/nrbcrvderiveval: code vectorized 

 * inst/nrbplot: fixed bug in affecting plot of trivariate nurbs, now works for 
   non-unitary intervals 

 * inst/nrbctrplot.m: plot the points only once

 * src/*.cc: avoid use of deprecated array constructors