Skip to content

Commit b401d7c

Browse files
update docs; call this 2.22.1
1 parent ffb8e3b commit b401d7c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

arb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

arb/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
#include "arb.h"
1313

14-
const char * arb_version = "2.22.0";
14+
const char * arb_version = "2.22.1";

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# 2.7.0 => 0.0.0
1212
ARB_MAJOR=2
1313
ARB_MINOR=13
14-
ARB_PATCH=0
14+
ARB_PATCH=1
1515

1616
PREFIX="/usr/local"
1717
GMP_DIR="/usr/local"

doc/source/history.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3947
2022-01-15 -- version 2.22.0
4048
-------------------------------------------------------------------------------
4149

0 commit comments

Comments
 (0)