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.