NEWS: mention latest bugfix.

This commit is contained in:
Juan RP
2019-06-21 11:31:17 +02:00
parent 288cff37f8
commit 3004085343

6
NEWS
View File

@ -1,6 +1,10 @@
xbps-0.55 (???):
* xbps-checkvers: fixed a segfault with --format. [duncaen]
* xbps-install(1): return 0 if package is already installed,
or up-to-date if updating, not EEXIST. EEXIST now is only
returned if there are file conflicts in transaction. [xtraeme]
* xbps-checkvers(1): fixed a segfault with `--format`. [duncaen]
* Fixed a build failure on ppc64. [q66]