NEWS: mention hashcheck changes in rindex.

This commit is contained in:
Enno Boland 2018-07-20 09:45:35 +02:00
parent 9e01ebcbc7
commit 0e8b01803f

4
NEWS
View File

@ -7,6 +7,10 @@ xbps-0.53 (2018-04-30
* libxbps: share workload more efficient between threads and avoid idling
threads (@Gottox)
* xbps-rindex(1): By default xbps-rindex will not check hashes while cleaning
to enable hash checking. To enable the old behavior the user can supply the
--hashcheck flag (@Gottox)
xbps-0.52 (2018-04-30):
* xbps-checkvers(1): avoid infinite loops while checking revers by @ebfe #250