From 6e3309b564a1e8b32b158d9b6288dd6317c22598 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Sat, 23 Oct 2021 16:29:10 +0200 Subject: [PATCH] NEWS: mention held dependendency fix --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 607e219f..13e60852 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,11 @@ xbps-X.XX.X (2020-XX-XX): package using replaces. This makes it possible to correctly replace manually installed packages using a transitional packages. [duncaen] + * libxbps: fix inconsistent dependency resolution when a dependency + is on hold. xbps will now exit with ENODEV (19) if a held dependency + breaks the installation or update of a package instead of just ignoring + it, resulting in an inconsistent pkgdb. #392 [duncaen] + * xbps-install(1): list reinstalled packages. [chocimier] * xbps-install(1): in dry-run mode ignore out of space error. [chocimier]