2014-09-15 by Void Linux Contributors

XBPS 0.39 is out

A new XBPS stable version has been released: 0.39. This is a major release that supports local search, preserve files, post-install/pre-remove messages, reverse checking of shared libraries (among other things).

Release notes:

<rootdir>/usr/share/xbps/preserve.d
<rootdir>/etc/xbps/preserve.d

Full path to a file or globbing can be used:

preserve=/usr/bin/blah
preserve=/etc/blah/\*.conf
$ xbps-install --repository=$HOME/repo -n foo
ERROR: foo-1.0_1: can't guess pkgname for dependency '>=invalid-spec_1'
Package `foo' contains invalid dependencies, exiting.

This fixes #43 (xbps-install: unhelpful message for invalid dependency) submitted by Dominik Honnef.

Please report issues at https://github.com/voidlinux/xbps/issues.