[pure-lang-svn] SF.net SVN: pure-lang:[890] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-09-28 07:28:06
|
Revision: 890 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=890&view=rev Author: agraef Date: 2008-09-28 07:28:01 +0000 (Sun, 28 Sep 2008) Log Message: ----------- Final polish (0.8 release). Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/NEWS Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-09-28 06:37:13 UTC (rev 889) +++ pure/trunk/ChangeLog 2008-09-28 07:28:01 UTC (rev 890) @@ -1,5 +1,7 @@ 2008-09-28 Albert Graef <Dr....@t-...> + * 0.8 release. + * test/test025.pure: matrix tests. NOTE: This test is expected to fail if Pure was built without GSL support. Modified: pure/trunk/NEWS =================================================================== --- pure/trunk/NEWS 2008-09-28 06:37:13 UTC (rev 889) +++ pure/trunk/NEWS 2008-09-28 07:28:01 UTC (rev 890) @@ -1,11 +1,11 @@ -** Pure 0.8 (in progress) +** Pure 0.8 2008-09-28 -This is a maintenance release. It fixes a rather annoying bug in catmap -(reported by Eddie Rucker) and some minor glitches in the Makefile and the -documentation. Also, the matrix conversion operations in matrices.pure have -been overhauled (in particular, the matrix pointer conversions are much more -complete now). Details can be found in the ChangeLog. +This is a maintenance release. It fixes a bug in catmap which slipped into the +0.6 release (reported by Eddie Rucker) and some minor glitches in the Makefile +and the documentation. Also, the matrix conversion operations in matrices.pure +have been overhauled (in particular, the matrix-pointer conversions are much +more complete now). Details can be found in the ChangeLog. ** Pure 0.7 2008-09-26 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |