From e1dafe8f013a86f446a6d73141d19b20b27f3be8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Jun 2019 10:56:01 +0200 Subject: [PATCH] NEWS: sync --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index abf177e9..ac5f94a4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ xbps-0.56 (???): + * Fixed xbps_transaction_prepare() always returning + ENXIO because the transaction dictionary wasn't + initialized before first use. Regression from 0.54. [xtraeme] + + * Fixed unlocking the pkgdb via xbps_end(). [xtraeme] + + * Fixed flushing pkgdb to storage and re-reading it unnecessarily, + this affected xbps-alternatives(1), xbps-pkgdb(1) and + xbps-reconfigure(1). [xtraeme] + * xbps now allows to remove an installed package that was added to the ignored packages list with `ignorepkg` from xbps.d(5). [duncaen]