[m-rev.] for review: update website for 10.04.1 release

Julien Fischer juliensf at csse.unimelb.edu.au
Mon Aug 30 11:31:17 AEST 2010


Update the website for the 10.04.1 release.

w3/RELEASE_INFO:
 	Bump release numbers.

w3/download/include/release-10.04.inc:
w3/download/include/release.inc:
 	Add entries for 10.04.1.

w3/news/newsdb.inc:
 	Announce the release.

Julien.


Index: RELEASE_INFO
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/RELEASE_INFO,v
retrieving revision 1.14
diff -u -r1.14 RELEASE_INFO
--- RELEASE_INFO	19 Jul 2010 08:31:05 -0000	1.14
+++ RELEASE_INFO	30 Aug 2010 01:10:06 -0000
@@ -1,10 +1,11 @@
  # A descriptive name for the release. See mercury/VERSION
-RELEASE_VERSION=10.04
+RELEASE_VERSION=10.04.1

  # A name for the next beta-release, e.g. 0.12.2-beta
  # Note: only set this variable to a non-empty value if a source distribution
  # for the next beta release is being built.
-NEXT_BETA_VERSION=10.04.1-beta
+# NEXT_BETA_VERSION=10.04.2-beta
+NEXT_BETA_VERSION=

  # The CVS tag of the release branch.
  # This is used to check out the documentation sources.
Index: download/include/release-10.04.inc
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/download/include/release-10.04.inc,v
retrieving revision 1.1
diff -u -r1.1 release-10.04.inc
--- download/include/release-10.04.inc	19 Jul 2010 06:07:39 -0000	1.1
+++ download/include/release-10.04.inc	30 Aug 2010 01:26:38 -0000
@@ -1,4 +1,21 @@
-<h2>New in relase 10.04 of the Mercury distribution</h2>
+<h2>New in release 10.04.1 of the Mercury distribution</h2>
+
+<p>
+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.
+
+<p>
+
+Changes to the Mercury standard library:
+
+<ul>
+<li>We have added cc_multi modes for map.foldl2/6 and tree234.foldl2/6.
+<li>We have improved the performance of cords, hash tables and version
+hash tables.
+</ul>
+
+<h2>New in release 10.04 of the Mercury distribution</h2>

  <h3>HIGHLIGHTS</h3>

Index: download/include/release.inc
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/download/include/release.inc,v
retrieving revision 1.49
diff -u -r1.49 release.inc
--- download/include/release.inc	19 Jul 2010 08:32:31 -0000	1.49
+++ download/include/release.inc	30 Aug 2010 01:18:02 -0000
@@ -60,7 +60,7 @@
  ?>
  <h2><a name="info">Current Release</a></h2>

-Mercury 10.04 was released on July 19, 2010.
+Mercury 10.04.1 was released on August 30, 2010.

  <h3>Information</h3>

@@ -152,19 +152,19 @@
  <dl>
  <dt> Compiler (25 Mb)
  <dd> 
-<? links_to_file("mercury-compiler-10.04.tar.gz", "yes") ?>
+<? links_to_file("mercury-compiler-10.04.1.tar.gz", "yes") ?>
  <p>

  <dt> Extras (750 kb)
  <dd>
-<? links_to_file("mercury-extras-10.04.tar.gz", "no") ?>
+<? links_to_file("mercury-extras-10.04.1.tar.gz", "no") ?>
  <p>

  <dt> Tests (1 Mb)
  <dd>
-<? links_to_file("mercury-tests-10.04.tar.gz", "no") ?>
+<? links_to_file("mercury-tests-10.04.1.tar.gz", "no") ?>
  </dl>

  <h3><a name="binaries">Binary Distributions</a></h3>

-There are no binary distributions for 10.04 currently available.
+There are no binary distributions for 10.04.1 currently available.
Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.121
diff -u -r1.121 newsdb.inc
--- news/newsdb.inc	19 Jul 2010 06:07:39 -0000	1.121
+++ news/newsdb.inc	30 Aug 2010 01:13:30 -0000
@@ -21,6 +21,11 @@
  */

  $newsdb = array(
+"30 August 2010" => array("Mercury 10.04.1 released",
+"Release information is available
+<a href=\"./download/release-10.04.html\">here</A>."
+),
+
  "19 July 2010" => array("New release",

  "We are pleased to announce the release of version 10.04 of the

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