Skip to content

Commit

Permalink
Changes for release-1.2.1. Only versions in pom files changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhe-reliatec committed Nov 11, 2022
1 parent 934c21b commit cc93155
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 36 deletions.
32 changes: 2 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
## 1.2.0 (August 17, 2022)
## 1.2.1 (November 7, 2022)

**bugfix:**
* display correct role in success message for 'RemoveStudyUserRole' (#114)
* fix for paht traversal issue and cleanup of unsupported Oracle DB (#331)
* fixed error when filtering subject matrix by study event (#316)

* fixed insert and show rule executions under certain conditions (#308, #305, #310, #306)
* fixed new rule ItemGroup and item expression validation (#312)
* include/sideinfo.jsp tr attibutes not separated by space causing errors in console log (#295)
* wrong logging level used when generating next possible SSID for studies with autogenerated SSID (#287)
* ODM export: code list incomplete when empty text entries are selected (#279)

**maintenance:**
* cleanup removing (#341)
* used undeclared dependencies
* declared unused dependencies
* duplicate class dependencies
* introduced monitoring of dependencies by maven-plugins (maven-dependency-plugin, maven-enforcer-plugin) (#341)
* removed recommendation of Internet Explorer (#302)
* favicon in Chromium-based browsers (#247)
* various GUI related fixes (#336)
* removed old properties files from web module (#334)
* parametrised SQL fixes (#323)
* merged developer documentation into the main repository and use Markdown markup (#319)
* removed unused logging library dependencies (#304), log4j (#297)
* updated PostgreSQL JDBC driver to version 42.2.26 (#345)
* updated java.mail dependency (#357)

**enhancement:**
* 2 factor authentication (#286)
* user login notification via email (#285)
* role-specific offline manuals in the Tasks menu (#284)
* additional information in system generated emails(#283)

**tests:**
* changed T004 to avoid dependency of test databases
* tests T001-08 - 10, T003-09 - 11, T038-01 - 02 for 2 factor authentication
* tests T001-11 - 13, T004-04 - 07, and T009-06 - 07 for email notification
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<version>1.2.1</version>
<name>LibreClinica</name>
<description>LibreClinica</description>

Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.libreclinica</groupId>
<artifactId>LibreClinica</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<properties>
Expand Down

0 comments on commit cc93155

Please sign in to comment.