NEWS: mention recent changes.

This commit is contained in:
Juan RP 2014-03-16 18:05:42 +01:00
parent cbbdc4c8bc
commit 4b20a6b512

6
NEWS
View File

@ -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.