Skip to content

Commit 546e50e

Browse files
author
michael-conway
committed
#61 prepare for rc2
1 parent 5875e16 commit 546e50e

File tree

9 files changed

+13
-10
lines changed

9 files changed

+13
-10
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Project: Jargon-core API
33
#### Date:
44
#### Release Version:
5-
#### git tag: 4.1.10.0-RC1
5+
#### git tag: 4.1.10.0-RC2
66
#### Developer: Mike Conway - DICE
77

88
## News
99

10-
4.1.10 Release compatability release candidate
10+
4.1.10 Release compatability release candidate 2
1111
for milestone: https://github.com/DICE-UNC/jargon/milestone/11
1212

1313
This includes support for client-server negotiation and SSL encryption of transport
@@ -106,6 +106,9 @@ Fixed mismatch between local SSL negotiation stance enum values and iRODS negoti
106106
#### "Catalog SQL error" in jargon-core when using Oracle #196
107107
Replicated issue, identified as iRODS server issue, due to missing specific queries. For cat sql errors when checking group authorization, a 'specific_query_patch-bug196.sh' demonstrates a repair to a 4.1.x iRODS installation with Oracle iCAT. See https://github.com/DICE-UNC/jargon/issues/196 for details.
108108

109+
#### Connections left open in 4.1.10.0-RC1 #222
110+
111+
Expanded testing to more complete PAM + SSL negotiation permutations, fixed some issues with finalizers triggering and opening and closing the various tunnelled and non-secure connections in these PAM scenarios. There are two paths for SSL tunneling and there were some interactions between these two paths to clean up that caused errors, or showed up in the Jargon logs as finalizer warnings about unclosed connections.
109112

110113
### Additional testing for reported issues, minor changes
111114

jargon-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.1.10.0-SNAPSHOT</version>
5+
<version>4.1.10.0-RC2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

jargon-data-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RC2</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-data-utils</artifactId>

jargon-httpstream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.1.10.0-SNAPSHOT</version>
7+
<version>4.1.10.0-RC2</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-httpstream</artifactId>

jargon-ruleservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RC2</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ruleservice</artifactId>

jargon-ticket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.irods</groupId>
55
<artifactId>jargon</artifactId>
6-
<version>4.1.10.0-SNAPSHOT</version>
6+
<version>4.1.10.0-RC2</version>
77
</parent>
88
<groupId>org.irods.jargon</groupId>
99
<artifactId>jargon-ticket</artifactId>

jargon-user-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jargon</artifactId>
66
<groupId>org.irods</groupId>
7-
<version>4.1.10.0-SNAPSHOT</version>
7+
<version>4.1.10.0-RC2</version>
88
</parent>
99
<groupId>org.irods.jargon</groupId>
1010
<artifactId>jargon-user-profile</artifactId>

jargon-user-tagging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.irods</groupId>
44
<artifactId>jargon</artifactId>
5-
<version>4.1.10.0-SNAPSHOT</version>
5+
<version>4.1.10.0-RC2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.irods.jargon</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.irods</groupId>
66
<artifactId>jargon</artifactId>
77
<packaging>pom</packaging>
8-
<version>4.1.10.0-SNAPSHOT</version>
8+
<version>4.1.10.0-RC2</version>
99
<name>Jargon</name>
1010
<description>Core Java API and related libraries for iRODS</description>
1111
<url>https://github.com/DICE-UNC/jargon</url>

0 commit comments

Comments
 (0)