From 40ae71d1957bedf5fc7c2767fb88773276052dc2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 28 Apr 2010 23:33:23 +0200 Subject: [PATCH] NEWS: no more warnings now are reported by the LLVM's clang analyzer. All possible warnings are only from portableproplib and libfetch. --HG-- extra : convert_revision : xtraeme%40gmail.com-20100428213323-n0k4xbwipor2hjdx --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c7ff461d..1c3953fb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ xbps-0.5.0 (2010-05-01): + * Cleaned up the code by using the LLVM's clang static analyzer, found + two possible NULL pointer dereferences and dead core. + * xbps-bin(8): added new flag '-p' for the 'remove' and 'autoremove' targets, to also purge the package(s) after successful removal.