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
This commit is contained in:
Juan RP 2010-04-28 23:33:23 +02:00
parent 28f997bdf7
commit 40ae71d195

3
NEWS
View File

@ -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.