Skip to content

Commit c05007b

Browse files
call this 3.0.1
1 parent 435767c commit c05007b

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ AC_LANG(C)
7070
# NOTE: This must be after AC_INIT
7171
FLINT_MAJOR_SO=18
7272
FLINT_MINOR_SO=0
73-
FLINT_PATCH_SO=0
73+
FLINT_PATCH_SO=1
7474

7575
# Make sure that we are in the right directory
7676
AC_CONFIG_SRCDIR(src/fmpz/link/fmpz_reentrant.c)

doc/source/history.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,31 @@ History and changes
66
FLINT 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

1236
Merged libraries and reorganisation

0 commit comments

Comments
 (0)