Skip to content

Commit

Permalink
Update CHANGELOG and Splash for 0.6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Mar 1, 2017
1 parent 5d5ff3a commit 4249973
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.6.1.7 - 2017-02-28

### Changed
- Rework: Take parameters in url to open a file
- Updated `pentaho-xul-swt` and `org.eclipse.rap.rwt`

### Fixed
- Restore shortcut keys (may conflict with browser's shortcut keys)
- Restore cut/copy/paste of step/job entry
- Restore png image loading
- Restore Metrics drawing
- Restore welcome page

## 0.6.1.6 - 2017-02-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion ui/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</if>
</target>

<target name="war" depends="resolve,compile">
<target name="war" depends="clean,resolve,compile">
<war destfile="${dist.dir}/spoon.war" webxml="WEB-INF/web.xml">
<lib dir="${lib.dir}">
<exclude name="javax.servlet-api-*.jar"/>
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.6.1.6)";
fullVersionText += ", webSpoon (0.6.1.7)";
e.gc.setFont( verFont );
e.gc.drawText( fullVersionText, 290, 205, true );

Expand Down

0 comments on commit 4249973

Please sign in to comment.