This file is indexed.

/usr/share/doc/meshs3d/RelNotes-0.2.2.txt is in meshs3d 0.2.2-10.

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
S3D v0.2.2 Release Notes
========================

 * Generate documentation from source code.

 * Allow pseudo global optimisations for each module using -DENABLE_FINAL=ON as
   cmake parameter.

 * Support batman-adv visualisation output and IPv6 addresses in meshs3d.

 * Stricter const usage for strings to better integrate into (e)glibc's stricter
   const usage in version 2.10.

 * Added better support for libraries in unusual places using pkg-config.

 * Support of systems with unusual named OpenGL headers through SDL.

 * Reduced library dependencies of compiled shared objects.

 * Depend on libgps 2.90 for s3dosm GPS support as it is the first version with
   longer binary and API stability.

 * Removed BSD PTY support in favor of Unix98 PTYs for s3dvt.

 * Support to build s3d as position independent executable using gcc's -pie and
   -fPIE option without breaking libs3d(w).