]> granicus.if.org Git - libexpat/commitdiff
Start off the new development information area with release requirements
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 5 Jun 2002 03:49:50 +0000 (03:49 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 5 Jun 2002 03:49:50 +0000 (03:49 +0000)
for Expat 1.95.4.

htdocs/dev/index.html [new file with mode: 0644]
htdocs/dev/relreqs-1-95-4.html [new file with mode: 0644]

diff --git a/htdocs/dev/index.html b/htdocs/dev/index.html
new file mode 100644 (file)
index 0000000..2242a64
--- /dev/null
@@ -0,0 +1,43 @@
+<html>
+  <head>
+    <title>Development of Expat</title>
+    <link rel="STYLESHEET" href="../style.css" type="text/css" />
+  </head>
+  <body marginwidth="0" marginheight="0">
+    <table cellspacing="0" cellpadding="0" width="100%">
+      <tr>
+        <td class="corner"><a href="../"><img src="../expat.png" /></a></td>
+        <td class="banner"><h2>Development of Expat</h2></td>
+      </tr>
+      <tr>
+        <td class="navbar">
+        </td>
+        <td class="content">
+
+<p>This area contains information for the developers and maintainers
+of Expat.
+
+<ul>
+  <li> <a href="relreqs-1-95-4.html">Requirements</a> for the next
+  release.
+  <!--
+  <p>
+  <li> <a href="trackers.html">Guidelines</a> for using the
+  SourceForge bug & patch trackers.
+    -->
+</ul>
+
+        </td>
+      </tr>
+      <tr>
+        <td class="corner">
+          <a href="http://sourceforge.net/"> 
+            <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
+                 width="136" height="79" border="0" alt="SourceForge
+                 Logo" />
+          </a>
+        </td>
+      </tr>
+    </table>
+  </body>
+</html>
diff --git a/htdocs/dev/relreqs-1-95-4.html b/htdocs/dev/relreqs-1-95-4.html
new file mode 100644 (file)
index 0000000..4776f9f
--- /dev/null
@@ -0,0 +1,66 @@
+<html>
+  <head>
+    <title>Development of Expat</title>
+    <link rel="STYLESHEET" href="../style.css" type="text/css" />
+  </head>
+  <body marginwidth="0" marginheight="0">
+    <table cellspacing="0" cellpadding="0" width="100%">
+      <tr>
+        <td class="corner"><a href="../"><img src="../expat.png" /></a></td>
+        <td class="banner"><h2>Development of Expat</h2></td>
+      </tr>
+      <tr>
+        <td class="navbar">
+        </td>
+        <td class="content">
+
+<p>The following are the currently-planned release requirements for
+Expat 1.95.4.  Items will not be removed from this page; if a
+requirement is dropped or delayed, it will be moved to the appropriate
+section at the end and the reason for the change will be noted.</p>
+
+
+<h3>Expat 1.95.4 Requirements</h3>
+
+<ul>
+  <li> The SkippedEntityHandler patch should be checked in and
+  thoroughly debugged.<br />
+  See <a href=
+  "http://sourceforge.net/tracker/index.php?func=detail&aid=559910&group_id=10127&atid=310127" >SF patch #559910</a>
+  <p>
+  <li> The InternalEntityRefHandler feature needs to be implemented
+  and tested.<br />
+  See the comments for  <a href=
+  "http://sourceforge.net/tracker/index.php?func=detail&aid=429501&group_id=10127&atid=310127"
+  >SF patch #429501</a>.
+  <p>
+  <li> <a href=
+  "http://sourceforge.net/tracker/index.php?func=detail&aid=441449&group_id=10127&atid=110127"
+  >SF bug #441449</a> should be resolved.
+  <p>
+  <li> The build process on Unix should create both libexpat.{a,so}
+  and libexpatw.{a,so} by default.
+</ul>
+
+<h3>Delayed Requirements</h3>
+
+<p>There are no delayed requirements at this time.</p>
+
+<h3>Dropped Requirements</h3>
+
+<p>There are no dropped requirements at this time.</p>
+
+        </td>
+      </tr>
+      <tr>
+        <td class="corner">
+          <a href="http://sourceforge.net/"> 
+            <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
+                 width="136" height="79" border="0" alt="SourceForge
+                 Logo" />
+          </a>
+        </td>
+      </tr>
+    </table>
+  </body>
+</html>