NEWS: update with recent changes.

This commit is contained in:
Juan RP 2013-07-28 09:46:54 +02:00
parent 4428cac154
commit 8fa5f15cbb

6
NEWS
View File

@ -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.