This is an automated email from the git hooks/post-receive script. renard pushed a commit to branch master in repository getfem.
The following commit(s) were added to refs/heads/master by this push: new c424d7b8 Changes for 5.4.4 patch release c424d7b8 is described below commit c424d7b8708b85a53b34c3d96749993f90a754a8 Author: Renard Yves <yves.ren...@insa-lyon.fr> AuthorDate: Thu Jan 16 09:11:41 2025 +0100 Changes for 5.4.4 patch release --- configure.ac | 4 ++-- doc/doxygen/Doxyfile | 2 +- doc/sphinx/source/.templates/download.html | 4 ++-- doc/sphinx/source/replaces.txt | 2 +- doc/sphinx/source/whatsnew/5.4.4.rst | 12 ++++++++++++ doc/sphinx/source/whatsnew/index.rst | 1 + extract_gmm++ | 2 +- interface/src/python/setup.py.in | 2 +- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index ca8e6648..71eb51c5 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ dnl thus, updating cache ./config.cache avoided. define([AC_CACHE_LOAD], )dnl define([AC_CACHE_SAVE], )dnl -AC_INIT([getfem],[5.4.3]) +AC_INIT([getfem],[5.4.4]) MAJOR_VERSION="5" MINOR_VERSION="4" -PATCH_VERSION="3" +PATCH_VERSION="4" AC_DEFINE_UNQUOTED(GETFEM_PACKAGE_NAME,"${PACKAGE_NAME}",[GetFEM package name]) AC_DEFINE_UNQUOTED(GETFEM_PACKAGE_STRING,"${PACKAGE_STRING}",[GetFEM package string]) AC_DEFINE_UNQUOTED(GETFEM_PACKAGE_TARNAME,"${PACKAGE_TARNAME}",[GetFEM package tarname]) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index b16a4824..316d0abf 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = GetFEM # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 5.4.3 +PROJECT_NUMBER = 5.4.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/sphinx/source/.templates/download.html b/doc/sphinx/source/.templates/download.html index acb019a5..853a2258 100644 --- a/doc/sphinx/source/.templates/download.html +++ b/doc/sphinx/source/.templates/download.html @@ -20,11 +20,11 @@ Public License, either version 3 of the license or any later version along with <tr><th>{%trans%}Format{%endtrans%}</th><th>{%trans%}Packed as .tar.gz{%endtrans%}</th></tr> <tr> <td>{%trans%}{{ project }} stable {%endtrans%}</td> - <td><a href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.3.tar.gz">getfem-5.4.3.tar.gz</a></td> + <td><a href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/getfem-5.4.4.tar.gz">getfem-5.4.4.tar.gz</a></td> </tr> <tr> <td>{%trans%}Gmm++ standalone{%endtrans%}</td> - <td><a href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/gmm-5.4.3.tar.gz">gmm-5.4.3.tar.gz</a></td> + <td><a href="http://download-mirror.savannah.gnu.org/releases/getfem/stable/gmm-5.4.4.tar.gz">gmm-5.4.4.tar.gz</a></td> </tr> </table> diff --git a/doc/sphinx/source/replaces.txt b/doc/sphinx/source/replaces.txt index 20bff658..83a3c21b 100644 --- a/doc/sphinx/source/replaces.txt +++ b/doc/sphinx/source/replaces.txt @@ -19,7 +19,7 @@ .. |sLU| replace:: *SuperLU* .. |mumps| replace:: *MUMPS* .. |sphinx| replace:: *Sphinx* -.. |version| replace:: 5.4.3 +.. |version| replace:: 5.4.4 .. |licyears| replace:: 2004-2025 .. |gfi| replace:: *getfem-interface* .. |m| replace:: `mesh` diff --git a/doc/sphinx/source/whatsnew/5.4.4.rst b/doc/sphinx/source/whatsnew/5.4.4.rst new file mode 100644 index 00000000..5bbaa235 --- /dev/null +++ b/doc/sphinx/source/whatsnew/5.4.4.rst @@ -0,0 +1,12 @@ +.. include:: ../replaces.txt + +************************** + What's New in |gf| 5.4.4 +************************** + +|gf| 5.4.4 is a patch version. + +Released version, 2025/01/16. + +This patch version fix a problem in the use of the libtool variable LIBTOOL_VERSION_INFO and reduce code of the superlu and blas interfaces of GMM. + diff --git a/doc/sphinx/source/whatsnew/index.rst b/doc/sphinx/source/whatsnew/index.rst index b76ea38b..42456e09 100644 --- a/doc/sphinx/source/whatsnew/index.rst +++ b/doc/sphinx/source/whatsnew/index.rst @@ -11,6 +11,7 @@ for anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 + 5.4.4.rst 5.4.3.rst 5.4.2.rst 5.4.1.rst diff --git a/extract_gmm++ b/extract_gmm++ index f0a86f82..a35cd9d4 100755 --- a/extract_gmm++ +++ b/extract_gmm++ @@ -22,7 +22,7 @@ eval 'exec perl -S $0 "$@"' $getfem_root = "."; $MAJOR_VERSION = "5"; $MINOR_VERSION = "4"; -$PATCH_VERSION = "3"; +$PATCH_VERSION = "4"; # $DATE_VERSION = -`date +%Y%m%d`; # $DATE_VERSION = ".0"; diff --git a/interface/src/python/setup.py.in b/interface/src/python/setup.py.in index 007b1834..e922d1be 100644 --- a/interface/src/python/setup.py.in +++ b/interface/src/python/setup.py.in @@ -68,7 +68,7 @@ getfemmod = Extension('_getfem', setup (name = 'getfem-interface', license='LGPL', - version = '5.4.2', + version = '5.4.4', maintainer="Yves Renard", maintainer_email="yves.ren...@insa-lyon.fr", description = "This is the getfem-python-interface module",