From d4961a005827dd5141ab281cf5ba1e9eaaeca8c9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Sep 2015 19:00:40 +0200 Subject: [PATCH] NEWS: mention issues fixed that were found by Coverity scan. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c6387dd4..af63eb58 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ xbps-0.48 (???): Transaction aborted due to unresolved dependencies. $ + * Multiple minor issues found by Coverity scan were fixed. + * xbps-checkvers(1): fixed an endless loop while processing templates containing extra alphanumeric characters in the `reverts' object. Added a new testcase to verify its correctness.