From b3d105cbc3a97d485f3b36ad5da920492301b8b0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 17 Oct 2014 09:14:15 +0200 Subject: [PATCH] NEWS: update. --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c805a827..05145d44 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ xbps-0.42 (???): - * Use atomic builtins if supported by the compiler in our - portableproplib copy, to handle object reference counting. - This should be cheaper than using a mutex. + * Fixed 65 issues found by Coverity scan. Defect density is now below 0.30 + per 1000 lines of code. + + * Use atomic builtins if supported by the compiler in our portableproplib copy + to handle object reference counting. This should be cheaper than using a mutex. xbps-0.41 (2014-09-29):