From 538ede0ab494063aefe736474ef2368c5d10db03 Mon Sep 17 00:00:00 2001 From: Wataru Sawami Date: Fri, 15 Dec 2017 17:42:36 +0900 Subject: [PATCH] Release v1.5.7 --- CHANGELOG.md | 11 +++++++++++ pom.xml | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a70a05f..7e0468140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.5.7 +BUG FIXES: +* Add value check processing of RequireSchemaAuthz attribute.([#78](https://github.com/personium/personium-core/issues/78)) +* Change execution privilege of GetBoxURL API.([#82](https://github.com/personium/personium-core/issues/82)) +* DateTime literal format used in OData $filter is not implemented correctly.([#86](https://github.com/personium/personium-core/issues/86)) + +IMPROVEMENTS: +* When Unit URL is changed, cells' hidden parameter `Owner` in elasticsearch will be wrong URL.([#40](https://github.com/personium/personium-core/issues/40)) +* Unify the linefeed code of file to LF.([#77](https://github.com/personium/personium-core/issues/77)) +* Recursive delete of WebDAV collection without user OData.([#68](https://github.com/personium/personium-core/issues/68)) + ## 1.5.6 IMPROVEMENTS: * OData with N:N relationship also deletes $links at the same time when deleting entities.([#65](https://github.com/personium/personium-core/issues/65)) diff --git a/pom.xml b/pom.xml index 51e73e798..8af99276c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.personium personium-core war - 1.5.7-SNAPSHOT + 1.5.7 personium-core Maven Webapp http://maven.apache.org @@ -26,12 +26,12 @@ io.personium personium-lib-es-adapter - 1.4.6-SNAPSHOT + 1.4.6 io.personium personium-lib-common - 1.4.6-SNAPSHOT + 1.4.6 io.personium @@ -46,7 +46,7 @@ io.personium personium-client-java - 1.4.6-SNAPSHOT + 1.4.6 test