From 056f40da3fd57039f0bee7c5855ecb1d22caa69e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 4 Oct 2012 10:09:49 +0200 Subject: [PATCH] NEWS: mention latest fix for xbps-create(8). --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index eac2f62b..9c22f4a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +xbps-0.18 (???): + + * xbps-create(8): fixed an assertion that happened when resolving the + target file of a symlink, which was unexistent because the real file was + provided by another pkg. In this case just keep the target file as is. + xbps-0.17 (2012-10-02): * Package metadata files and pkgdb plist are now stored uncompressed.