This file is indexed.

/usr/share/doc/lua-lemock/HISTORY is in lua-lemock 0.6-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
LeMock History


: 0.6
  - Actions can be set to raise an error.
  - //anytimes// and //atleastonce//.
  - Fail immediately if an unsatisfied action is closed.
  - Simplify semantics for Anyarg and Anyargs.
  - Documentation.
: 0.5
  - Anyarg and Anyargs.
  - Third rewrite (major refactoring).
: 0.4
  - Labels, dependencies, closes, and replay count limits.
  - Allow attribute modifying controller methods to be chained.
: 0.3
  - Initial import.
  - This is the second rewrite of the initial prototype. It handles recording
    and replaying of actions with returnvalues, and verifies replay
    completeness.