<h3>General</h3>
<ol>
+ <li> <p>
+ New: <tt>configure</tt> will automatically detect a
+ <tt>NetCDF</tt> installation, when its path is given by the
+ <tt>NETCDF_DIR</tt> environment variable. The path of the
+ <tt>NetCDF</tt> installation directory can also be specified
+ through the <tt>--with-netcdf=/path/to/netcdf</tt> configure
+ option.
+ <br>
+ (RH 2005/09/23)
+ </p>
+
<li> <p>
Fixed: The PETSc libraries have been relinked each time
<tt>make</tt> was called. Now, the PETSc libraries will only be
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ New: The <code
+ class="member">GridIn<dim>::read_netcdf(string
+ &filename)</code> function reads grids from NetCDF files. The
+ only data format currently supported is the <tt>TAU grid
+ format</tt>.
+ <br>
+ (RH 2005/09/23)
+ </p>
+
<li> <p>
Fixed: The <code
class="member">GridIn<dim>::read(filename, format)</code>