[m-rev.] diff: final changes for 10.04.1 release

Julien Fischer juliensf at csse.unimelb.edu.au
Fri Aug 27 11:44:16 AEST 2010


Branches: main, 10.04

Prepare the the 10.04.1 release.

NEWS:
 	Add an entry for 10.04.1

tools/test_mercury:
 	Build 10.04.1.

Index: NEWS
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/NEWS,v
retrieving revision 1.532
diff -u -r1.532 NEWS
--- NEWS	30 Jul 2010 05:16:04 -0000	1.532
+++ NEWS	27 Aug 2010 01:42:24 -0000
@@ -6,8 +6,6 @@
  * We have added semidet modes for array.foldl/4, array.foldl2/6,
    hash_table.fold/4, version_array.foldl/4, and version_hash_table.fold/4.

-* We have added cc_multi modes for map.foldl2/6, tree234.foldl2/6.
-
  * We have added new predicates and functions added to the assoc_list module.
    The predicates map_keys_only/3 map_values_only/3 and map_values/3 complement
    the functions of the same name. The predicates filter/3, negated_filter/3,
@@ -15,7 +13,18 @@
    to the predicates of the same name in the list module, but do the relevant
    operations on keys instead of entire list elements.

-* We have improved the performance of hash tables and version hash tables.
+
+NEWS for Mercury 10.04.1
+------------------------
+
+This release is primarily a bug-fix release.  It fixes some problems in
+the code generator and the source-to-source debugger.  In the addition,
+there are some changes to the standard library.
+
+Changes to the Mercury standard library:
+* We have added cc_multi modes for map.foldl2/6 and tree234.foldl2/6.
+* We have improved the performance of cords, hash tables and version hash tables.
+

  NEWS for Mercury 10.04
  ----------------------
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.376
diff -u -r1.376 test_mercury
--- tools/test_mercury	19 Jul 2010 08:25:24 -0000	1.376
+++ tools/test_mercury	27 Aug 2010 01:37:06 -0000
@@ -187,23 +187,23 @@

      10.04)
          # This is for the 10.04 betas.
-        CHECKOUT_OPTS=-rversion-10_04-branch
-        BASE_TAG_NAME=version-10_04-branch
-        FTP_DIR_NAME=10.04.1-beta
-        RELEASE_VERSION=10.04,1-beta-$DATE
-        RELEASE_VERSION_PATTERN=10.04.1-beta-*
-        ;;
+        #CHECKOUT_OPTS=-rversion-10_04-branch
+        #BASE_TAG_NAME=version-10_04-branch
+        #FTP_DIR_NAME=10.04.2-beta
+        #RELEASE_VERSION=10.04.2-beta-$DATE
+        #RELEASE_VERSION_PATTERN=10.04.2-beta-*
+        #;;

          # This is for the 10.04.1 release itself.
          #
-        #CHECKOUT_OPTS=-rversion-10_04_1
-        #BASE_TAG_NAME=version-10_04_1
-        #FTP_DIR_NAME=10.04.1
-        #RELEASE_VERSION=10.04.1
-        #RELEASE_VERSION_PATTERN=10.04.1
-        #;;
+        CHECKOUT_OPTS=-rversion-10_04_1
+        BASE_TAG_NAME=version-10_04_1
+        FTP_DIR_NAME=10.04.1
+        RELEASE_VERSION=10.04.1
+        RELEASE_VERSION_PATTERN=10.04.1
+        ;;

-        # This was for the 10.04 release itself.
+        # This was for the 10.04 release.
          #
          #CHECKOUT_OPTS=-rversion-10_04
          #BASE_TAG_NAME=version-10_04

--------------------------------------------------------------------------
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