From 4b20a6b51222ca551790efd9bded9c0bbf92416d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Mar 2014 18:05:42 +0100 Subject: [PATCH] NEWS: mention recent changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index a6ef7055..adf84f55 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ xbps-0.34 (???): + * Added some debugging in error paths when performing a transaction. + + * Fixed an issue where in a transaction a package with wrong version was being + configured resulting in ENOENT. The configure phase now only uses the package + name to perform the configuration rather than using package name/version tuple. + * Pass another argument to package scripts with the native machine architecture (uname -m), which can be overrided via XBPS_ARCH environment variable too.