You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2012/12/18 14:12:15 UTC

svn commit: r842972 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/index.html content/flex/news.html

Author: buildbot
Date: Tue Dec 18 13:12:11 2012
New Revision: 842972

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/flex/index.html
    websites/staging/flex/trunk/content/flex/news.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 18 13:12:11 2012
@@ -1 +1 @@
-1423424
+1423425

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 18 13:12:11 2012
@@ -1 +1 @@
-1423424
+1423425

Modified: websites/staging/flex/trunk/content/flex/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/index.html (original)
+++ websites/staging/flex/trunk/content/flex/index.html Tue Dec 18 13:12:11 2012
@@ -81,7 +81,7 @@ code themselves.</p>
 <li>The Apache Flex Incubator PPMC (the committers), voted on a resolution for graduation. This will put us on the next Apache board meeting so we can graduate to be a TLP.</li>
 <li>LOTS of work has been put into “mavenizing” the SDK. This will allow you to use the Maven tooling chain to build your projects with the SDK. If you use Maven, this is a big deal, and you should see this in the project very soon.</li>
 <li>The Falcon-JS project was donated from Adobe to Apache. This is a compiler built on the Falcon compiler they donated to us earlier, but outputs JavaScript/HTML5 instead of a SWF that is used in the Flash Player. There is still a lot of work to do before it is ready for prime-time, but it can compile very simple projects already. More information about this below.</li>
-<li>Apache Flex 4.9.0 is being readied for release and will be available in the coming weeks. We’ve taken all the community patches from the last few months, mixed them in with a few enhancements and made a great update. Some of the biggest highlights include:</li>
+<li>Apache Flex 4.9.0 is being readied for release and will be available in the coming weeks. We’ve taken all the community patches from the last few months, mixed them in with a few enhancements and made a great update. Some of the biggest highlights include:<ul>
 <li>New localizations for Australian, British, Canadian, Greek, Switzerland (German) and Portuguese</li>
 <li>The SDK natively supports the Flash Player versions 10.2 through 11.5. Previous versions were locked to a single version.</li>
 <li>Better support for Vectors, including new VectorList and VectorCollection classes.</li>
@@ -90,6 +90,8 @@ code themselves.</p>
 <li>Support for Java 7 for compiling the SDK.</li>
 <li>The “Mustella” testing framework has been improved and many tests have been updated.</li>
 <li>Lots of bug fixes, and other small enhancements.</li>
+</ul>
+</li>
 <li>A number of new components have been donated to the project by Bogdan. Some of these include Spark versions of Alert, ColorPicker, HDividerGroup, VDividerGroup, Menu, MenuBar, and ProgressBar. They probably won’t make it into 4.9.0, but watch for them in an upcoming release.</li>
 <li>There have been some additional discussions about moving the project’s source control from SVN to GIT. We will be moving to GIT, but we are still waiting for Apache’s IT group to get their ducks in a row. We should hopefully see some more on that in the coming months.</li>
 </ul>

Modified: websites/staging/flex/trunk/content/flex/news.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/news.html (original)
+++ websites/staging/flex/trunk/content/flex/news.html Tue Dec 18 13:12:11 2012
@@ -71,16 +71,15 @@
 <li>The Apache Flex Incubator PPMC (the committers), voted on a resolution for graduation. This will put us on the next Apache board meeting so we can graduate to be a TLP.</li>
 <li>LOTS of work has been put into “mavenizing” the SDK. This will allow you to use the Maven tooling chain to build your projects with the SDK. If you use Maven, this is a big deal, and you should see this in the project very soon.</li>
 <li>The Falcon-JS project was donated from Adobe to Apache. This is a compiler built on the Falcon compiler they donated to us earlier, but outputs JavaScript/HTML5 instead of a SWF that is used in the Flash Player. There is still a lot of work to do before it is ready for prime-time, but it can compile very simple projects already. More information about this below.</li>
-<li>Apache Flex 4.9.0 is being readied for release and will be available in the coming weeks. We’ve taken all the community patches from the last few months, mixed them in with a few enhancements and made a great update. Some of the biggest highlights include:</li>
-<li>New localizations for Australian, British, Canadian, Greek, Switzerland (German) and Portuguese</li>
-<li>The SDK natively supports the Flash Player versions 10.2 through 11.5. Previous versions were locked to a single version.</li>
-<li>Better support for Vectors, including new VectorList and VectorCollection classes.</li>
-<li>Inclusion of the new PostalCodeFormatter and PostalCodeValidator components for more consistent internationalization.</li>
-<li>The TLF (Text Frame Framework) was updated to version 3.0.33, and is now baked in the SDK. No need to download it separately.</li>
-<li>Support for Java 7 for compiling the SDK.</li>
-<li>The “Mustella” testing framework has been improved and many tests have been updated.</li>
-<li>Lots of bug fixes, and other small enhancements.</li>
-<li>A number of new components have been donated to the project by Bogdan. Some of these include Spark versions of Alert, ColorPicker, HDividerGroup, VDividerGroup, Menu, MenuBar, and ProgressBar. They probably won’t make it into 4.9.0, but watch for them in an upcoming release.</li>
+<li>Apache Flex 4.9.0 is being readied for release and will be available in the coming weeks. We’ve taken all the community patches from the last few months, mixed them in with a few enhancements and made a great update. Some of the biggest highlights include:
+        - New localizations for Australian, British, Canadian, Greek, Switzerland (German) and Portuguese
+        - The SDK natively supports the Flash Player versions 10.2 through 11.5. Previous versions were locked to a single version.
+        - Better support for Vectors, including new VectorList and VectorCollection classes.
+        - Inclusion of the new PostalCodeFormatter and PostalCodeValidator components for more consistent internationalization.
+        - The TLF (Text Frame Framework) was updated to version 3.0.33, and is now baked in the SDK. No need to download it separately.
+        - Support for Java 7 for compiling the SDK.
+        - The “Mustella” testing framework has been improved and many tests have been updated.
+        - Lots of bug fixes, and other small enhancements.- A number of new components have been donated to the project by Bogdan. Some of these include Spark versions of Alert, ColorPicker, HDividerGroup, VDividerGroup, Menu, MenuBar, and ProgressBar. They probably won’t make it into 4.9.0, but watch for them in an upcoming release.</li>
 <li>There have been some additional discussions about moving the project’s source control from SVN to GIT. We will be moving to GIT, but we are still waiting for Apache’s IT group to get their ducks in a row. We should hopefully see some more on that in the coming months.</li>
 </ul>
 <h4 id="community-work">Community Work:</h4>