This file is indexed.

/usr/share/doc/libxmlada-doc/features-45 is in libxmlada-doc 4.5.2015-8.

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
=========================
XML/Ada NEW FEATURES LIST
=========================

Copyright (C) 2001-2014, AdaCore

This file contains a list of new features introduced in XML/Ada.
A full description of all XML/Ada features can be found in the XML/Ada
documentation.

An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.

New features in version 4.5
---------------------------

NF-45-N411-012 New subprograms Import_Node and Adopt_Node (2014-05-06)

   These subprograms, part of respectively DOM level 2 and DOM level 3,
   are now implemented, and can be used to move or copy one node from a
   tree to another. In addition, subprograms like Append_Child will now
   correctly complain when the new node was not created for the same tree.

NF-45-N324-002 New configure option --enable-build (2014-03-24)

   This switch improves compatibility with other AdaCore addons like GtkAda.
   It enables one to choose the default build mode (Debug or Production)
   at configure line, rather than through environment variables.