File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1- 3.0.0
1+ 3.0.1
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ AC_LANG(C)
7070# NOTE: This must be after AC_INIT
7171FLINT_MAJOR_SO=18
7272FLINT_MINOR_SO=0
73- FLINT_PATCH_SO=0
73+ FLINT_PATCH_SO=1
7474
7575# Make sure that we are in the right directory
7676AC_CONFIG_SRCDIR ( src/fmpz/link/fmpz_reentrant.c )
Original file line number Diff line number Diff line change @@ -6,7 +6,31 @@ History and changes
66FLINT version history
77:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
88
9- 2023-10-20 -- FLINT 3.0
9+ 2023-11-10 -- FLINT 3.0.1
10+ -------------------------------------------------------------------------------
11+
12+ * Build issues
13+
14+ * Fix LIBS2 order for static linking (Tomás Oliveira e Silva).
15+ * Fix substitution of version number for older autotools (Albin Ahlbäck).
16+ * Fix use of AC_SEARCH_LIBS to find cblas_dgemm (Gonzalo Tornaría).
17+ * Add FlexiBLAS as a cblas option (Mahrud Sayrafi).
18+ * Don't use deprecated PythonInterp in CMake build (Mahrud Sayrafi).
19+ * Fix setting version numbers and strings in CMake build (Mahrud Sayrafi).
20+ * Only link with NTL for the tests on CMake (Mahrud Sayrafi).
21+
22+ * Bugs
23+
24+ * Fix bug in nmod32 on 32-bit systems.
25+ * Fix missing modulus assignment in nmod_poly_mat_window_init (Vincent Neiger).
26+ * Fix tmp allocation size in _fmpz_set_str_basecase.
27+ * Fix rare arithmetic bug and memory leak in n_factor_ecm_select_curve.
28+
29+ * Other
30+
31+ * Some corrections to the documentation.
32+
33+ 2023-10-20 -- FLINT 3.0.0
1034-------------------------------------------------------------------------------
1135
1236Merged libraries and reorganisation
You can’t perform that action at this time.
0 commit comments