Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsmeele committed Jul 11, 2018
2 parents 9ddd526 + d9ef36f commit 13f294b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)

project(davrods C)

set(IRODSRT_VERSION "4.2.2" CACHE STRING "iRODS client library version")
set(IRODSRT_VERSION "4.2.3" CACHE STRING "iRODS client library version")

set(DAVRODS_FEATURE "1.4.0")
set(DAVRODS_VERSION "${IRODSRT_VERSION}_${DAVRODS_FEATURE}")
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please choose the right version for your platform:

| Davrods ver. | iRODS runtime ver. | Packages |
| ------------ | ------------------ | --------------------------------------------------------------------------------- |
| 1.4.0 | 4.2.3 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.3_1.4.0) |
| 1.4.0 | 4.2.2 | [RPM, DEB](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.2_1.4.0) |
| 1.3.0 | 4.2.1 | [RPM](https://github.com/UtrechtUniversity/davrods/releases/tag/4.2.1_1.3.0) |
| 1.3.0 | 4.1.x | [RPM](https://github.com/UtrechtUniversity/davrods/releases/tag/4.1_1.3.0) |
Expand Down Expand Up @@ -77,9 +78,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.2_1.4.0-1.rpm
yum install davrods-4.2.3_1.4.0-1.rpm
--or--
apt install davrods-4.2.2_1.4.0.deb
apt install davrods-4.2.3_1.4.0.deb

Now see the __Configuration__ section for instructions on how to
configure Davrods once it has been installed.
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Jul 11 2018 Chris Smeele <[email protected]> - 4.2.3_1.4.0-1
- Now supports iRODS 4.2.3 client libraries

* Mon Mar 26 2018 Chris Smeele <[email protected]> - 4.2.2_1.4.0-1
- Added Range header support (partial downloads)
- Added support for auto-installs and packaging on Debian-based distros
Expand Down

0 comments on commit 13f294b

Please sign in to comment.