From f1868bdd4d3c953271b2234d360104eb8eae07b6 Mon Sep 17 00:00:00 2001 From: Chris Smeele Date: Sun, 23 Jun 2019 23:54:32 +0200 Subject: [PATCH] Updated for iRODS 4.2.6 --- CMakeLists.txt | 2 +- README.md | 5 +++-- changelog.txt | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c53cdeb..e9e68d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12) project(davrods C) -set(IRODSRT_VERSION "4.2.5" CACHE STRING "iRODS client library version") +set(IRODSRT_VERSION "4.2.6" CACHE STRING "iRODS client library version") set(DAVRODS_FEATURE "1.4.2") set(DAVRODS_VERSION "${IRODSRT_VERSION}_${DAVRODS_FEATURE}") diff --git a/README.md b/README.md index f4f63f2..e64c620 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Please choose the right version for your platform: | Davrods ver. | iRODS runtime ver. | Packages | | ------------ | ------------------ | --------------------------------------------------------------------------------- | +| 1.4.2 | 4.2.6 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.6_1.4.2) | | 1.4.2 | 4.2.5 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.5_1.4.2) | | 1.4.2 | 4.2.4 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.4_1.4.2) | | 1.4.1 | 4.2.3 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.3_1.4.1) | @@ -82,9 +83,9 @@ package using the RPM or DEB file from the Download the Davrods package for your platform and install it using your package manager, for example: - yum install davrods-4.2.5_1.4.2-1.rpm + yum install davrods-4.2.6_1.4.2-1.rpm --or-- - apt install davrods-4.2.5_1.4.2.deb + apt install davrods-4.2.6_1.4.2.deb Now see the __Configuration__ section for instructions on how to configure Davrods once it has been installed. diff --git a/changelog.txt b/changelog.txt index 8ecc445..371c488 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +* Sun Jun 23 2019 Chris Smeele - 4.2.6_1.4.2-1 +- Now supports iRODS 4.2.6 client libraries + * Wed Apr 03 2019 Chris Smeele - 4.2.5_1.4.2-1 - Now supports iRODS 4.2.5 client libraries