X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=NEWS;h=9c9f8bcb06699a9d261b5b784bd253ce09e4ff7e;hp=a933cb9aea134cd30ca0b9d1e3b26a85171a9ad0;hb=79d3a9eaaffbb1c593adf715fa5055a4a91ed0af;hpb=c2874d0d8e4579450add73e804f400fdd7f2f456 diff --git a/NEWS b/NEWS index a933cb9..9c9f8bc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ NEWS ==== +Version 0.XX +------------ + +- Also split commands on && and || (not only on ;) to detect more false + negatives. This could also trigger more false positives. +- Fix false positive when calling make; reported by Fabian Wolff (Debian Bug + #975650). + + Version 0.12 ------------