diff options
author | Samuel Mimram <smimram@debian.org> | 2007-08-18 20:34:57 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2007-08-18 20:34:57 +0000 |
commit | 72b9a7df489ea47b3e5470741fd39f6100d31676 (patch) | |
tree | 60108a573d2a80d2dd4e3833649890e32427ff8d /CHANGES | |
parent | 55ce117e8083477593cf1ff2e51a3641c7973830 (diff) |
Imported Upstream version 8.1.pl1+dfsgupstream/8.1.pl1+dfsg
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ +Changes from V8.1 to V8.1pl1 +============================ + +Bug fixes + +- Many bugs have been fixed (cf coq-bugs web page) + +Tactics + +- All known failures of ROmega have been fixed. It should now be a + faithful and quicker replacement for Omega (except when nat parts + are involved). ROmega and Omega now handle <->. + +Libraries + +- Better computational behavior of some constants (eq_nat_dec and + le_lt_dec more efficient, Z_lt_le_dec and Positive_as_OT.compare + transparent) [exceptionally source of incompatibilities]. +- Loading FSets/FMap used to open unwanted scopes of integer datatypes + (see bug #1347). These scopes may need to be manually opened now. + Changes from V8.1gamma to V8.1 ============================== @@ -7,7 +28,7 @@ Bug fixes Tactics -- New tactic ring, ring_simplify and new tactic field now able to manage +- New tactics ring, ring_simplify and new tactic field now able to manage power to a positive integer constant. Tactic ring on Z and R, and field on R manage power (may lead to incompatibilities with V8.1gamma). - Tactic field_simplify now applicable in hypotheses. |