Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56164 - trunk/libs/numeric/ublas/doc
From: guwi17_at_[hidden]
Date: 2009-09-12 19:10:39


Author: guwi17
Date: 2009-09-12 19:10:38 EDT (Sat, 12 Sep 2009)
New Revision: 56164
URL: http://svn.boost.org/trac/boost/changeset/56164

Log:
doc/index.htm:

added link to new release notes page

doc/release_notes.htm:

created release notes page to track changes, see #3293 and #3443

Added:
   trunk/libs/numeric/ublas/doc/release_notes.htm (contents, props changed)
Text files modified:
   trunk/libs/numeric/ublas/doc/index.htm | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/libs/numeric/ublas/doc/index.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/index.htm (original)
+++ trunk/libs/numeric/ublas/doc/index.htm 2009-09-12 19:10:38 EDT (Sat, 12 Sep 2009)
@@ -24,6 +24,7 @@
 products of vectors, matrix vector and matrix matrix products and triangular solver. The glue between containers, views
 and expression templated operations is a mostly STL conforming iterator
 interface.</p>
+<p>Please consult the release notes for details on the latest changes.</p>
 
 <h2>Documentation</h2>
 
@@ -394,7 +395,7 @@
 
 <hr />
 
-<p>Copyright (&copy;) 2000-2002 Joerg Walter, Mathias Koch<br />
+<p>Copyright (&copy;) 2000-2009 Joerg Walter, Mathias Koch, Gunter Winkler<br />
 Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file
 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
 ).</p>

Added: trunk/libs/numeric/ublas/doc/release_notes.htm
==============================================================================
--- (empty file)
+++ trunk/libs/numeric/ublas/doc/release_notes.htm 2009-09-12 19:10:38 EDT (Sat, 12 Sep 2009)
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
+<!-- tidy options: -w 120 -asxhtml -clean --vertical-space yes -f index.htm.err -m index.htm -->
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+<link href="ublas.css" type="text/css" />
+<title>Boost Basic Linear Algebra - Release Notes</title>
+</head>
+<body>
+<h1><img src="../../../../boost.png" align="middle" /> Boost Basic Linear Algebra - Release Notes</h1>
+
+<h2>Release 1.41.1</h2>
+<ul>
+<li>[3293]Fix resizing problem in <code>identity_matrix</code>
+</li>
+</ul>
+
+<h2>Release 1.40.0</h2>
+<ul>
+<li>This page was created.</li>
+</ul>
+
+<hr />
+<p>Copyright (&copy;) 2000-2009 Joerg Walter, Mathias Koch, Gunter Winkler<br />
+ Use, modification and distribution are subject to the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
+ http://www.boost.org/LICENSE_1_0.txt
+ </a>).
+</p>
+<!-- Created: Sun Sep 13 00:57:13 CEST 2009 -->
+<!-- hhmts start -->
+Last modified: Sun Sep 13 01:04:23 CEST 2009
+<!-- hhmts end -->
+ </body>
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk