diff --git a/NEWS b/NEWS index dc197aa5..2b730b67 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,32 @@ -xbps-0.58 (???): +xbps-0.58 (2020-02-01): - * xbps now supports a new noextract configuration option, + * xbps.d(5): new 'noextract' configuration option, to skip extracting files matching a pattern. [duncaen] +xbps-0.57.1 (2019-10-27): + + * Multiple changes and improvements to the transaction + fetch code. [duncaen] + + * Verify revision in xbps_pkg_{version,revision,name}, + to handle properly package names that use '_'. + [Chocimier] + + * xbps-checkvers(1): fixed a compile-time warning with glibc. + [xtraeme] + + * xbps-alternatives(1): check if alternative is a + symlink before removing it. [xtraeme] + + * Try to find a usable shell instead of using /bin/sh + when executing package scripts. [Gottox] + + * xbps-rindex(1): better error handling for writing repodata + archives. [Chocimier] + + * xbps-create(1): better error handling for writing archives. + [Chocimier] + xbps-0.57 (2019-08-06): * xbps now builds with tcc and pcc. [xtraeme]