curcuru     00/02/23 13:29:28

  Modified:    .        Makefile README
               src/org/apache/xalan/xslt XSLProcessorVersion.java
  Log:
  Updates for xalan_0_19_5; fix for problem in 0.19.4
  
  Revision  Changes    Path
  1.13      +1 -1      xml-xalan/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/Makefile,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Makefile  2000/02/22 22:35:26     1.12
  +++ Makefile  2000/02/23 21:29:27     1.13
  @@ -65,7 +65,7 @@
        echo "done"
   
   XALAN     := xalan
  -XVERSION   = _0_19_4
  +XVERSION   = _0_19_5
   CPR = cp -Rvf
   .PHONY: makedist
   makedist:
  
  
  
  1.10      +5 -6      xml-xalan/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-xalan/README,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- README    2000/02/22 20:51:48     1.9
  +++ README    2000/02/23 21:29:27     1.10
  @@ -1,16 +1,15 @@
   README for xml-xalan project at xml.apache.org
   
   -- IMPORTANT NOTES:
  --- This Xalan build is 0.19.4.  It is really a 'developer' release even 
though it
  +-- This Xalan build is 0.19.5.  It is really a 'developer' release even 
though it
      has a maintenance number, to reduce confusion about which build is which.
      It has not necessarily been thoroughly tested, and may not be as stable 
or functional
      as previously posted normal releases.  Your mileage may vary, caveat 
emptor, etc.
  -   Plenty of bugfixes have gone in, and lots of stuff should have been 
cleaned up.
  -   Also, see our new ./samples and freshly-built ./build/docs!
  +   Basically fixes problems with a few more complex stylesheets that went 
out by 
  +   mistake in our 0.19.4 build - sorry!
   -- Note that we have performed only very basic testing against the 
Xerces-J-bin_1_0_1.jar
  -   distribution (not against the latest CVS), so we suggest using that 
version with this one.
  -   We are ready to roll a Xalan build with the latest Xerces about one day 
after they post their
  -   next 1.0.2 release.
  +   distribution (not against the latest CVS; not against 1.0.2), so we 
suggest using that 
  +   version with this one.  We'll post a Xalan against Xerces 1.0.2 next week.
   -- The documentation *does* build from this distribution, although you need 
to copy a number 
      of files from xml-site into the ./xdocs/style directory to get it to 
complete.
      A complete set of updated doc is provided in the ./build/docs directory.
  
  
  
  1.7       +2 -2      
xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java
  
  Index: XSLProcessorVersion.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/src/org/apache/xalan/xslt/XSLProcessorVersion.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XSLProcessorVersion.java  2000/02/22 20:52:06     1.6
  +++ XSLProcessorVersion.java  2000/02/23 21:29:28     1.7
  @@ -67,7 +67,7 @@
      * Version String like <CODE>"<B>Xalan</B>i v.r[.dd| <B>D</B>nn]"</CODE>.  
      * <P>Semantics of the version string are identical to the Xerces 
project.</P>
      */
  -  public static String S_VERSION = "0.19.4";
  +  public static String S_VERSION = "0.19.5";
   
     /**
      * Constant name of product.
  @@ -111,7 +111,7 @@
      *          When missing, it designates the final and complete
      *          development drop for a release.
      */
  -  public static int MAINTENANCE = 4;
  +  public static int MAINTENANCE = 5;
   
     /**
      * Development Drop Number.
  
  
  

Reply via email to