[GIT] ppl/ppl(master): Add the release date for PPL 0.11.2.

Module: ppl/ppl Branch: master Commit: 6f0c06f03f3034842f06d7c99d4a56f9e08549ac URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6f0c06f03f303...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Mon Feb 20 14:23:24 2012 +0100
Add the release date for PPL 0.11.2. Mention a couple of bugs that have been corrected.
---
NEWS | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS index f5dd9ea..9809f66 100644 --- a/NEWS +++ b/NEWS @@ -44,8 +44,28 @@ o The input routine for PPL numeric datatypes has been extended to accept the ISO9899 (C99) hexadecimal floating constant syntax.
+Bugfixes +======== + +o Corrected a precision bug in methods + + Box<ITV>::upper_bound_assign(const Box&) + Box<ITV>::upper_bound_assign_if_exact(const Box&) + + whereby, provided any argument is an empty box and under other rather + specific conditions, the computed result was correct but unnecessarily + imprecise. + +o Corrected a bug in method + + Grid::relation_with(const Constraint&) const + + whereby, under specific conditions, the method was creating invalid + Grid_Generator objects and providing an incorrect result. + + -------------------------------------------------------------------------- -NEWS for version 0.11.2 (released date to be decided) +NEWS for version 0.11.2 (released on February 27, 2011) --------------------------------------------------------------------------
Bugfixes
participants (1)
-
Enea Zaffanella