From a3d820b76e6f0730d1d5aa595bdefcca0cbf3f3b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Fri, 3 Dec 2021 15:31:58 +0100
Subject: [PATCH] prepare 4.9.0

---
 CHANGELOG.txt | 20 ++++++++++----------
 doc/gmsh.1    |  2 +-
 doc/gmsh.html | 16 ++++++++--------
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b8d4fd2c1b..2a111b091b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,13 +1,13 @@
-Work-in-progress: new initial 2D meshing algorithm; new quasi-structured quad
-algorithm; improved handling of imperfect curve reparametrization on surfaces in
-2D periodic meshing algorithm; mesh renumbering now also renumbers dependent
-post-processing views; the mesh size callback is now per-model and its returned
-value is not gathered with the other size constraints in a global min reduction
-anymore: instead the callback takes as additional argument the mesh size lc that
-would be prescribed in the absence of the callback, which allows to perform any
-desired modification (the old behavior can be achieved by returning min(lc,
-value)); OCC STL representation is now generated using relative deflection
-tolerance; new TransformMesh command in .geo files; new behavior of
+4.9.0 (December 3, 2021): new initial 2D meshing algorithm; new quasi-structured
+quad algorithm; improved handling of imperfect curve reparametrization on
+surfaces in 2D periodic meshing algorithm; mesh renumbering now also renumbers
+dependent post-processing views; the mesh size callback is now per-model and its
+returned value is not gathered with the other size constraints in a global min
+reduction anymore: instead the callback takes as additional argument the mesh
+size lc that would be prescribed in the absence of the callback, which allows to
+perform any desired modification (the old behavior can be achieved by returning
+min(lc, value)); OCC STL representation is now generated using relative
+deflection tolerance; new TransformMesh command in .geo files; new behavior of
 Mesh.SaveGroupsOf{Nodes,Elements} in UNV and INP exports; partitioned MSH4 files
 now contain the full partition topology (i.e. all partition entities); fixed
 metric calculation with Eigen (for anisotropic mesh generation); official binary
diff --git a/doc/gmsh.1 b/doc/gmsh.1
index 39e7919dc4..86d4f7531f 100644
--- a/doc/gmsh.1
+++ b/doc/gmsh.1
@@ -1,4 +1,4 @@
-.TH Gmsh 1 "03 March 2021" "4.8" "Gmsh Manual Pages"
+.TH Gmsh 1 "03 December 2021" "4.9" "Gmsh Manual Pages"
 .UC 4
 .\" ********************************************************************
 .SH NAME
diff --git a/doc/gmsh.html b/doc/gmsh.html
index 94e4fcd530..28853189e2 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.8.4, 28 April 2021):
+      Current stable release (version 4.9.0, 3 December 2021):
       <ul>
         <li>Download Gmsh for
-          <a href="bin/Windows/gmsh-4.8.4-Windows64.zip">Windows</a>,
-          <a href="bin/Linux/gmsh-4.8.4-Linux64.tgz">Linux</a> or
-          <a href="bin/MacOSX/gmsh-4.8.4-MacOSX.dmg">macOS</a> <!-- a href="#1"><sup>*</sup></a -->
-        <li>Download the <a href="src/gmsh-4.8.4-source.tgz">source code</a>
+          <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>
         <li>Download the Software Development Kit (SDK) for
-          <a href="bin/Windows/gmsh-4.8.4-Windows64-sdk.zip">Windows</a>,
-          <a href="bin/Linux/gmsh-4.8.4-Linux64-sdk.tgz">Linux</a> or
-          <a href="bin/MacOSX/gmsh-4.8.4-MacOSX-sdk.tgz">macOS</a> <!-- a href="#1"><sup>*</sup></a -->
+          <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>
         <li>Download both Gmsh and the SDK with pip: '<code>pip install --upgrade
             <a href="https://pypi.org/project/gmsh/">gmsh</a></code>'
       </ul>
-- 
GitLab