Skip to content

Commit

Permalink
Update for release 4.2.12-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Jul 27, 2023
1 parent cc5da06 commit e351ae4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(davrods C)

set(IRODSRT_VERSION "4.2.12" CACHE STRING "iRODS client library version")

set(DAVRODS_FEATURE "1.5.0")
set(DAVRODS_FEATURE "1.5.1")
set(DAVRODS_VERSION "${IRODSRT_VERSION}_${DAVRODS_FEATURE}")
set(DAVRODS_VERSION_DEB "${IRODSRT_VERSION}-${DAVRODS_FEATURE}")

Expand Down
17 changes: 16 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
* Development version
* Jul 27 2023 Sietse Snel - 4.2.12-1.5.1-1
- Check username and password length before a new iRODS connection is established,
so that authentication attempts using illegal credentials are blocked before
they can cause any issues.

* May 17 2023 Lazlo Westerhof - 4.2.12-1.5.0-1
Now supports iRODS 4.2.12 client libraries

* Jun 22 2022 Felix Croes - 4.3.0-1.5.0-1
Now supports iRODS 4.3.0 client libraries

* Dec 20 2021 Lazlo Westerhof - 4.2.11-1.5.0-1
Now supports iRODS 4.2.11 client libraries

* Jul 28 2021 Lazlo Westerhof - 4.2.10-1.5.0-1
Now supports iRODS 4.2.10 client libraries

* Jun 16 2021 Lazlo Westerhof - 4.2.9-1.5.0-1
Now supports iRODS 4.2.9 client libraries

* Tue Jun 2 2020 Chris Smeele <[email protected]> - 4.2.8_1.5.0-1
- Added support for read-only ticket-based access (disabled by default)
- Support merging config from overlapping Apache Location/If sections
Expand Down

0 comments on commit e351ae4

Please sign in to comment.