Skip to content

Commit b01400f

Browse files
committed
Release v2.16.1.1
The following are the changes in this release: Fix compiler warning for `custom/u_pfe.c`. Update the `ARCH_CFLAGS` make symbol comments in `Makefile.config`. Add `ARCH_CFLAGS` to `COMMON_CFLAGS` in `Makefile.config`. Add "RHEL (Linux) Address Sanitizer (ASAN) for i686" commented out section to `Makefile.local`. Improve comments in `Makefile.local` related to "Address Sanitizer (ASAN)". Add `junk4200` to `.gitignore`. Use `-${Q}` instead of `-@` while build hsrc files in `Makefile`. Fix `pseudo_seed()` in `seed.c` to handle 32-bit architectures. Fixed `reopenid()` in `file.c` to handle 32-bit architectures and to avoid "glibc detected an invalid stdio handle" using `freopen(3)`. Fixed bug in `c_power()` in `comfunc.c` that caused 32-bit architectures to dump core. Fixed bug in `zrandom()` in `zrandom.c` where results from a Blum-Blum-Shub operation were incorrectly copied into a ZVALUE for 32-bit architectures. Fixed comment typo in `cal/regress.cal` before test 5305.
1 parent 6965a64 commit b01400f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ EXT=
12451245

12461246
# The calc version in the form of x.y.z.w
12471247
#
1248-
VERSION= 2.16.1.0
1248+
VERSION= 2.16.1.1
12491249

12501250
# The calc major version in the form of x.y.z
12511251
#

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# define MAJOR_VER 2 /* level 1: major library version */
6363
# define MINOR_VER 16 /* level 2: minor library version */
6464
# define MAJOR_PATCH 1 /* level 3: major software version level */
65-
# define MINOR_PATCH 0 /* level 4: minor software version level */
65+
# define MINOR_PATCH 1 /* level 4: minor software version level */
6666

6767
/*
6868
* Defining PERMIT_DANGEROUS_ADDRESS_ARITHMETIC is NOT supported!

0 commit comments

Comments
 (0)