This file is indexed.

/usr/share/doc/php-horde-date/UPGRADING is in php-horde-date 2.4.1-1ubuntu1.

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
======================
 Upgrading Horde_Date
======================

:Contact: dev@lists.horde.org

.. contents:: Contents
.. section-numbering::


This lists the API changes between releases of the package.


Upgrading to 2.4.0
==================

  - Horde_Date_Recurrence

    - toHash(), fromHash()

      These method have been added.


Upgrading to 2.3.0
==================

  - Horde_Date

    - getTimezoneAlias()

      This method has been added.


Upgrading to 2.2.0
==================

  - Horde_Date

    - isEqual()

      This method has been added.


Upgrading to 2.2.0
==================

  - Horde_Date

    - setNthWeekday()

      The $nth parameter accepts negative values.

  - Horde_Recurrence

    - RECUR_MONTHLY_LAST_WEEKDAY

      This constant has been added as a possible value for the $recurType
      property.


Upgrading to 2.0.0
==================

  - Horde_Date_Recurrence

    - toHash(), fromHash()

      These method have been renamed to toKolab() and fromKolab(), because the
      hash format is really Kolab-specific.