From 8c25d56fcda7f2e6892a14ec60ca9864de75a40f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Sep 2014 12:02:41 +0200 Subject: [PATCH] NEWS: improve wording. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2bdf2270..934114e4 100644 --- a/NEWS +++ b/NEWS @@ -25,8 +25,8 @@ xbps-0.38 (???): to speed up the process of checking for unmet shared libraries, among other things. * libxbps: added support to check pkg shlib-{provides,requires} objects for - all pkgs in transaction when installing or updating packages. This will help - to avoid broken pkgs due to unmatched shlibs. + all pkgs in the transaction to be updated. This will make impossible to update a + package to a newer version that contains incompatible shlibs used in its revdeps. * xbps-rindex(8): -r/--remove-obsoletes is now ~5x faster.