File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ xbps-X.XX.X (2020-XX-XX):
3131 updated while installing new packackages in automatically installed mode.
3232 #557 [duncaen]
3333
34+ * libxbps: when reinstalling a package don't remove directories that are still
35+ part of the new package. This avoids the recreation of directories which
36+ trips up runsv as it keeps an fd to the service directory open that would
37+ be deleted and recreated. #561 [duncaen]
38+
3439 * xbps-install(1): list reinstalled packages. [chocimier]
3540
3641 * xbps-install(1): in dry-run mode ignore out of space error. [chocimier]
@@ -50,6 +55,10 @@ xbps-X.XX.X (2020-XX-XX):
5055
5156 * xbps-remove(1): fix dry run cache cleaning inconsistencies. [duncaen]
5257
58+ * xbps-remove(1): allow to remove "uninstalled" (packages in the cache that
59+ are still up to date but no long installed) packages from the package
60+ cache by specifing the -O/--clean-cache flag twice. #530 [duncaen]
61+
5362 * xbps-query(1): --cat now works in either repo or pkgdb mode. [duncaen]
5463
5564 * xbps-query(1): --list-repos/-L list all repos including ones that
You can’t perform that action at this time.
0 commit comments