brian 98/06/04 23:57:43
Modified: info known_bugs.html Log: Update for 1.3.0 final release. Revision Changes Path 1.11 +21 -10 apache-site/info/known_bugs.html Index: known_bugs.html =================================================================== RCS file: /export/home/cvs/apache-site/info/known_bugs.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- known_bugs.html 1998/05/31 10:46:07 1.10 +++ known_bugs.html 1998/06/05 06:57:42 1.11 @@ -18,23 +18,36 @@ The most up-to-date resource for bug tracking and information is the <A HREF="http://bugs.apache.org/index">Apache bug database</A>. Significant bugs at release time will also be noted there. -If you are running a release earlier than 1.2.5 -and think you have found a bug, please upgrade to 1.2.6. Many bugs -in early versions have been fixed in 1.2.6. It is also appreciated -if you could check the latest 1.3 beta releases, or at least review -the <A HREF="http://www.apache.org/dist/CHANGES">CHANGES</A> file -for it and ensure that your problem has not already been corrected. +If you are running a 1.3 beta release, or version 1.2.X or earlier +and think you have found a bug, please upgrade to 1.3. Many bugs +in early versions have been fixed in 1.3. <P>This document is not a complete list of known bugs, but simply a list of some of the more common ones. <FONT COLOR="red">Be sure to check the bug database before assuming that if it isn't listed here it isn't reported or fixed.</FONT> +<P>If you see a reference to a fix appearing in a version which has +not yet been officially released, you can get a snapshot of the +current CVS tree from <A HREF="http://dev.apache.org/from-cvs/">the +CVS snapshot directory</A>. + <P>See Also: <A HREF="../docs/misc/compat_notes.html">Compatibility notes</A>, and <A HREF="../docs/misc/known_client_problems.html">our list of known client problems</A>.</P> <HR> +<H2>Apache 1.3.0 Bugs</H2> + +<OL> +<LI>On NT, "#exec cmd" in SSI pages does not work. No fix available yet. +<LI>On NT, mod_rewrite doesn't properly spawn children for logging + and URL mapping. Fixed in 1.3.1, <A + HREF="http://www.apache.org/websrc/cvsweb.cgi/apache-1.3/src/modules/standard/mod_rewrite.c.diff?r1=1.113&r2=1.114">patch + available here.</A> +<LI>NeXT didn't compile completely; fixed in 1.3.1. +</OL> + <H2>Apache 1.3b7 Bugs</H2> <OL> @@ -48,7 +61,7 @@ itself (although this is not a requirement of the CGI/1.1 specification). See <A HREF="http://bugs.apache.org/index/full/2317">PR#2317</A> for more - details. + details. These bugs have been fixed in 1.3.0. <LI>The $ character inside an SSI directive is not being correctly interpreted unless it marked the start of a variable. In @@ -56,9 +69,7 @@ regular expression. See <A HREF="http://bugs.apache.org/index/full/1921">PR#1921</A> and <A HREF="http://bugs.apache.org/index/full/2249">PR#2249</A> for more - details - - + details. This bug has been fixed in 1.3.0 </OL>
