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.