This file is indexed.

/usr/share/doc/python-pyrrd/HISTORY.txt is in python-pyrrd 0.1.0-1.

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
=======
Changes
=======

From 0.0.7 to 0.1.0
-------------------

This version marks a significant update to the code base. Some 70+ commits have
been made to trunk since the last release in the period from March 2009 to
September 2011. Some of the most signficant changes include the following:

* Added a wrapper for the Python bindings.

* Improvements in tests and testing infrastructure.

* Improved exception handling.

* Many changes and improvements to the RRD -> Python object mapper.

* Improved support in Windows.

* Graph formatting fixes.

* Many bug fixes from community members.


From 0.0.6 to 0.0.7
-------------------

* Packaging improvements and loads of documentation.


From 0.0.5 to 0.0.6
-------------------

* Bug fix release (missing files in source package).


From 0.0.4 to 0.0.5
-------------------

* Added support for retrieving and displaying RRD from RRD files.

* Added an object mapper for RRD data (via XML files).

* Added community-contributed improvements.


From 0.0.3 to 0.0.4
-------------------

* Updated all the examples to work with the latest code.

* Added community-contributed bug fix for Windows users.


From 0.0.2 to 0.0.3
-------------------

* Minor code reorg.

* Fixed doctests.

* Various bug fixes.

* Examples updates.


From 0.0.1 to 0.0.2
-------------------

* Added license.

* Added unit tests.

* Added more examples.


From 0 to 0.0.1
---------------

* Reorganized RRD code as donated from the CoyMon project.

* Got basic rrdtool functionality represented as Python classes.

* Code cleanup.