husted 2004/05/25 08:46:47
Modified: . STATUS.txt
Log:
Refactor into a "pyramid" style where items likely to be of most interest to the ASF
Board appear first. No content changes.
Revision Changes Path
1.10 +56 -55 jakarta-struts/STATUS.txt
Index: STATUS.txt
===================================================================
RCS file: /home/cvs/jakarta-struts/STATUS.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STATUS.txt 25 May 2004 15:29:08 -0000 1.9
+++ STATUS.txt 25 May 2004 15:46:47 -0000 1.10
@@ -1,50 +1,61 @@
-[STATUS LOG] 25-May-2004 Apache Struts-
+* Active Committers
+* PMC Actions
+* Significant Threads
* Releases
-* Showstoppers
-* Recent Changes
* Roadmap
-* Issue Reports
-* Subscriptions
-* Threads
-* PMC Actions
+* Mailing List Subscriptions
+* Wiki Posts
* CVS Activity
-* Active Committers
+* Issue Reports
+* Showstoppers
+* Recent Changes
----
--Releases-
-
-* Stable release: 1.1 (29 June 2003).
+-Active Committers-
-* Next anticipated release: 1.2.1
+� � * Craig R. McClanahan (craigmcc at apache.org)
+� � * Ted Husted (husted at apache.org)
+� � * Rob Leland (rleland at apache.org)
+� � * Cedric Dumoulin (cedric.dumoulin at lifl.fr)
+� � * Martin Cooper (martinc at apache.org)
+� � * Arron Bates (arron at apache.org)
+� � * James Holmes (jholmes at apache.org)
+� � * David M. Karr (dmkarr at apache.org)
+� � * David Graham (dgraham at apache.org)
+� � * James Mitchell (jmitchell at apache.org)
+� � * Steve Raeburn (sraeburn at apache.org)
+� � * Don Brown (mrdon at apache.org)
+� � * Joe Germuska (germuska at apache.org)
+� � * Niall Pemberton (niallp at apache.org) [NEW]
-* Anticipated time-frame (if any): Awaiting stable release of a dependency (Commons
Validator).
+-PMC Actions-
--Showstoppers-
+* Niall Pemberton is elected as a Struts Committer.
-* None
+* Two new subprojects (our first) are approved. One that utilizes BSF so that
"Actions" can be scripted rather than expressed as Java code. Another is a port of
Cocoon's Control Flow to Struts. Infrastructure details are being addressed. The
initial code for both projects were developed by a Struts PMC member, Don Brown, who
is filing a code grant to the ASF. Both codebases are ready for release testing.
--Recent Changes-
+-Significant threads-
-* Amend commons-validator dependency to 1.1.3-dev version (unreleased).
+* Compiling Struts from source and running the Cactus tests continues to be a
challenge for some developers. Completing the move to Maven should help.
-* Correct behavior of recursive ActionErrors.
-* Improve option tags to filter values as well as labels.
+-Releases-
-* Improve management of tag body content so that pooled instances are handled
correctly by some containers ("stale tile issue").
+* Stable release: 1.1 (29 June 2003).
-* Document"memFileSize" attribute.
+* Next anticipated release: 1.2.1
-* See also: http://jakarta.apache.org/struts/userGuide/release-notes.html
+* Anticipated time-frame (if any): Awaiting stable release of a dependency (Commons
Validator).
-Roadmap-
-* Struts 1.x will remain based on Servlet 1.2/JSP 1.1 (evolution).
+* Struts 1.x will remain based on Servlet 1.2/JSP 1.1 (evolution).
* Struts 1.3.x will introduce the "Struts Chain" request processor. Some packages,
like the taglibs, will be released as separate subprojects.
@@ -55,14 +66,7 @@
* For more see <http://jakarta.apache.org/struts/status.html>.
--Issue Reports-
-
-* Open "problem" reports: � � � 7 [#26322 .. #29197]
-* Open "enhancement" reports: 245 [# �866 .. #29181] (30 with patch)
-* Open "LATER" reports: � � � �23 [#17977 .. #26895]
-
-
--Mailing list subscriptions-
+-Mailing list Subscriptions-
* User 1851
* User digest: 874
@@ -70,44 +74,41 @@
* PMC: 14
--Significant threads-
+-Wiki Posts-
-* Compiling Struts from source and running the Cactus tests continues to be a
challenge for some developers. Completing the move to Maven should help.
+* 103 new posts; 175 total (since Apr 8)
--PMC Actions-
+-CVS Activity-
-* Niall Pemberton is elected as a Struts Committer.
+* Timeframe: 38 days, Total Commits: 25 Total Number of Files Changed: 57.
-* Two new subprojects (our first) are approved. One that utilizes BSF so that
"Actions" can be scripted rather than expressed as Java code. Another is a port of
Cocoon's Control Flow to Struts. Infrastructure details are being addressed. The
initial code for both projects were developed by a Struts PMC member, Don Brown, who
is filing a code grant to the ASF. Both codebases are ready for release testing.
+-Issue Reports-
--Wiki posts-
+* Open "problem" reports: � � � 7 [#26322 .. #29197]
+* Open "enhancement" reports: 245 [# �866 .. #29181] (30 with patch)
+* Open "LATER" reports: � � � �23 [#17977 .. #26895]
-* 103 new posts; 175 total (since Apr 8)
+-Showstoppers-
--CVS Activity-
+* None.
-* Timeframe: 38 days, Total Commits: 25 Total Number of Files Changed: 57.
+-Recent Changes-
--Active Committers-
+* Amend commons-validator dependency to 1.1.3-dev version (unreleased).
-� � * Craig R. McClanahan (craigmcc at apache.org)
-� � * Ted Husted (husted at apache.org)
-� � * Rob Leland (rleland at apache.org)
-� � * Cedric Dumoulin (cedric.dumoulin at lifl.fr)
-� � * Martin Cooper (martinc at apache.org)
-� � * Arron Bates (arron at apache.org)
-� � * James Holmes (jholmes at apache.org)
-� � * David M. Karr (dmkarr at apache.org)
-� � * David Graham (dgraham at apache.org)
-� � * James Mitchell (jmitchell at apache.org)
-� � * Steve Raeburn (sraeburn at apache.org)
-� � * Don Brown (mrdon at apache.org)
-� � * Joe Germuska (germuska at apache.org)
-� � * Niall Pemberton (niallp at apache.org) [NEW]
+* Correct behavior of recursive ActionErrors.
+
+* Improve option tags to filter values as well as labels.
+
+* Improve management of tag body content so that pooled instances are handled
correctly by some containers ("stale tile issue").
+
+* Document "memFileSize" attribute.
+
+* See also: http://jakarta.apache.org/struts/userGuide/release-notes.html
$Id$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]