You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/03/24 00:31:24 UTC

cvs commit: xml-xerces/perl ChangeLog MANIFEST README TODO

jasons      02/03/23 15:31:24

  Modified:    perl     ChangeLog MANIFEST README TODO
  Log:
  usual
  
  Revision  Changes    Path
  1.40      +26 -0     xml-xerces/perl/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/ChangeLog,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- ChangeLog	5 Mar 2002 21:21:15 -0000	1.39
  +++ ChangeLog	23 Mar 2002 23:31:24 -0000	1.40
  @@ -1,3 +1,29 @@
  +2002-03-23  Jason E. Stewart  <ja...@openinformatics.com>
  +
  +	* Makefile.PL (Repository): 
  +	added 'xercesc' to move to 1.7
  +	new version (1.7)
  +	removed all Xerces_headers files
  +
  +	* Xerces.i (Repository): 
  +	added 'xercesc' to move to 1.7
  +	new version (1.7)
  +	added const declaration for methods in Attributes and AttributeList
  +
  +	* postSource.pl (Repository): 
  +	workaround for SWIG bug with swig_variable_info
  +
  +	* Handler/PerlErrorCallbackHandler.hpp (Repository): 
  +	* Handler/PerlEntityResolverHandler.i (Repository): 
  +	* Handler/PerlEntityResolverHandler.hpp (Repository): 
  +	* Handler/PerlDocumentCallbackHandler.hpp (Repository): 
  +	* Handler/PerlDefaultCallbackHandler.hpp (Repository): 
  +	* Handler/PerlContentCallbackHandler.hpp (Repository): 
  +	added 'xercesc' to move to 1.7
  +
  +	* t/Attributes.t (Repository): 
  +	namespace declarations no longer show up as attributes
  +
   2002-03-05  Jason E. Stewart  <ja...@openinformatics.com>
   
   	* hints/hpux.pl (Repository): 
  
  
  
  1.17      +0 -5      xml-xerces/perl/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/MANIFEST,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- MANIFEST	3 Nov 2001 05:32:36 -0000	1.16
  +++ MANIFEST	23 Mar 2002 23:31:24 -0000	1.17
  @@ -27,11 +27,6 @@
   Xerces.i
   Xerces.C
   Xerces.pm
  -Xerces_headers/framework/StdInInputSource.hpp
  -Xerces_headers/util/PlatformUtils.hpp
  -Xerces_headers/util/XMLURL.hpp
  -Xerces_headers/framework/XMLPScanToken.hpp
  -Xerces_headers/util/XMLUri.hpp
   docs/apidocs.xml
   docs/blueb.gif
   docs/dtd/blocks.ent
  
  
  
  1.16      +7 -7      xml-xerces/perl/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/README,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- README	21 Feb 2002 03:17:53 -0000	1.15
  +++ README	23 Mar 2002 23:31:24 -0000	1.16
  @@ -1,6 +1,6 @@
   Xerces.pm: The Perl API to the Apache Xerces XML parser
   
  -       $Id: README,v 1.15 2002/02/21 03:17:53 jasons Exp $
  +       $Id: README,v 1.16 2002/03/23 23:31:24 jasons Exp $
   
   LEGAL HOOP JUMPING:
   ===================
  @@ -71,7 +71,7 @@
   
       ### NOTE ####
   
  -      Required version: 1.6.0
  +      Required version: 1.7.0
     
         Available at:
     
  @@ -102,7 +102,7 @@
   
       ### NOTE ###
   
  -   This port will only work with versions 1.3.10 and later of SWIG.
  +   This port will only work with versions 1.3.12 and later of SWIG.
   
      If your planning to use SWIG, you can set the environment variable
      SWIG to the full path to the SWIG executable before running 'perl
  @@ -125,8 +125,8 @@
   3.  Unpack the archive in a directory of your choice.  Example (for
       UNIX):
   
  -    tar zxvf XML-Xerces-1.6.x_y.tar.gz
  -    cd XML-Xerces-1.6.x_y
  +    tar zxvf XML-Xerces-1.7.x_y.tar.gz
  +    cd XML-Xerces-1.7.x_y
   
   4.  Examine the Perl script "Makefile.PL".  You shouldn't
       need to change any of the information unless you are
  @@ -162,7 +162,7 @@
   BUILD Xerces.pm:
   ===============
   
  -1. Go to the XML-Xerces-1.6.x_y directory.
  +1. Go to the XML-Xerces-1.7.x_y directory.
   
   2. Build Xerces.pm as you would any perl package that you might get
      from CPAN: 
  @@ -337,7 +337,7 @@
   AUTHORS
   =======
   
  -  Jason Stewart: Xerces 1.4 through 1.6 ports
  +  Jason Stewart: Xerces 1.4 through 1.7 ports
     Harmon Nine: Xerces 1.3 DOM port
     Fredrick Paul Eisele: Xerces 1.3 DOM port
     Tom Watson: Xerces 1.1 DOM port
  
  
  
  1.13      +4 -0      xml-xerces/perl/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/TODO,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TODO	21 Feb 2002 03:18:11 -0000	1.12
  +++ TODO	23 Mar 2002 23:31:24 -0000	1.13
  @@ -23,6 +23,10 @@
   
   Internals:
   ==========
  +Thu Mar 21 08:49:08 MST 2002
  +* implement a way to export IDOM documents (see RE: IDOM memory model
  +  in xerces-c-dev)
  +
   Fri Jan 18 23:36:20 MST 2002
   * DOM_Document::getElementById() segfaults on undef ID
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org