Skip to content

Commit 24af473

Browse files
authored
Improve science Linux compatibility. (#189)
Now the most popular glibc variants work all the way back to, for example, Ubuntu 14.04: ```console :; docker run \ --rm \ -v $PWD/dist/science-fat-linux-x86_64:/usr/bin/science \ ubuntu:14.04 \ science -V 0.17.1 ```
1 parent 82768db commit 24af473

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 0.17.1
4+
5+
This release improves the Linux compatibility ot the `science` binary by building science itself
6+
with the latest `scie-jump` (1.9.2). Any scies produced by this or older `science` releases can
7+
themselves enjoy this compatibility improvement by using the latest `scie-jump` as well.
8+
39
## 0.17.0
410

511
This release adds support for `scie-jump` binaries linked against glibc for Linux aarch64 and

science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from packaging.version import Version
55

6-
__version__ = "0.17.0"
6+
__version__ = "0.17.1"
77

88
VERSION = Version(__version__)

0 commit comments

Comments
 (0)