diff --git a/Readme.txt b/Readme.txt index 16f2441..55180a2 100644 --- a/Readme.txt +++ b/Readme.txt @@ -41,7 +41,7 @@ org.piccolo2d piccolo2d-core - 3.0 + 3.0.1 in your pom.xml. To include the Piccolo2D core classes and the @@ -50,7 +50,7 @@ org.piccolo2d piccolo2d-extras - 3.0 + 3.0.1 in your pom.xml. To include the Piccolo2D core classes and the @@ -59,7 +59,7 @@ org.piccolo2d piccolo2d-swt - 3.0 + 3.0.1 in your pom.xml. If your project does not use maven, simply include @@ -76,10 +76,10 @@ $ cd examples $ mvn assembly:assembly -$ java -jar target/piccolo2d-examples-3.0-jar-with-dependencies.jar +$ java -jar target/piccolo2d-examples-3.0.1-jar-with-dependencies.jar To build and run the Piccolo2D SWT examples runnable jar $ cd swt-examples $ mvn assembly:assembly -$ java -jar target/piccolo2d-swt-examples-3.0-jar-with-dependencies.jar +$ java -jar target/piccolo2d-swt-examples-3.0.1-jar-with-dependencies.jar diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 0ade101..625f646 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,25 @@ +=Piccolo2D 3.0.1 Release Notes= +------------------ + +Major changes: + +Project metadata have been updated due to migration to Github. + +Build dependency versions and plugin versions have been updated. + + +Fixed and verified issues: + +259 PPath.setPathToRectangle method(s) are missing from versions 2 and later +260 Missplaced underlines in PStyledText +261 PStyledText too closed for extension in derivations +262 Provide access to getPropertyChangeListeners from PNode +263 PPath.createPolyline method are missing from versions 2 and later +266 add og:image meta tag to website's html pages. +268 Release version 3.0.1 +273 Unit tests fail due to surefire plugin issue with Debian/Ubuntu Java8 + + =Piccolo2D 3.0 Release Notes= ------------------