From 05d9820de4400357ca5815dcf13cee609b87b0dd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 23 Jun 2017 08:42:30 +0200
Subject: [PATCH] 3.0.3

---
 CHANGELOG.txt |  2 ++
 doc/gmsh.html | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e05057fb1c..729ac6f88e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,5 @@
+3.0.3 (June 27, 2017): new element quality measures; Block->Box; minor fixes.
+
 3.0.2 (May 13, 2017): improved handling of meshing constraints and entity
 numbering after boolean operations; improved handling of fast coarseness
 transitions in MeshAdapt; new TIKZ export; small bug fixes.
diff --git a/doc/gmsh.html b/doc/gmsh.html
index d3a24e0137..1daa362300 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -99,13 +99,13 @@ Public License (GPL)</a>:
 <ul>
   <li>
     <p class="highlight">
-      Current stable release (version 3.0.2, May 13 2017):
-      <a href="bin/Windows/gmsh-3.0.2-Windows64.zip">Windows</a>
-      (<a href="bin/Windows/gmsh-3.0.2-Windows32.zip">32 bit</a>),
-      <a href="bin/Linux/gmsh-3.0.2-Linux64.tgz">Linux</a>,
-      <a href="bin/MacOSX/gmsh-3.0.2-MacOSX.dmg">MacOS</a>
+      Current stable release (version 3.0.3, June 23 2017):
+      <a href="bin/Windows/gmsh-3.0.3-Windows64.zip">Windows</a>
+      (<a href="bin/Windows/gmsh-3.0.3-Windows32.zip">32 bit</a>),
+      <a href="bin/Linux/gmsh-3.0.3-Linux64.tgz">Linux</a>,
+      <a href="bin/MacOSX/gmsh-3.0.3-MacOSX.dmg">MacOS</a>
       and
-      <a href="src/gmsh-3.0.2-source.tgz">source code</a>
+      <a href="src/gmsh-3.0.3-source.tgz">source code</a>
     </p>
     <p>
       <em>A <a href="doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a>
-- 
GitLab