[m-rev.] diff: NEWS for 0.13.1
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Nov 3 16:51:40 AEDT 2006
Estimated hours taken:
Branches: main, release
Finalize the NEWS file for Mercury 0.13.1.
NEWS:
Mention that the installation of static archives on
OS X with mmc --make is now working correctly.
Delete the bit about parallel builds working as
they don't work in general (e.g. with nested sub-modules).
Julien.
Index: NEWS
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/NEWS,v
retrieving revision 1.409.2.8
diff -u -r1.409.2.8 NEWS
--- NEWS 23 Oct 2006 11:49:07 -0000 1.409.2.8
+++ NEWS 3 Nov 2006 05:49:20 -0000
@@ -1,7 +1,7 @@
-NEWS for Mercury 0.13.1-beta
-----------------------------
+NEWS for Mercury 0.13.1
+-----------------------
-This release (will be) primarily a bug-fix release.
+This release is primarily a bug-fix release.
The problems fixed include:
* polymorphic insts and mode-specific clauses did not work together.
@@ -10,7 +10,9 @@
variables in instance declarations should be distinct.
* the compiler sometimes performed superclass reduction incorrectly,
causing it to reject valid typeclass constraints.
-* parallel builds using mmake now work again.
+* installation of static archives on Mac OS X using mmc --make now
+ works correctly. Previously, static archives caused linking problems
+ because the table of contents was not being updated after installation.
In addition to bug-fixes we have the following addition to the
standard library.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list