<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear ParaView users and developers,<br>
<br>
The ParaView 2.4.4 patch release is now available for download from the
ParaView web site:
<a href="http://www.paraview.org/HTML/Download.html" eudora="autourl">http://www.paraview.org/HTML/Download.html</a>.
There are several changes
(listed below) included in this release.<br>
<br>
<b>changes from 2.4.3 to 2.4.4:</b><br>
1)&nbsp;&nbsp; Options in .pvx files that were not inside Process tags were being
ignored.<br>
2)&nbsp;&nbsp; The input menu was choosing the first source it encountered as the
default (if it was not told to use the current source). However, it was
not checking if this source was a valid input.<br>
3)&nbsp;&nbsp; The XML parser was not allowing having any input together with a
multiple-connection input. Although sources cannot have more than one
multiple-connection input, they can have one multiple-connection input
and one or more one-connection inputs.<br>
4)&nbsp;&nbsp; ParaView builds with mangled mesa support.<br>
5)&nbsp;&nbsp; The Threshold filter is available if any single-component arrays
are found, regardless of whether they are point- or cell-centered.<br>
6)&nbsp;&nbsp; Fix problems compiling with development CMake and Tcl 8.4.5.<br>
7)&nbsp;&nbsp; Correcting a typo in GUI/Client/Resources/Filters.xml (proeprty
-&gt; property in MaskPoint's Offset thumbwheel).<br>
8)&nbsp;&nbsp; Detect server death (due to out-of-memory or any other problem)
and report on the client. Client gives user an option to save
state/trace before client terminates.<br>
9)&nbsp;&nbsp; Added new command-line option --server-time (-st) which can be
used to indicate the maximum duration of the server connection. The
client will pop-up warnings 5 minutes and 1 minutes before the time
expires.<br>
10) Add support for 64-bit file systems -- enable ParaView to stat a
file larger than 2 GB.<br>
11) Display polygons/second in the render window and display the number
of polygons per source on the Information tab. This only works for
polygonal data.<br>
12) Set the default composite threshold to 1 MB.<br>
<br>
<b>changes from 2.4.2 to 2.4.3:<br>
</b>1)&nbsp;&nbsp; Progress was added to the Extract Group and Extract
CTH Parts filters.<br>
2)&nbsp;&nbsp; An option was added to SpyPlot reader to load active block
array.<br>
3)&nbsp;&nbsp; Extract Grid, Probe, and Generic Stream Tracer should
accept input from filters.<br>
4)&nbsp;&nbsp; Update Exodus reader to look for new metadata
filename.<br>
5)&nbsp;&nbsp; Fix rendering problem on Macs that don't support alpha
bit-planes.&nbsp; (bug #2704)<br>
6)&nbsp;&nbsp; Give more error messages than "out of disk
space" when saving an animation.<br>
7)&nbsp;&nbsp; Add support for writing AVIs on unix.<br>
8)&nbsp;&nbsp; Improvements to FFMPEG installation.<br>
9)&nbsp;&nbsp; In vtkExodusReader, do not add internalNodeId array to
output.<br>
10) Fix problem where VTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T was not being
set correctly, causing VTK/Parallel/vtkSocketCommunicator.cxx to not
compile on platforms where this variable should have been set to 1.&nbsp;
(It defaulted to 0.)<br>
11) Fix bug where the server did not disable compositing even if a
display was not accessible when using Mesa (onscreen).<br>
12) Add support to vtkSpyPlotReader for SPCTH 102.&nbsp; Remove forced
dependency on controller.&nbsp; Start adding some profiling code.<br>
13) Session state was being save wrong in client/server mode.&nbsp; (bug
#2655)<br>
14) Addition of new plotting functionality: Data Analysis filter.&nbsp;
(bug #2545)&nbsp; Add a new toolbar icon for this new filter.<br>
15) Fix a bug in vtkClientServerStream that resulted in dereferencing
an
end iterator.<br>
16) Get ParaView building on AIX.<br>
<br>
<b>changes from 2.4.1 to 2.4.2:<br>
</b>1)&nbsp;&nbsp; Sub-classes of vtkCommandOptions should be able to
override which XML parser is created.<br>
2)&nbsp;&nbsp; ParaView was hanging in cave mode if more than two
displays were used.<br>
3)&nbsp;&nbsp; The per-machine environment variables (from .pvx file)
were all being set on the first process.<br>
4)&nbsp;&nbsp; In vtkExtractCTHPart, pass the volume fraction data to all
extracted parts.<br>
5)&nbsp;&nbsp; ParaView was running out of memory when saving an
animation in an MP2 file. (bug #2557)<br>
6)&nbsp;&nbsp; Change the default frame rate for movie files from 15 to
1. (bug #2557)<br>
7)&nbsp;&nbsp; When writing out VTK XML files, leave enough whitespace to
fill in range of a data array. (bug #2561)<br>
8)&nbsp;&nbsp; Fixed memory leak that occurs when switching between
onscreen and offscreen rendering on unix.<br>
9)&nbsp;&nbsp; Free memory as each frame of an MP2 is written.<br>
10) --render-module command-line argument should work with the paraview
executable (not just pvclient, pvserver, and pvrenderserver).<br>
11) Commented out the Integrate Attributes filter (in
GUI/Client/Resources/Filters.xml) because it easily crashes
ParaView.<br>
12) Print an error message when a reader module used by an entry in the
recent-file menu cannot be created (i.e., when the file requires an
external reader module that hasn't been loaded).<br>
13) Extract CTH Parts filter should report an error instead of crashing
if no arrays are chosen. (bug #2589)<br>
14) In tiled display mode with IceT, if the bounds of the data set
extend
from the visible region to behind the viewpoint in perspective
projection, then certain tiles would stop rendering the data. (bug
#2579)<br>
15) Extract CTH Parts filter was crashing; if no geometry is extracted
do
not try to process it. (bug #2650)<br>
16) Caching of geometry during animation was broken.<br>
<br>
<b>changes from 2.4.0 to 2.4.1:<br>
</b>1)&nbsp;&nbsp; In the Extract Surface filter, Piece Invariant should
default to ON. (bug #2425)<br>
2)&nbsp;&nbsp; bug fixes to parallel unstructured volume rendering<br>
3)&nbsp;&nbsp; With CMake 2.2, do not rebuild all of ParaView when you
change whether an external module is included.<br>
4)&nbsp;&nbsp; Fix building of ParaView on Red Hat Fedora core 4.<br>
5)&nbsp;&nbsp; In the Exodus reader, the Internal NodeId array has the
same number of nodes as the output unstructured grid, not the input
file.<br>
6)&nbsp;&nbsp; When you play an animation and return to a source that
should be delete-able, the Delete button is now enabled. (Previously it
was disabled even though it should have been active.)<br>
7)&nbsp;&nbsp; Data distribution issues when loading EnSight .case files
containing vtkImageData (uniform rectilinear data) in parallel have
been
corrected.<br>
8)&nbsp;&nbsp; In the .pvx configuration file, the XML arguments that are
for all processes are now being recognized.<br>
9)&nbsp;&nbsp; The extract groups widget (used by the Extract Groups
filter) now gets the correct initial range.<br>
10)&nbsp; The demo runs (finds the correct path) in installed versions of
ParaView.<br>
11)&nbsp; Make the Xdmf writer handle pixels and voxels correctly. (Write
them out with the same point ordering as is used for quads and
hexahedra.)<br>
12)&nbsp; Properly handle cancelling out of reading an Xdmf
file.<br>
<br>
We hope you enjoy this new release of ParaView.<br>
<br>
- Amy
</body>
</html>