This file is indexed.

/usr/share/doc/php-horde-vfs/UPGRADING is in php-horde-vfs 2.1.2-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
=====================
 Upgrading Horde_Vfs
=====================

:Contact: dev@lists.horde.org

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


This lists the API changes between releases of the package.


Upgrading to 2.0
================

  - Horde_Vfs_Browser, Horde_Vfs_ListItem, Horde_Vfs_Object

    These classes have been removed.

  - Horde_Vfs_Base#getFolderSize()

    The $name argument has been removed, specify the full path with the first
    argument instead.

  - Horde_Vfs_Base#listFolders()

    The method has been removed. Use listFolder() with the $dironly argument
    instead.