<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Greetings to all,<br>
    <br>
    The project for releasing <u>unofficial</u> ParaView Development
    installs (mostly for Windows) -
    <a class="moz-txt-link-freetext" href="http://code.google.com/p/unofficial-paraview-dev-install/">http://code.google.com/p/unofficial-paraview-dev-install/</a> - has been
    finally updated this week, just in time to be updated within a few
    hours of the official release of ParaView 3.14.1:<br>
    <ul>
      <li>List of downloads:
        <a class="moz-txt-link-freetext" href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Downloads">http://code.google.com/p/unofficial-paraview-dev-install/wiki/Downloads</a></li>
      <li>List of development notes related to the updates made:<br>
      </li>
      <ul>
        <li class="treeleaf"><a
href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3120">Notes
            for ParaView 3.12.0</a> </li>
        <li class="treeleaf"><a
href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3140">Notes
            for ParaView 3.14.0</a> </li>
        <li class="treeleaf"><a
href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3141">Notes
            for ParaView 3.14.1</a></li>
      </ul>
    </ul>
    In the notes are described the changes and brief steps for building
    one's own ParaView SuperBuild on Windows. These unofficial releases
    have not been subjected to through testing yet, so if anyone finds
    problems with them, please use our dedicated Issue Tracker for them:
    <a class="moz-txt-link-freetext" href="http://code.google.com/p/unofficial-paraview-dev-install/issues/list">http://code.google.com/p/unofficial-paraview-dev-install/issues/list</a><br>
    <br>
    Brief summary of features:<br>
    <ul>
      <li>3 types of packages are provided:</li>
      <ul>
        <li>The modified sources, in both tar.bz2 and 7z formats.</li>
        <li>Self-extractable packages with headers, cmake files and
          library interfaces, i.e. the necessary development files.
          These are meant for complementing the official releases of
          ParaView.</li>
        <li>Self-extractable packages with both the previous development
          files and the working ParaView + Open-MPI binaries.<br>
          FYI: these are using Qt 4.6.3 in ParaView 3.14.*, instead of
          Qt 4.6.4; but it should still work, since Qt 4.6.4 should be a
          bug fix release and should be fully compatible symbol-wise...</li>
      </ul>
      <li>A few options were added to the SuperBuild files:</li>
      <ul>
        <li>Added "ParaView_INSTALL_DEVELOPMENT" to the main
          "CMakeLists.txt" file, for including the installation of the
          development files when installing ParaView.<br>
        </li>
        <li>Added "ParaView_MPI_SUPERBUILD" for choosing to use the
          system's MPI (auto-detect only), instead of the default ones
          on SuperBuild. The usage case scenario for this option is
          documented here:
<a class="moz-txt-link-freetext" href="http://www.cfd-online.com/Forums/blogs/wyldckat/1203-paraview-3-12-0-superbuild-openfoam.html">http://www.cfd-online.com/Forums/blogs/wyldckat/1203-paraview-3-12-0-superbuild-openfoam.html</a></li>
      </ul>
      <li>List of code changes can be seen in the repository:
<a class="moz-txt-link-freetext" href="http://code.google.com/p/unofficial-paraview-dev-install/source/detail?r=8ca38a1b4809448776414b2ed805604e4f2a5955&amp;repo=paraview3141">http://code.google.com/p/unofficial-paraview-dev-install/source/detail?r=8ca38a1b4809448776414b2ed805604e4f2a5955&amp;repo=paraview3141</a><br>
      </li>
    </ul>
    These changes aren't complete yet, since:<br>
    <ul>
      <li>There is still work to be done for automating the
        installation/packaging process.</li>
      <li>And the Silo project isn't automatically upgraded when using
        MSVC 2008 Express... the "vcbuild" application has to be used in
        an automated scenario with 2008 Express and it will probably
        require a somewhat "ugly hack".<br>
      </li>
    </ul>
    Best regards,<br>
    Bruno Santos at blueCAPE Lda<br>
    <br>
    PS: I hope this doesn't go "top post"... since a reply to this ANN
    seemed the best place to "advertise" this ;)<br>
    <br>
    On 06-04-2012 16:16, <a class="moz-txt-link-abbreviated"
      href="mailto:paraview-request@paraview.org">paraview-request@paraview.org</a>
    wrote:
    <blockquote
      cite="mid:mailman.7985.1333725366.4107.paraview@paraview.org"
      type="cite">
      <pre wrap="">Date: Fri, 6 Apr 2012 09:46:32 -0400
From: Utkarsh Ayachit <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:utkarsh.ayachit@kitware.com">&lt;utkarsh.ayachit@kitware.com&gt;</a>
Subject: [Paraview] ANN: ParaView 3.14.1 Available for download
To: ParaView <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:paraview@paraview.org">&lt;paraview@paraview.org&gt;</a>,         ParaView Developers
        <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:paraview-developers@paraview.org">&lt;paraview-developers@paraview.org&gt;</a>

Folks,

ParaView 3.14.1 is now available for download
(<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://paraview.org/paraview/resources/software.php">http://paraview.org/paraview/resources/software.php</a>).

This is bug fix release that includes fixes for ParaView 3.14.0.
ParaView 3.14.1 clients can be used to connect with servers running
ParaView 3.14.0 and vice-versa. Similarly, plugins built for ParaView
3.14.0 should generally work with ParaView 3.14.1.

The issues that were fixed are as follows:

- 0012924: Paraview 3.12.0 fails to build with zlib 1.2.6, invalid
conversion from 'void*' to 'gzFile'
- 0012956: Auto apply, variables don't show up.
- 0012964: View Layout State issue
- 0012969: pvsc option enumeration issues
- 0012970: No way to use netcdf4 with system netcdf
- 0012981: Bug in panning/scaling of top-right axes in charts
- 0012983: HSCTH files not reading timesteps correctly
- 0012984: cherrypick the fix in VTK of vtkPyramid.cxx compute
gradient into ParaView
- 0012991: Build problem with nmake and windows
- 0012997: protoc generation doesn't work on Windows with nmake builds.
- 0013012: Errors on FindData
- 0013030: EnSight6Reader incorrect "transient single file format" and
"scalar per element"
- 0013033: problems with scalar bar
- 0013048: ContourRepresentation can't override Intialize

Detailed change log can be found at
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://paraview.org/Bug/changelog_page.php?version_id=95">http://paraview.org/Bug/changelog_page.php?version_id=95</a>.

ParaView Team
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.bluecape.com.pt">http://www.bluecape.com.pt</a>

blueCAPE Lda - CAE solutions
Rua Fonte dos Corvos, n.29
Casais da Serra
2665-305 Milharado
PORTUGAL

(+351) 219 755 345  Tel.
(+351) 219 755 345  Fax
(+351) 963 440 984  Mob. 
</pre>
  </body>
</html>