Skip to content

Commit abb1353

Browse files
committed
Version 4.7.1
1 parent 3eb0d11 commit abb1353

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

AutoGeneratedFile.tar.gz

-4 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,19 @@
2323
# Changelog
2424
All notable changes to this project will be documented in this file.
2525

26-
## [Unreleased]
27-
### Added
28-
26+
## [4.7.1]
2927
### Changed
30-
- change the language definition to use tyep as a construction function with named arguments for bem plugin
28+
- change the language definition to use type as a construction function with named arguments for bem plugin
3129
- PETSc version 3.14.0
3230
- ARPACK compiled by SLEPc
33-
34-
### Deprecated
31+
- Mmg version 5.5.0
32+
- -std=c++14 instead of -std=c++11 when possible
3533

3634
### Removed
3735
- plugins thresholdings, symmetrizeCSR, and fflapack and associed example
3836

3937
### Fixed
40-
- problem compilation with gfortran-10 of arpack and mumps (add -fallow-argument-mismatch flags-
38+
- problem compilation with gfortran-10 of arpack and mumps (add -fallow-argument-mismatch flags)
4139

4240
## [4.7]
4341
### Added
@@ -342,14 +340,15 @@ All notable changes to this project will be documented in this file.
342340
### Changed
343341
- The main distribution is now on Github
344342
345-
[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7..develop
343+
[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7.1..develop
344+
[4.7.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7...v4.7.1
346345
[4.7]: https://github.com/FreeFem/FreeFem-sources/compare/v4.6...v4.7
347346
[4.6]: https://github.com/FreeFem/FreeFem-sources/compare/v4.5...v4.6
348347
[4.5]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4-3...v4.5
349348
[4.4-3]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4-2...v4.4-3
350349
[4.4-2]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4...v4.4-2
351350
[4.4]: https://github.com/FreeFem/FreeFem-sources/compare/v4.2.1...v4.4
352-
[4.2.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.0...v4.2.1
351+
[4.2.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.1...v4.2.1
353352
[4.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.0...v4.1
354353
[4.0]: https://github.com/FreeFem/FreeFem-sources/compare/3.62...v4.0
355354
[3.62]: https://github.com/FreeFem/FreeFem-sources/compare/3.61...3.62

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# number in debian/changelog.
1010

1111

12-
AC_INIT(FreeFEM,4.7,frederic.hecht@sorbonne-universite.fr,FreeFEM)
12+
AC_INIT(FreeFEM,4.7.1,frederic.hecht@sorbonne-universite.fr,FreeFEM)
1313
dnl : ${CFLAGS=""}
1414
dnl : ${CXXFLAGS=""}
1515
dnl : ${FCFLAGS=""}

0 commit comments

Comments
 (0)