Revision: 1252
Author: [email protected]
Date: Tue Dec 3 22:42:47 2013 UTC
Log: Edited wiki page ReleaseChecklist through web user interface.
http://code.google.com/p/piccolo2d/source/detail?r=1252
Modified:
/wiki/ReleaseChecklist.wiki
=======================================
--- /wiki/ReleaseChecklist.wiki Tue Dec 3 22:41:27 2013 UTC
+++ /wiki/ReleaseChecklist.wiki Tue Dec 3 22:42:47 2013 UTC
@@ -17,21 +17,21 @@
{{{
$ cd examples
$ mvn assembly:assembly
-$ java -jar target/piccolo2d-examples-1.3.2-rc1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-examples-3.1-rc1-jar-with-dependencies.jar
}}}
# Verify that the SWT examples run with the specified jdk version on
all platforms
{{{
$ cd ../swt-examples
$ mvn assembly:assembly
-$ java -jar
target/piccolo2d-swt-examples-1.3.2-rc1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-swt-examples-3.1-rc1-jar-with-dependencies.jar
}}}
# Verify that {{{clirr}}} report shows no ERRORs where binary
compatibility is required
- * For example, for minor release version 1.3.2, core must be binary
compatible with the latest minor release version, 1.3.
+ * For example, for minor release version 3.1, core must be binary
compatible with the latest minor release version, 3.0.
{{{
-$ clirr.sh --old-version piccolo2d-core-1.3.1.jar --new-version
piccolo2d-core-1.3.2-rc1.jar --style text
+$ clirr.sh --old-version piccolo2d-core-3.0.jar --new-version
piccolo2d-core-3.1-rc1.jar --style text
}}}
# Verify that all source files have the Piccolo2D license header
- # Class file format of all jar files matches the minimum required JDK
version, currently 1.4
+ # Class file format of all jar files matches the minimum required JDK
version, currently 1.6
* _Note: I did this by unzipping the built jars and using
{{{javap}}}; there may be a better way to do this verification, or perhaps
we should author a script._
# Update release notes and readme as necessary
@@ -49,9 +49,8 @@
===Update the website, wiki, and announce the release===
-*TODO*
-http://code.google.com/p/piccolo2d/wiki/WebSiteHowTo
-http://code.google.com/p/piccolo2d/issues/detail?id=42
+ * http://code.google.com/p/piccolo2d/wiki/WebSiteHowTo
+ * http://code.google.com/p/piccolo2d/issues/detail?id=42
= References =
--
--
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.