File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ extern "C" {
2828
2929#define __ARB_VERSION 2
3030#define __ARB_VERSION_MINOR 22
31- #define __ARB_VERSION_PATCHLEVEL 0
32- #define ARB_VERSION "2.22.0 "
31+ #define __ARB_VERSION_PATCHLEVEL 1
32+ #define ARB_VERSION "2.22.1 "
3333#define __ARB_RELEASE (__ARB_VERSION * 10000 + \
3434 __ARB_VERSION_MINOR * 100 + \
3535 __ARB_VERSION_PATCHLEVEL)
Original file line number Diff line number Diff line change 1111
1212#include "arb.h"
1313
14- const char * arb_version = "2.22.0 " ;
14+ const char * arb_version = "2.22.1 " ;
Original file line number Diff line number Diff line change 1111# 2.7.0 => 0.0.0
1212ARB_MAJOR=2
1313ARB_MINOR=13
14- ARB_PATCH=0
14+ ARB_PATCH=1
1515
1616PREFIX=" /usr/local"
1717GMP_DIR=" /usr/local"
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ Old versions of the documentation
3636* http://arblib.org/arb-2.4.0.pdf
3737* http://arblib.org/arb-2.3.0.pdf
3838
39+ 2022-01-25 -- version 2.22.1
40+ -------------------------------------------------------------------------------
41+
42+ * Fixed bugs causing some hypergeometric functions hang or crash for
43+ some input on various non-x86 architectures.
44+ * Fixed a minor bug in acb_hypgeom_m (NaN result sometimes only set the
45+ real part to NaN).
46+
39472022-01-15 -- version 2.22.0
4048-------------------------------------------------------------------------------
4149
You can’t perform that action at this time.
0 commit comments