From 004758b70f7dbae069e6c64cbdce0e9a9e6e2fd8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 4 Feb 2013 16:42:55 +0100 Subject: [PATCH] Mention latest fix to fully remove pkgs with broken symlinks. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index fa661a71..9687998a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ xbps-0.21 (???): + * libxbps: fully remove packages with broken symlinks; previously if a + broken symlink was there (readlink returning ELOOP), package wasn't + removed. + * libxbps: ignore packages conflicting themselves, which can happen with virtual packages.