Skip to content

Commit c34b93d

Browse files
committed
Version 4.8
1 parent 3f8f8a2 commit c34b93d

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

AutoGeneratedFile.tar.gz

-8 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--USE THIS TEMPLATE TO COMPLETE THE CHANGELOG-->
22
<!--
3-
## [Version number] - YYYY-MM-DD
3+
## [Version number]
44
### Added
55
-
66
@@ -23,7 +23,7 @@
2323
# Changelog
2424
All notable changes to this project will be documented in this file.
2525

26-
## [Unreleased]
26+
## [4.8]
2727
### Added
2828
- Bilaplacian example using Morley FE with PETSc, see `examples/hpddm/bilaplacian-2d-PETSc.edp`
2929
- Oseen problem preconditioned by PCD, see `examples/hpddm/oseen-2d-PETSc.edp`
@@ -38,9 +38,6 @@ All notable changes to this project will be documented in this file.
3838
- link of ffglut so change in configure.ac and Makefile.am LIBS -> FF_LIBS and LIBS become empty
3939
to remove default libs
4040
- change number of save plot in ffglut from 10 to 20 for O. Pironneau
41-
### Deprecated
42-
43-
### Removed
4441

4542
### Fixed
4643
- some memory leaks
@@ -49,10 +46,6 @@ All notable changes to this project will be documented in this file.
4946
meshL Tl=segment(10); fespace Vl(Tl,P1,periodic=[[1],[2]]);
5047
meshS Th=square3(10,10,[x*2*pi,y*2*pi]); fespace Vh2(Th,P1,periodic=[[1,x],[3,x],[2,y],[4,y]]);
5148
- fixed '*' keyboard trick, to keep the viewpoint in ffglut or not.
52-
53-
54-
55-
### Security
5649

5750
## [4.7-1]
5851
### Changed
@@ -371,7 +364,8 @@ All notable changes to this project will be documented in this file.
371364
### Changed
372365
- The main distribution is now on Github
373366
374-
[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7-1..develop
367+
[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.8..develop
368+
[4.8]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7-1..v4.8
375369
[4.7-1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7...v4.7-1
376370
[4.7]: https://github.com/FreeFem/FreeFem-sources/compare/v4.6...v4.7
377371
[4.6]: https://github.com/FreeFem/FreeFem-sources/compare/v4.5...v4.6

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-1,frederic.hecht@sorbonne-universite.fr,FreeFEM)
12+
AC_INIT(FreeFEM,4.8,frederic.hecht@sorbonne-universite.fr,FreeFEM)
1313
dnl : ${CFLAGS=""}
1414
dnl : ${CXXFLAGS=""}
1515
dnl : ${FCFLAGS=""}

0 commit comments

Comments
 (0)