From e2ab72082e59f572ee5cae9f8aa3ddbc56a3017c Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Sat, 24 Jun 2023 19:06:09 +0200 Subject: [PATCH] NEWS: add latest merges --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 1f3e57f8..e5099c02 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,11 @@ xbps-X.XX.X (2020-XX-XX): updated while installing new packackages in automatically installed mode. #557 [duncaen] + * libxbps: when reinstalling a package don't remove directories that are still + part of the new package. This avoids the recreation of directories which + trips up runsv as it keeps an fd to the service directory open that would + be deleted and recreated. #561 [duncaen] + * xbps-install(1): list reinstalled packages. [chocimier] * xbps-install(1): in dry-run mode ignore out of space error. [chocimier] @@ -50,6 +55,10 @@ xbps-X.XX.X (2020-XX-XX): * xbps-remove(1): fix dry run cache cleaning inconsistencies. [duncaen] + * xbps-remove(1): allow to remove "uninstalled" (packages in the cache that + are still up to date but no long installed) packages from the package + cache by specifing the -O/--clean-cache flag twice. #530 [duncaen] + * xbps-query(1): --cat now works in either repo or pkgdb mode. [duncaen] * xbps-query(1): --list-repos/-L list all repos including ones that