From c507593b2175545e86b44dd5162df62e00c103d0 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:43:54 -0700 Subject: [PATCH 1/2] Zstandard : Fix macOS manifest path --- Changes.md | 5 +++++ Zstandard/config.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index ced1b98130..488e72f93a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,8 @@ +9.0.0 alpha x (relative to 9.0.0 alpha 1) +------------- + +- Zstandard : Fixed manifest path on macOS. + 9.0.0 alpha 1 (relative to 8.0.1) ------------- diff --git a/Zstandard/config.py b/Zstandard/config.py index e759828164..958a5e7d56 100644 --- a/Zstandard/config.py +++ b/Zstandard/config.py @@ -30,7 +30,7 @@ "manifest" : [ "include/zstd.h", - "lib/libzstd{sharedLibraryExtension}*" + "lib/libzstd*{sharedLibraryExtension}*" ], From 4f0d5c2ff54659a1892eaa50a40c7c5ec46d1802 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:46:10 -0700 Subject: [PATCH 2/2] Cortex : Update to version 10.5.9.2 --- Changes.md | 1 + Cortex/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 488e72f93a..6f0de564a7 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,7 @@ 9.0.0 alpha x (relative to 9.0.0 alpha 1) ------------- +- Cortex : Updated to version 10.5.9.2. - Zstandard : Fixed manifest path on macOS. 9.0.0 alpha 1 (relative to 8.0.1) diff --git a/Cortex/config.py b/Cortex/config.py index e471111aca..0bd133ddfd 100644 --- a/Cortex/config.py +++ b/Cortex/config.py @@ -2,7 +2,7 @@ "downloads" : [ - "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.1.tar.gz" + "https://github.com/ImageEngine/cortex/archive/refs/tags/10.5.9.2.tar.gz" ],