From c6cae9e6efd6be8bf62a557f8197852368d914b2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Jan 2014 12:54:43 +0100 Subject: [PATCH] NEWS: mention recent xbps-rindex -c fix. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d94e1b6d..69efc4c4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ xbps-0.31 (??): + * xbps-rindex(8): -c [clean] mode now is fully multithread safe. + * Fixed a double free while downloading binpkgs from remote repositories (reported by Hanspolo).