Skip to content

Commit 78bf75b

Browse files
committed
Release 3.9.6
- This version contains DB changes! - Allow to set secondary group name regex. - Added EnrichedHosts (Host with its attributes). - New module for erasmus persistent shadow. - Keep last_access timestamp when moving UES. - Support additional identifiers in registration process for eduteams. - Added getAdmins for resource manager. - Added missing logic for re-schedule interval in service provisioning. - Converted all char(1) columns to boolean. including member.status column. - Removed all unused status columns. - Use GWT 2.9.0 to build perun GUI. - New method in API to submit application. - Optimized search for members/users, should be quicker. - Validate sponsored membersh after adding sponsorships. - New methods to work with entityless attributes and their usage in GUI to prevent data/key mismatch. - Separate logs for group synchronizations. - Case insensitive check for duplicates in tcsMails:mu. - Travis CI replaced with GitHub CI. - Removed never used attribute cache. - Simplified code to read attribute value. - Fixed checks in login-namespace:vsup.
1 parent 427bb23 commit 78bf75b

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

perun-auditparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cabinet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cli-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>3.9.5</version>
10+
<version>3.9.6</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

perun-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-ldapc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>3.9.5</version>
10+
<version>3.9.6</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

perun-notification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>3.9.5</version>
9+
<version>3.9.6</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>3.9.5</version>
10+
<version>3.9.6</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

0 commit comments

Comments
 (0)