NEWS: add INSTALL/REMOVE script changes

This commit is contained in:
Duncan Overbruck
2021-06-26 18:42:43 +02:00
parent dc0dda15f6
commit 9763a36cea

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-X.XX.X (2020-XX-XX):
* libxbps: run all scripts before and after unpackage all packages,
to avoid running things in a half unpacked state. [duncaen]
* libxbps: fix configuration parsing with missing trailing newline
and remove trailing spaces from values. [eater, duncaen]