diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 80043fcf79538d10d27ad5dfa706d7456f2d0e4b..5647542c4d9020691acab2521a0e0ea3770cbd32 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,9 @@ -4.10.0 (Work-in-progress): more flexible homology/cohomology workflow in the -API; "Attractor" field is now just a synonym for the newer (and more efficient) +4.10.0 (April 25, 2022): more flexible homology/cohomology workflow in the API; +"Attractor" field is now just a synonym for the newer (and more efficient) "Distance" field; periodic bsplines now use the same default multiplicities in OCC as in the built-in kernel; model/isInside now also handles discrete -entities; C++ api now throws std::runtime_error on errors; small bug fixes. +entities; speed-up repeated simple boolean operations; C++ api now throws +std::runtime_error on errors; small bug fixes. * New API functions: geo/addGeometry, geo/addPointOnGeometry, mesh/addHomologyRequest, mesh/clearHomologyRequests, mesh/setVisibility, diff --git a/doc/gmsh.1 b/doc/gmsh.1 index 86d4f7531fb2dc2c0f8f4baff40d0301923fa163..f4345ef40cec841ddb48cb848c3405236b538d3a 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -1,4 +1,4 @@ -.TH Gmsh 1 "03 December 2021" "4.9" "Gmsh Manual Pages" +.TH Gmsh 1 "25 April 2022" "4.10" "Gmsh Manual Pages" .UC 4 .\" ******************************************************************** .SH NAME diff --git a/doc/gmsh.html b/doc/gmsh.html index 4f0be27954467e6068dbf7f2d4e71d477366f400..8f8054fbc9351bea37087cf25769062d6a243ab0 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -98,17 +98,17 @@ Public License (GPL)</a>: <ul> <li> <div class="highlight"> - Current stable release (version 4.9.5, 21 February 2022): + Current stable release (version 4.10.0, 25 April 2022): <ul> <li>Download Gmsh for - <a href="bin/Windows/gmsh-4.9.5-Windows64.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.5-Linux64.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.5-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> - <li>Download the <a href="src/gmsh-4.9.5-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.10.0-Windows64.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.0-Linux64.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.0-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> + <li>Download the <a href="src/gmsh-4.10.0-source.tgz">source code</a> <li>Download the Software Development Kit (SDK) for - <a href="bin/Windows/gmsh-4.9.5-Windows64-sdk.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.5-Linux64-sdk.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.5-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> + <a href="bin/Windows/gmsh-4.10.0-Windows64-sdk.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.0-Linux64-sdk.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.0-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> <li>Download both Gmsh and the SDK with pip: '<code>pip install --upgrade <a href="https://pypi.org/project/gmsh/">gmsh</a></code>' </ul>