From c3763f55da09619930232247ebd45fe6187036af Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 24 Jun 2011 21:15:30 +0000 Subject: [PATCH] Updated bug-fix list. --- NEWS.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 86c28c0..8316ff6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -122,10 +122,18 @@ New in SVN length of 32 characters. - Fixed Value::operator <= implementation (had the semantic of operator >=). - Found when addigin unit tests for comparison operators. + Found when adding unit tests for comparison operators. - Value::compare() is now const and has an actual implementation with unit tests. + + - Bug #2407932: strpbrk() can fail for NULL pointer. + + - Bug #3306345: Fixed minor typo in Path::resolve(). + + - Bug #3314841/#3306896: errors in amalgamate.py + + - Fixed some Coverity warnings and line-endings. * License