Skip to content

Commit

Permalink
Update README, CHANGELOG, Slash, build.properties for 0.7.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Jul 14, 2017
1 parent a5536a4 commit 9ffaefd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.7.1.11 - 2017-07-14

### Changed
- More multi-user friendly by assigning `.kettle` and `.pentaho/metastore` to each user
- VfsFileChooserDialog for FileDialog
- Move OSGi HTTP service to /osgi (to align with Pentaho Server)
- Move ui/* from WEB-INF/classes/ui/ to the inside of kettle-ui-swt-XXX.jar
- Create webSpoon\_OSS\_Licenses.html for webSpoon-specific OSS
- ShowExitWarning=Y by default and respect the property
- Disable the capability manager and kettle.properties editor when used by multi-user

### Fixed
- Metrics tabs in Test Data Service dialog
- PDI-14492: Copy Table Wizard_UI Issue

## 0.7.1.10 - 2017-06-14

### Changed
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,15 @@ If not defined, the following folders are used:

Some of the plugins are not compatible with webSpoon.
Please replace jar files with patched ones and delete the Karaf cache directory if necessary.
The patched jar files are [pdi-platform-utils-plugin](https://github.com/HiromuHota/pdi-platform-utils-plugin/releases), [big-data-plugin](https://github.com/HiromuHota/big-data-plugin/releases), [repositories-plugin](https://github.com/HiromuHota/pentaho-kettle/releases), and [pdi-engine-configuration](https://github.com/HiromuHota/pentaho-kettle/releases).
The patched jar files are [pdi-platform-utils-plugin](https://github.com/HiromuHota/pdi-platform-utils-plugin/releases), [big-data-plugin](https://github.com/HiromuHota/big-data-plugin/releases), [repositories-plugin](https://github.com/HiromuHota/pentaho-kettle/releases), [pdi-engine-configuration](https://github.com/HiromuHota/pentaho-kettle/releases), and [pdi-dataservice-server-plugin](https://github.com/HiromuHota/pdi-dataservice-server-plugin/releases).

```
$ cp ${path_to_lib}/pdi-platform-utils-plugin-7.1.0.0-12.jar plugins/platform-utils-plugin/
$ cp ${path_to_lib}/pentaho-big-data-legacy-7.1.0.0-12.jar plugins/pentaho-big-data-plugin/
$ cp ${path_to_lib}/pentaho-big-data-kettle-plugins-common-ui-7.1.0.0-12.jar system/karaf/system/pentaho/pentaho-big-data-kettle-plugins-common-ui/7.1.0.0-12/
$ cp ${path_to_lib}/repositories-plugin-core-7.1.0.0-12.jar system/karaf/system/org/pentaho/repositories-plugin-core/7.1.0.0-12/
$ cp ${path_to_lib}/pdi-engine-configuration-ui-7.1.0.0-12.jar system/karaf/system/org/pentaho/pdi-engine-configuration-ui/7.1.0.0-12/
$ cp ${path_to_lib}/pdi-dataservice-server-plugin-7.1.0.0-12.jar system/karaf/system/pentaho/pdi-dataservice-server-plugin/7.1.0.0-12/
$ rm -rf system/karaf/caches/webspoonservletcontextlistener
```

Expand Down
2 changes: 1 addition & 1 deletion assembly/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependency.pdi-osgi-bridge.revision=7.1.0.0-12
pentaho-eula-wrap-config.version=7.1.0.0-12
dependency.mondrian.revision=3.14.0.0-12
dependency.kettle.revision=7.1.0.0-12
dependency.webspoon.revision=7.1.0.0-12-10
dependency.webspoon.revision=7.1.0.0-12-11
dependency.documentation.revision=6.0.0.0
dependency.spring.framework.revision=3.2.14.RELEASE
dependency.spring.framework.revision=4.3.2.RELEASE
Expand Down
2 changes: 1 addition & 1 deletion core/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.revision=7.1.0.0-12-10
project.revision=7.1.0.0-12-11
ivy.artifact.group=pentaho-kettle
ivy.artifact.id=kettle-core
impl.vendor=Pentaho Corporation
Expand Down
4 changes: 2 additions & 2 deletions ui/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.revision=7.1.0.0-12-10
project.revision=7.1.0.0-12-11
ivy.artifact.group=pentaho-kettle
ivy.artifact.id=kettle-ui-swt
impl.vendor=Pentaho Corporation
Expand All @@ -7,7 +7,7 @@ impl.productID=kettle-ui-swt
ui=../assembly/package-res/ui

dependency.kettle.revision=7.1.0.0-12
dependency.webspoon.revision=7.1.0.0-12-10
dependency.webspoon.revision=7.1.0.0-12-11
dependency.pentaho-xul.revision=7.1.0.0-12
dependency.pentaho-vfs-browser.revision=7.1.0.0-12
dependency.pentaho-reporting-core.revision=7.1.0.0-12
Expand Down
2 changes: 1 addition & 1 deletion ui/src/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.7.1.10)";
fullVersionText += ", webSpoon (0.7.1.11)";
e.gc.setFont( verFont );
e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) );
e.gc.drawText( fullVersionText, 290, 205, true );
Expand Down

0 comments on commit 9ffaefd

Please sign in to comment.