Skip to content

Commit

Permalink
Update version to 0.8.0.15 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Mar 16, 2018
1 parent 2598e1e commit bb138a1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.8.0.15 - 2018-03-XX
### Added
- Canvas drawing instructions at client-side to improve interactivity
- Support attribute "disabled" to turn menuitems on/off

### Changed
- No drawGrid instructions from the server-side to improve responsiveness
- Disable the capability manager and kettle.properties editor only when they are disabled="true" in menubar.xul

### Fixed
- [#99] Clear the entire canvas before drawing

## 0.8.0.14 - 2018-02-07
### Added
- Add a custom security manager (disabled by default)
Expand Down
2 changes: 1 addition & 1 deletion assemblies/pdi-ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- webSpoon specific dependencies -->
<webspoon.version>8.0.0.0-28-14</webspoon.version>
<webspoon.version>8.0.0.0-28-15</webspoon.version>

<assembly.dir>${project.build.directory}/assembly</assembly.dir>
<assembly.launcher.jar>pentaho-application-launcher-${pentaho-launcher.version}.jar</assembly.launcher.jar>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-core</artifactId>
<version>8.0.0.0-28-14</version>
<version>8.0.0.0-28-15</version>
<packaging>jar</packaging>

<name>PDI Core</name>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-engine</artifactId>
<version>8.0.0.0-28-14</version>
<version>8.0.0.0-28-15</version>
<packaging>jar</packaging>

<name>PDI Engine</name>
Expand All @@ -19,7 +19,7 @@

<properties>
<!-- webSpoon specific dependencies -->
<webspoon.version>8.0.0.0-28-14</webspoon.version>
<webspoon.version>8.0.0.0-28-15</webspoon.version>

<!-- Test running configuration -->
<maven-surefire-plugin.reuseForks>false</maven-surefire-plugin.reuseForks>
Expand Down
4 changes: 2 additions & 2 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>webspoon-security</artifactId>
<packaging>jar</packaging>
<version>8.0.0.0-28-14</version>
<version>8.0.0.0-28-15</version>

<name>webSpoon Security</name>

Expand All @@ -18,7 +18,7 @@

<properties>
<!-- webSpoon specific dependencies -->
<webspoon.version>8.0.0.0-28-14</webspoon.version>
<webspoon.version>8.0.0.0-28-15</webspoon.version>
<rap.version>3.3.0</rap.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>kettle-ui-swt</artifactId>
<packaging>jar</packaging>
<version>8.0.0.0-28-14</version>
<version>8.0.0.0-28-15</version>

<name>PDI User Interface</name>

Expand All @@ -18,7 +18,7 @@

<properties>
<!-- webSpoon specific dependencies -->
<webspoon.version>8.0.0.0-28-14</webspoon.version>
<webspoon.version>8.0.0.0-28-15</webspoon.version>
<rap.version>3.3.0</rap.version>

<!-- Test running configuration -->
Expand Down

0 comments on commit bb138a1

Please sign in to comment.