From 7b9d7fafe0e111bfbb0e61be1d494036607bf14a Mon Sep 17 00:00:00 2001 From: Bill Scherer <36514047+billschereriii@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:50:52 -0500 Subject: [PATCH] Update version of Hiredis (#351) [ committed by @billschereriii ] [ reviewed by @mellis13 ] --- Makefile | 2 +- doc/changelog.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 585bd6fe4..6f1d27c9f 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ SR_TEST_DEVICE := cpu # Params for third-party software HIREDIS_URL := https://github.com/redis/hiredis.git -HIREDIS_VER := v1.0.0 +HIREDIS_VER := v1.1.0 RPP_URL := https://github.com/sewenew/redis-plus-plus.git RPP_VER := 1.3.5 PYBIND_URL := https://github.com/pybind/pybind11.git diff --git a/doc/changelog.rst b/doc/changelog.rst index 46419468e..2e7c00897 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -9,6 +9,7 @@ To be released at some future point in time Description - Remove debug output in pybind layer +- Update Hiredis version to 1.1.0 - Enable parallel build for the SmartRedis examples - Experimental support for Nvidia toolchain - Major revamp of build and test systems for SmartRedis @@ -23,6 +24,7 @@ Description Detailed Notes - Remove debug output in pybind layer associated with put_dataset (PR352_) +- Updated to the latest version of Hiredis (1.1.0) (PR351_) - Enable parallel build for the SmartRedis examples by moving utility Fortran code into a small static library (PR349_) - For the NVidia toolchain only: Replaces the assumed rank feature of F2018 used @@ -43,6 +45,7 @@ users need not import `iso_c_binding` in their own applications (PR340_) - Added ConfigOptions class and API, which will form the backbone of multiDB support (PR303_) .. _PR352: https://github.com/CrayLabs/SmartRedis/pull/352 +.. _PR351: https://github.com/CrayLabs/SmartRedis/pull/351 .. _PR349: https://github.com/CrayLabs/SmartRedis/pull/349 .. _PR346: https://github.com/CrayLabs/SmartRedis/pull/346 .. _PR341: https://github.com/CrayLabs/SmartRedis/pull/341