libxbps: implement xbps_file_exec() with posix_spawn().

This commit is contained in:
Juan RP
2012-05-30 14:45:47 +02:00
parent c93d1637ae
commit 5aa05f4c72
9 changed files with 138 additions and 182 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.16 (???):
* libxbps: implemented xbps_file_exec thru posix_spawn. That means
posix_spawn() is now required in xbps.
* libxbps: renamed xbps_repository_pool_xxx to xbps_rpool_xxx
(API/ABI incompat changes).