diff --git a/VERSION b/VERSION index 56fea8a08d..13d683ccbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.0.1 \ No newline at end of file diff --git a/configure.ac b/configure.ac index 676e5ff886..7098fd89a2 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AC_LANG(C) # NOTE: This must be after AC_INIT FLINT_MAJOR_SO=18 FLINT_MINOR_SO=0 -FLINT_PATCH_SO=0 +FLINT_PATCH_SO=1 # Make sure that we are in the right directory AC_CONFIG_SRCDIR(src/fmpz/link/fmpz_reentrant.c) diff --git a/doc/source/history.rst b/doc/source/history.rst index da7d120873..5c3aa942b6 100644 --- a/doc/source/history.rst +++ b/doc/source/history.rst @@ -6,7 +6,31 @@ History and changes FLINT version history ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -2023-10-20 -- FLINT 3.0 +2023-11-10 -- FLINT 3.0.1 +------------------------------------------------------------------------------- + +* Build issues + + * Fix LIBS2 order for static linking (Tomás Oliveira e Silva). + * Fix substitution of version number for older autotools (Albin Ahlbäck). + * Fix use of AC_SEARCH_LIBS to find cblas_dgemm (Gonzalo Tornaría). + * Add FlexiBLAS as a cblas option (Mahrud Sayrafi). + * Don't use deprecated PythonInterp in CMake build (Mahrud Sayrafi). + * Fix setting version numbers and strings in CMake build (Mahrud Sayrafi). + * Only link with NTL for the tests on CMake (Mahrud Sayrafi). + +* Bugs + + * Fix bug in nmod32 on 32-bit systems. + * Fix missing modulus assignment in nmod_poly_mat_window_init (Vincent Neiger). + * Fix tmp allocation size in _fmpz_set_str_basecase. + * Fix rare arithmetic bug and memory leak in n_factor_ecm_select_curve. + +* Other + + * Some corrections to the documentation. + +2023-10-20 -- FLINT 3.0.0 ------------------------------------------------------------------------------- Merged libraries and reorganisation