This file is indexed.

/usr/share/doc/python-backup2swift/HISTORY.rst is in python-backup2swift 0.8-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
87
88
89
History
-------

0.8 (2013-07-27)
^^^^^^^^^^^^^^^^

* read the file from stdin pipe
* Omitted option of --container

0.7 (2013-06-14)
^^^^^^^^^^^^^^^^

* support Python 3.2, 3.3

0.6 (2013-06-03)
^^^^^^^^^^^^^^^^

* support authentication of keystone

0.5 (2013-05-30)
^^^^^^^^^^^^^^^^

* New features

  * upload / retrieve / delete in parallel
  * support to delete multiple objects

* Bug fix

  * fixes fail to raise IOError if default config file exists
  * fail to use "rotate_limit" option on configuration file
  * support pep8 less than version 1.3

0.4 (2013-05-29)
^^^^^^^^^^^^^^^^

* New features

  * support default config file 
  * specify any container
  * support to retrieve multiple objects
  * specify multiple upload files

* Bug fix

  * fixes spelling error
  * remove pychecker for travis

0.3.2 (2013-05-24)
^^^^^^^^^^^^^^^^^^

* fixes fail backup and rotate with verifing default SSL certificate

0.3.1 (2013-05-20)
^^^^^^^^^^^^^^^^^^

* add option to ignore verifing of SSL certificate

0.3 (2013-05-17)
^^^^^^^^^^^^^^^^

* add retrieve backup object command

0.2 (2013-05-10)
^^^^^^^^^^^^^^^^

* add backup object command
* fixes man manual

0.1.3 (2013-05-10)
^^^^^^^^^^^^^^^^^^

* applied changing api of swiftsc.client.is_container()
* add how to setup and usage

0.1.2 (2013-05-09)
^^^^^^^^^^^^^^^^^^

* fixes #3 failed to execute in python2.6

0.1.1 (2013-05-08)
^^^^^^^^^^^^^^^^^^

* fixes #1 fail to execute firstly when there is no container

0.1 (2013-05-08)
^^^^^^^^^^^^^^^^

* first release