xbps_get_pkg_fulldeptree: detect pkgs depending on itself via virtual pkgs.

Reported by Duncan Overbrook.

Update NEWS with recent changes.
This commit is contained in:
Juan RP
2015-03-20 08:03:06 +01:00
parent 1eeaa99438
commit dc47dfd593
5 changed files with 83 additions and 34 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.44.1 (???):
* libxbps: fixed xbps_get_pkg_fulldeptree() when a pkg depends on itself via
virtual packages. Reported by Duncan Overbrook.
* portableproplib: fixed a regression introduced in 0.44 resulting in EBADF
while internalizing plists.
* xbps-uunshare(8): does not fork and run cmd in the child process anymore,
replaces the execution environment with cmd instead.