Skip to content

Commit

Permalink
release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideaki Kondo committed Feb 1, 2017
1 parent e70d6c6 commit a446b2b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 1.4.2

BREAKING CHANGES:

- Rename package name and some parameters from `com.fujitsu.dc` or `dc` to `io.personium` or `personium` . ([#1](https://github.com/personium/personium-core/issues/1))

* Changed parameters' names are below:

|# |Name | V1.4.1 and previous | 1.4.2 or later | Example or Usage |
|:-:|:--------------|:------------------------|:---------------|:---------|
| 1 |Unit Configuration file name|dc-config.properties|personium-unit-config.properties||
| 2 |XML name space/URN|`xmlns:dc='urn:x-dc1:xmlns'` |`xmlns:p='urn:x-personium:xmlns'`| WebDAV Property data, bar file document or Authn API|
| 3 |HTTP request header|`X-Dc-Xxxxx`|`X-Personium-Xxxxx`| All APIs with original request header |
| 4 |POST request parameters' key|`dc_xxxxx`|`p_xxxxx`| APIs with post parameters |
| 5 |Core APIs for Engine Javascript|`dc.xxxx`|`_p.xxxxx`| Engine service script (server-side logic)|

IMPROVEMENTS:
- Cell level ACL inherits to all Boxes in Cells when you set Box previliges to Cell. ([#2](https://github.com/personium/personium-core/issues/2))
* Enabled to set the Box previleges (ex. `D:read` or `D:write` ) to Cell ACL.
* In addition, renamed Cell administoration previlege name from `dc:all` to `p:root`.



## 1.4.1

IMPROVEMENTS:
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.2-SNAPSHOT</version>
<version>1.4.2</version>
<name>personium-core Maven Webapp</name>
<url>http://maven.apache.org</url>
<licenses>
Expand Down

0 comments on commit a446b2b

Please sign in to comment.