Skip to content

Commit

Permalink
NEWS: add latest merges
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jun 24, 2023
1 parent ee770cb commit e2ab720
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit e2ab720

Please # to comment.