This file is indexed.

/usr/share/doc/gnuchess/TODO is in gnuchess 6.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
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
TODO of GNU Chess

  Copyright (C) 2001-2014 Free Software Foundation, Inc.

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

Items are in random order, mostly reverse chronological.

* Report invalid move instead of segmentation fault for the following
position:

uci
ucinewgame
position startpos moves c2c4 g8f6 b1c3 c7c6 e2e4 d7d5 e4e5 f6e4 c3e4 d5e4 d1c2 c8f5 g1f3 e7e6 f3g1 f8c5 g2g4 e4e3 g4f5 e3f2 e1d1 f2g1Q h1g1
go wtime 298000 btime 300000

The problem is the 'Q' for queen in 'f2g1Q'. It must be a 'q'. This was 
reported by Igor Alelekov on 2014/06/29.

* Add a simple man.

* Consider adding resign and draw offer commands.

* Consider using readline.

* Add analysis tools for the evaluation function.

* Commands white/black/switch don't work. They are supposed to be 
used for icsDrone. However, icsDrone reports to not work for 
GNU Chess 5.02. Neither for v6...

* General cleanups: still some unused code from v5.

* Implement the weak mode.

* Improve compatibility with Chess Engine Communication Protocol.
For instance, 'move e2e4' instead of 'My move is : e2e4'.

* Add support for MS Windows.

* icsdrone for Internet

* 'pgnsave filename.pgn' will not replace filename.pgn, but will append to it.
This is not supported by the PGN format. The file must be replaced, may be 
asking the user to confirm or deny, or a new file name must be requested.

* When 'name NAME' is used, the log.nnn file is created, but it will miss
to include some information compared with v5.

* Consider using gnulib for better portability.

* Include PolyGlot's book making capability.

* Include PolyGlot's book merging capability.

* GA/EC venture to make the chess engine stronger.

* Get benefit from multiple-core processors, by sharing search across them.

* End-game table

* Bug: in FICS, after quiting in the middle of a game, logging in again,
accepting resuming game as proposed by opponent, the opponent moved but
GNU Chess never moved again. GNU Chess ran out of it.