Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroaki-shibata committed Feb 17, 2017
1 parent 209906a commit 886c79f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.4.3

IMPROVEMENTS:
* Pluggable architecture for authentication APIs. ([#4](https://github.com/personium/personium-core/issues/4))
* Accept Weak ETag for WebDAV. ([#5](https://github.com/personium/personium-core/issues/5))

MODIFICATIONS FOR SECURITY:
* Abolished temporarily Unit User Promotion `PROPPATCH` API. ([#11](https://github.com/personium/personium-core/issues/11)).

BUG FIXES:
* Test bar file resources are not proper in 1.4.2 . ([#7](https://github.com/personium/personium-core/issues/7))
* Remove PMD warnings and Checkstyle errors. ([#8](https://github.com/personium/personium-core/issues/8))
* Fixed a problem about Cell Administoration privilege `p:root`.

## 1.4.2

BREAKING CHANGES:
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#################################################

# core version
io.personium.core.version=1.4.2
io.personium.core.version=1.4.3

# general configurations
io.personium.core.unitUser.issuers=
Expand Down

0 comments on commit 886c79f

Please sign in to comment.