diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 15bfd889a03cc8ed47e56da50276c7645cce6623..bb471eb8865f7da6a8b1b143b87cfa0c39792d01 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ -4.9.1 (Work-in-progress): relax tolerance on curve parametrization match for -periodic meshing; activate IncludeBoundary by default in Restrict field; -downgraded compiler for official Linux to gcc 6 to improve compatibility with -older systems; small bug fixes (view tag generation with zero tag, -model/setTag). +4.9.1 (December 18, 2021): relax tolerance on curve parametrization match for +periodic meshing; enable extruded boundary layers on generic model entities; +activate IncludeBoundary by default in Restrict field; downgraded compiler for +official Linux releases to gcc 6 to improve compatibility with older systems; +small bug fixes (view tag generation with zero tag, model/setTag). 4.9.0 (December 3, 2021): new initial 2D meshing algorithm; new quasi-structured quad algorithm; improved handling of imperfect curve reparametrization on diff --git a/doc/gmsh.html b/doc/gmsh.html index 28853189e2df0d3e2b5a2b82002c7f7ab4b17d01..4fd8f440d376cdcc54af4c6369687ae6e0b74006 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.0, 3 December 2021): + Current stable release (version 4.9.1, 18 December 2021): <ul> <li>Download Gmsh for - <a href="bin/Windows/gmsh-4.9.0-Windows64.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.0-Linux64.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.0-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> - <li>Download the <a href="src/gmsh-4.9.0-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.9.1-Windows64.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.9.1-Linux64.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.9.1-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> + <li>Download the <a href="src/gmsh-4.9.1-source.tgz">source code</a> <li>Download the Software Development Kit (SDK) for - <a href="bin/Windows/gmsh-4.9.0-Windows64-sdk.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.0-Linux64-sdk.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.0-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> + <a href="bin/Windows/gmsh-4.9.1-Windows64-sdk.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.9.1-Linux64-sdk.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.9.1-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>