From 35e0b3fef529f2e488360b89b903326a3b0288dd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Sep 2015 18:57:41 +0200 Subject: [PATCH] NEWS: mention today's changes. --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 678232ea..c6387dd4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,26 @@ xbps-0.48 (???): + * libxbps: when using verbose mode (-v) also print pkgs that are being + added to the transaction, this way we can know what pkg(s) are blocking + a transaction when there are unresolved (reverse)dependencies. + + * libxbps: improved messages when reverse dependencies in a transaction + are not satistfied. + + After + ----- + $ xbps-install -un + re2-2015.07.01_1 (update) breaks installed pkg `chromium-44.0.2403.155_1' + Transaction aborted due to unresolved dependencies. + $ + + Before + ------ + $ xbps-install -un + chromium-44.0.2403.155_1 broken, needs `re2-2015.07.01_1' + Transaction aborted due to unresolved dependencies. + $ + * xbps-checkvers(1): fixed an endless loop while processing templates containing extra alphanumeric characters in the `reverts' object. Added a new testcase to verify its correctness.