From 7493b06cbba65234ccd205bd1b7e135dcc9e5e1d Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Sat, 18 Jan 2020 15:55:53 +0100 Subject: [PATCH] NEWS: add noextract --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f8d6cce..dc197aa5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -xbps-0.57 (???): +xbps-0.58 (???): + + * xbps now supports a new noextract configuration option, + to skip extracting files matching a pattern. [duncaen] + +xbps-0.57 (2019-08-06): * xbps now builds with tcc and pcc. [xtraeme]