Skip to content

Commit

Permalink
Release v1.7.9_es6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SawamiWataru committed Apr 15, 2019
1 parent b5c0b07 commit 4b38c59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## 1.7.9
BUG FIXES:
* URLs in link element in XML return value is not escaped.([#372](https://github.com/personium/personium-core/issues/372))
* Token when executing the "exec" action does not contain Role.([#384](https://github.com/personium/personium-core/issues/384))
* Rule information is not deleted when executing Box recursive deletion API.([#388](https://github.com/personium/personium-core/issues/388))

IMPROVEMENTS:
* Divide elasticsearch index into each type.([#390](https://github.com/personium/personium-core/issues/390))
* Note: You need to recreate the Elasticsearch index configuration.

## 1.7.8
BUG FIXES:
* Account locking is incorrect when using memcached.([#377](https://github.com/personium/personium-core/issues/377))
* Caution: It is necessary to modernize memcached. (v1.5.12) <br> Please see the [official website](https://memcached.org/) for details.

IMPROVEMENTS:
* Use secure hash in password authentication([#339](https://github.com/personium/personium-core/issues/339))
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.personium</groupId>
<artifactId>personium-core</artifactId>
<packaging>war</packaging>
<version>1.7.9_es6.6.1-SNAPSHOT</version>
<version>1.7.9_es6.6.1</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-lib-es-adapter</artifactId>
<version>1_es6.6.1_3-SNAPSHOT</version>
<version>1_es6.6.1_3</version>
</dependency>
<dependency>
<groupId>io.personium</groupId>
Expand Down

0 comments on commit 4b38c59

Please sign in to comment.