From 45dd3183968876a1f2c2af11c1be46aadc0a0de6 Mon Sep 17 00:00:00 2001 From: Hiromu Hota Date: Tue, 23 May 2017 11:19:04 -0700 Subject: [PATCH] Update README, CHANGELOG, and Splash for 0.7.1.9 --- CHANGELOG.md | 5 +++++ README.md | 2 +- ui/src/org/pentaho/di/ui/core/dialog/Splash.java | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc05ea5bb8d..80d82187f368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.7.1.9 - 2017-05-23 + +### Changed +- Rebased to 7.1.0.0-12 + ## 0.7.0.9 - 2017-05-05 ### Added diff --git a/README.md b/README.md index 8fb56c10f4ee..9a95139204ac 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This is one of the community activities and not supported by Pentaho. Please refer to the [wiki](https://github.com/HiromuHota/pentaho-kettle/wiki) and [issues](https://github.com/HiromuHota/pentaho-kettle/issues). -# How to deploy with Docker (no config) +# How to deploy with Docker (pre-configured) The following command gives you webSpoon without plugins: diff --git a/ui/src/org/pentaho/di/ui/core/dialog/Splash.java b/ui/src/org/pentaho/di/ui/core/dialog/Splash.java index 67b56ca5648d..43fb8a58c4d2 100644 --- a/ui/src/org/pentaho/di/ui/core/dialog/Splash.java +++ b/ui/src/org/pentaho/di/ui/core/dialog/Splash.java @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) { } else { fullVersionText = fullVersionText + " " + buildVersion; } - fullVersionText += ", webSpoon (0.7.0.9)"; + fullVersionText += ", webSpoon (0.7.1.9)"; e.gc.setFont( verFont ); e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) ); e.gc.drawText( fullVersionText, 290, 205, true );