From 57a7967f0d1605c443d35b27d912356a2b3556e3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 6 Sep 2014 08:10:23 +0200 Subject: [PATCH] NEWS: mention recent performance improvements. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 8a8815db..5468f23b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ xbps-0.38 (???): + * xbps-rindex(8): -r/--remove-obsoletes is now ~5x faster. + + * xbps-remove(8): -O/--clean-cache is now ~10% faster. + * libxbps: xbps_repo_{open,close}() gained an additional argument to acquire/release a POSIX file lock (see lockf(3)) to serialize write access to the repository archive. This obsoletes the POSIX named semaphores that were used in xbps-rindex(8),