File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ The following bindings are under consideration:
5959
6060# Versions, branches
6161
62+ - Version ` 3.0.1 ` is meant to be build against ` TFEL ` 5.0.1
6263- Version ` 3.0 ` is meant to be build against ` TFEL ` 5.0
64+ - Version ` 2.2.1 ` is meant to be build against ` TFEL ` 4.2.3
6365- Version ` 2.2 ` is meant to be build against ` TFEL ` 4.2
6466- Version ` 2.1 ` is meant to be build against ` TFEL ` 4.1
6567- Version ` 2.0 ` is meant to be build against ` TFEL ` 4.0
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ if(MGIS_HAVE_PANDOC)
7373 mgis_pandoc_generate_html_page (release-notes-2.0 "--toc" "--toc-depth=3" )
7474 mgis_pandoc_generate_html_page (release-notes-2.1 "--toc" "--toc-depth=3" )
7575 mgis_pandoc_generate_html_page (release-notes-2.2 "--toc" "--toc-depth=3" )
76+ mgis_pandoc_generate_html_page (release-notes-2.2.1 "--toc" "--toc-depth=3" )
7677 mgis_pandoc_generate_html_page (release-notes-3.0 "--toc" "--toc-depth=3" )
7778 mgis_pandoc_generate_html_page (release-notes-3.0.1 "--toc" "--toc-depth=3" )
7879 mgis_pandoc_generate_html_page (release-notes-3.1 "--toc" "--toc-depth=3" )
Original file line number Diff line number Diff line change 9494 < li > < a > Version 2.0.x</ a >
9595 < ul >
9696 < li > < a href ="release-notes-2.0.html "> Version 2.0</ a > </ li >
97+ </ ul >
98+ < li > < a > Version 2.1.x</ a >
99+ < ul >
97100 < li > < a href ="release-notes-2.1.html "> Version 2.1</ a > </ li >
101+ </ ul >
102+ < li > < a > Version 2.2.x</ a >
103+ < ul >
98104 < li > < a href ="release-notes-2.2.html "> Version 2.2</ a > </ li >
105+ < li > < a href ="release-notes-2.2.1.html "> Version 2.2.1</ a > </ li >
99106 </ ul >
100107 </ li >
101108 < li > < a > Version 3.0.x</ a >
Original file line number Diff line number Diff line change 1+ ---
2+ title : MFrontGenericInterfaceSupport Version 2.1
3+ author : Thomas Helfer
4+ date : 2025
5+ lang : en-EN
6+ numbersections : true
7+ documentclass : article
8+ from : markdown+tex_math_single_backslash
9+ geometry :
10+ - margin=2cm
11+ papersize : a4
12+ link-citations : true
13+ colorlinks : true
14+ figPrefixTemplate : " $$i$$"
15+ tabPrefixTemplate : " $$i$$"
16+ secPrefixTemplate : " $$i$$"
17+ eqnPrefixTemplate : " ($$i$$)"
18+ bibliography : bibliography.bib
19+ ---
20+
21+ The page describes the new functionalities of Version 2.2.1 of the
22+ ` MFrontGenericInterfaceSupport ` project. This version is meant to
23+ be used with ` TFEL ` version 4.2.3.
24+
25+ This version was released on May 12, 2025.
Original file line number Diff line number Diff line change @@ -18,8 +18,13 @@ eqnPrefixTemplate: "($$i$$)"
1818bibliography : bibliography.bib
1919---
2020
21+ The page describes the new functionalities of Version 3.0.1 of the
22+ ` MFrontGenericInterfaceSupport ` project.
23+
24+ This version was released on May 12, 2025.
25+
2126# Issues fixed
2227
23- ## [ python bindings] Backport support of ` pybind11 ` onto 5 .0.x branch
28+ ## [ python bindings] Backport support of ` pybind11 ` onto 3 .0.x branch
2429
2530For more details, see < https://github.com/thelfer/MFrontGenericInterfaceSupport/issues/145 >
You can’t perform that action at this time.
0 commit comments