Revision: 1216
Author:   heuermh
Date:     Tue Nov 26 20:51:48 2013 UTC
Log:      update release notes and readme for version 1.3.2 release
http://code.google.com/p/piccolo2d/source/detail?r=1216

Modified:
 /piccolo2d.java/branches/release-1.3/Readme.txt
 /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt

=======================================
--- /piccolo2d.java/branches/release-1.3/Readme.txt Fri Apr 15 03:11:34 2011 UTC +++ /piccolo2d.java/branches/release-1.3/Readme.txt Tue Nov 26 20:51:48 2013 UTC
@@ -46,7 +46,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-core</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2</version>
 </dependency>

 in your pom.xml.  To include the Piccolo2D core classes and the
@@ -55,7 +55,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-extras</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2</version>
 </dependency>

 in your pom.xml.  To include the Piccolo2D core classes and the
@@ -64,7 +64,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-swt</artifactId>
-  <version>1.3.1</version>
+  <version>1.3.2</version>
 </dependency>

 in your pom.xml.  If your project does not use maven, simply include
@@ -81,10 +81,10 @@

 $ cd examples
 $ mvn clean package assembly:single
-$ java -jar target/piccolo2d-examples-1.3.1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-examples-1.3.2-jar-with-dependencies.jar

 To build and run the Piccolo2D SWT examples runnable jar

 $ cd swt-examples
 $ mvn clean package assembly:single
-$ java -jar target/piccolo2d-swt-examples-1.3.1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-swt-examples-1.3.2-jar-with-dependencies.jar
=======================================
--- /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt Tue Apr 5 01:48:07 2011 UTC +++ /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt Tue Nov 26 20:51:48 2013 UTC
@@ -1,3 +1,21 @@
+=Piccolo2D 1.3.2 Release Notes=
+------------------
+
+Fixed and verified issues:
+
+134     PTransformActivity can throw null pointer exception
+207     Horizontal scrolling causes an exception
+208     Merge maven reporting plugin versions to parent pom
+211 Consider using Sonatype oss-parent-7.pom as the parent of parent/pom.xml
+224     Update maven-site-plugin version to 3.0, remove maven-3 profile
+229     Consider updating maven-checkstyle-plugin to version 2.8
+230     Add link to Autocad DXF File Viewer on applications page
+231     Mistake in java doc comment
+235 PSwingEventHandler doesn't dispatch events to nodes at extreme scales
+242     Typo in API docs
+250     Update junit dependency version to 4.11
+
+
 =Piccolo2D 1.3.1 Release Notes=
 ------------------

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to