From 8fa5f15cbb3dbc182f65939c923c95415ae72bb8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Jul 2013 09:46:54 +0200 Subject: [PATCH] NEWS: update with recent changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d0d934c0..6303b2a9 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,16 @@ xbps-0.26 (???): + * libxbps: introduce xbps_array_foreach_cb() which is a multithreaded implementation, + to process N items of an array spawning 1 thread per core. This makes XBPS use + threads when possible on multi-core CPUs. + * libxbps: removed the following unused API functions: - xbps_pkgdb_foreach_reverse_cb() - xbps_callback_array_iter_reverse() - xbps_callback_array_iter_reverse_in_dict() + - xbps_callback_array_iter() + - xbps_callback_array_iter_in_dict() * xbps-query(8): make -L list all repositories in the configuration file, even the non working ones and print -1 in them. Closes issue #11 from github.