This file is indexed.

/usr/share/octave/packages/geometry-1.7.0/packinfo/NEWS is in octave-geometry 1.7.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
 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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
Summary of important user-visible changes for releases of the geometry package
===============================================================================
geometry-1.7.0   Release Date: 2013-04-07  Release Manager: Juan Pablo Carbajal
===============================================================================

** Added Functions

   box3dVolume   cart2cyl   circle3dPoint   cyl2cart
   drawCircle3d   drawPoint3d   createScaling3d   drawCube
   createCube drawSphericalTriangle   drawTorus   revolutionSurface
   drawVector3d   spheres   drawPolyline   drawPolynomialCurve
   polynomialCurveCentroid    polynomialCurveDerivative
   polynomialCurveFit   polynomialCurvePoint   polynomialCurveSetFit
   polygonPoint polygonSubcurve

** Bug Fixes:
  - cov2ellipse  scale and orientation of axis.

===============================================================================
geometry-1.6.0   Release Date: 2012-10-12  Release Manager: Juan Pablo Carbajal
===============================================================================
** geometry doesn't autoloads anymore

** Added Functions

  anglePoints3d   angles3d   boxes3d   geom3d_Contents
  lines3d   planes3d   points3d   polygons3d   vectors3d
  graphs_Contents   meshes3d_Contents   angleSort3d   createPlane
  intersectLinePlane   normalizePlane   planeNormal   planePosition
  projPointOnPlane   sph2cart2   vectorAngle3d   distancePointLine3d
  cart2sph2d   createRotationOx   createRotationOy   createRotationOz
  createTranslation3d   drawAxis3d   drawCylinder   drawSphere
  polygonArea3d   transformPoint3d   drawBox3d   drawEdge3d   drawMesh
  createCubeOctahedron   boundingBox3d   cart2sph2   circle3dOrigin
  circle3dPosition   drawCircleArc3d   drawPolygon3d   drawSphericalEdge
  drawSphericalPolygon   intersectPlaneSphere   sph2cart2d

** Updated functions
  distancePoints

** Bug Fixes:
  - drawArrow  was not working due to porting errors.

===============================================================================
geometry-1.5.0   Release Date: 2012-06-05  Release Manager: Juan Pablo Carbajal
===============================================================================

* Added functions:
 - cov2ellipse  & ellipse2cov: transform between ellipses and covariances matrices.

 - beltproblem  : Finds the four lines tangent to two circles with given centers and
    radii. This is the solution to  the belt problem in 2D.

 - curveval : Evaluates a polynomial curve defined as a 2-by-N matrix.

 - curve2polyline : Converts a polynomial curve into a polyline by the adaptive
                sampling method.

 - simplifypolyline :  Ramer-Douglas-Peucker algorithm to simplify polylines.

 - parametrize : Estimate a parametrization of a polygon/line based on the distance
             between the points.

 - curvature : Estimation of the curvature of a polygon/line based on polynomial
            approximation.

 - reversePolygon  and reversePolyline : reverse the orders of the points in
                                 of polygon/line.

 - supportFunction : Compute support function of a polygon.

 - distancePointPolygon , distancePointPolyline , distancePolygons  ,
   expandPolygon , medialAxisConvex , polygonLoops , polygonSelfIntersections
   polylineSelfIntersections , splitPolygons

 - close_path  : given a set of points in the plane calculate a piecewise linear
              simple path that passes through all points.

* Changed functions:
 - distancePointEdge : Now the function computes the distance between all points
                  and all edges. A third optional argument provides
                  backward compatibility.

* Solved bugs:
 - simplifypolygon  returned empty polygons when points are repeated, i.e when
  the polygon is not correctly formed.
 - Removed installation warnings.

===============================================================================
geometry-1.4.1   Release Date: 2012-03-24  Release Manager: Juan Pablo Carbajal
===============================================================================

* Renamed functions
 - Contents  renamed to geom2d_Contents to avoid clashes.

* Deprecated functions
 - svgload, svgnormalize, svgpath2polygon: Use the methods in class svg.

* Bug fixes
 - @svg/path2polygon
 - Fix addpath/rmpath installation warnings
 - Fix octclip/src/Makefile
 - Fix shapecentriod  for piece-wise polynomial shapes.

* Known issues
 - simplifypolygon  returns empty polygons when points are repeated, i.e when
  the polygon is not correctly formed.


===============================================================================
geometry-1.4.0   Release Date: 2012-01-25   Release Manager: Juan Pablo Carbajal
===============================================================================

* Added basic geometric graphs creation and manipulation.


===============================================================================
geometry-1.3.0   Release Date: 2011-11-24   Release Manager: Juan Pablo Carbajal
===============================================================================

* Geometry merged with octCLIP.
* Geometry autoloads.

===============================================================================
geometry-1.2.2   Release Date: 2011-11-04   Release Manager: Juan Pablo Carbajal
===============================================================================

* Improved SVG interface. Thanks to jwe and carandraug.
* Adding files to manipulate and convert 2D shapes defined with smooth
  polynomials.

 shape2polygon
 shapearea
 shapecentroid
 shapeplot
 shapetransform

* Inverted the order in the NEWS file. New entries are on top.

===============================================================================
geometry-1.2.1   Release Date: 2011-11-02   Release Manager: Juan Pablo Carbajal
===============================================================================

* Adding SVG object and demo for data2geom (converting SVG to msh format)

===============================================================================
geometry-1.2.0   Release Date: 2011-10-21   Release Manager: Juan Pablo Carbajal
===============================================================================

* All geom2d added
 createCircle
 createDirectedCircle
 createEdge
 medianLine
 Contents
 bisector
 cartesianLine
 drawArrow
 edges2d
 lines2d
 orthogonalLine
 parallelLine
 projPointOnLine
 drawCenteredEdge
 drawCircle
 drawCircleArc
 drawEllipse
 drawEllipseArc
 drawLabels
 drawOrientedBox
 drawParabola
 drawRect
 drawShape
 circles2d
 ellipses2d
 createVector
 inertiaEllipse
 changelog.txt
 readme.txt
 hexagonalGrid
 squareGrid
 triangleGrid
 intersectCircles
 intersectEdges
 intersectLineCircle
 isLeftOriented
 isPointInCircle
 isPointInEllipse
 isPointOnCircle
 isPointOnLine
 edgeLength
 edgePosition
 edgeToLine
 circleArcAsCurve
 circleAsPolygon
 crackPattern
 crackPattern2
 distancePointEdge
 distancePointLine
 ellipseAsPolygon
 enclosingCircle
 radicalAxis
 reverseEdge
 reverseLine

===============================================================================
geometry-1.1.3   Release Date: 2011-10-13   Release Manager: Juan Pablo Carbajal
===============================================================================

* Continue to add geom2d from matGeom (transforms and points2d)
 createBasisTransform
 createHomothecy
 createLineReflection
 createRotation
 createScaling
 createTranslation
 transformPoint
 transforms2d
 fitAffineTransform2d
 transformEdge
 transformLine
 centroid
 distancePoints
 midPoint
 polarPoint
 drawPoint
 isCounterClockwise
 minDistancePoints
 pointOnLine
 points2d
 intersectLineEdge
 isPointOnEdge

===============================================================================
geometry-1.1.2   Release Date: 2011-10-09   Release Manager: Juan Pablo Carbajal
===============================================================================

* Continue to add geom2d from matGeom (rays and vectors)
 createRay
 drawEdge
 drawRay
 isParallel
 isPerpendicular
 isPointOnRay
 normalizeVector
 rays2d
 rotateVector
 transformVector
 vectorNorm
 vectors2d

===============================================================================
geometry-1.1.1   Release Date: 2011-10-06   Release Manager: Juan Pablo Carbajal
===============================================================================

* Continue to add geom2d from matGeom (boxes and clips)
 cbezier2poly
 boxes2d
 clipEdge
 clipLine
 clipPoints
 drawBezierCurve
 drawBox
 clipRay
 intersectBoxes
 intersectLines
 linePosition
 mergeBoxes
 randomPointInBox
 drawLine

===============================================================================
geometry-1.1.0   Release Date: 2011-10-04   Release Manager: Juan Pablo Carbajal
===============================================================================

* Starting to add geom2d from matGeom
 angle2Points
 angle3Points
 angleAbsDiff
 angleDiff
 angles2d
 angleSort
 createLine
 deg2rad
 edgeAngle
 lineAngle
 normalizeAngle
 rad2deg
 vectorAngle

===============================================================================
geometry-1.0.1   Release Date: 2011-09-27   Release Manager: Juan Pablo Carbajal
===============================================================================

Improvements to the docstrings of all functions.

===============================================================================
geometry-1.0.0   Release Date: 2011-09-26   Release Manager: Juan Pablo Carbajal
===============================================================================

** First official release.

===============================================================================