jasons      01/07/09 11:09:18

  Modified:    sources/xerces-p ChangeLog readme.xml
  Log:
        * readme.xml (Repository):
        New release (1.5.1)
        New build instructions include verification using the digital
           signature.
  
  Revision  Changes    Path
  1.5       +7 -0      xml-site/sources/xerces-p/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/xerces-p/ChangeLog,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ChangeLog 2001/07/09 05:29:01     1.4
  +++ ChangeLog 2001/07/09 18:09:14     1.5
  @@ -1,3 +1,10 @@
  +2001-07-09  Jason E. Stewart  <[EMAIL PROTECTED]>
  +
  +     * readme.xml (Repository): 
  +     New release (1.5.1)
  +     New build instructions include verification using the digital
  +        signature.
  +
   2001-07-08  Jason E. Stewart  <[EMAIL PROTECTED]>
   
        * readme.xml (Repository): 
  
  
  
  1.7       +18 -14    xml-site/sources/xerces-p/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/xerces-p/readme.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- readme.xml        2001/07/09 05:28:33     1.6
  +++ readme.xml        2001/07/09 18:09:16     1.7
  @@ -2,7 +2,7 @@
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
   
   <s1 title="Xerces Perl">
  -  <s2 title="Xerces.pm 1.5.0">
  +  <s2 title="Xerces.pm 1.5.1">
       <p> Xerces.pm is the Perl API to the Apache project's
         Xerces XML parser. It is implemented using the Xerces C++ API, and
         it provides access to <em>most</em> of the C++ API from Perl.
  @@ -114,21 +114,25 @@
     </s2>
     <s2 title="Prepare for the build">
       <ol>
  +      <li>Download the release and it's digital signature, from
  +     <jump href="http://xml.apache.org/dist/xerces-p/stable";>
  +     http://xml.apache.org/dist/xerces-p/stable </jump>.</li>
  +
  +      <li> Optionally verify the release using the supplied digital signature
  +     (see <jump
  +     href="http://xml.apache.org/xerces-p/download.html";>
  +     http://xml.apache.org/xerces-p/download.html </jump> for
  +     details) </li>
  +
         <li>Unpack the archive in a directory of your choice.  Example (for
        UNIX):</li>
         <ul>
  -     <li><code>cd &lt;DIRECTORY OF YOUR CHOICE&gt;</code></li>
  -     <li><code>tar xvf &lt;DIRECTORY Xerces-1.5.x.tar.gz IS
  -         LOCATED&gt;/Xerces-1.5.x.tar.gz</code></li>
  -      </ul>
  -      <li>Go to the Xerces-1.5.x directory:</li>
  -      <ul>
  -     <li><code>cd Xerces-1.5.x</code></li>
  -      </ul>
  -      <li>Examine the Perl script "Makefile.PL".  You may need to change
  -     some locations of libraries and include directories. If you
  -     attempt to build on a platform other than UNIX, you will probably
  -     have to change more.
  +     <li><code>tar zxvf XML-Xerces-1.5.x.tar.gz</code></li>
  +     <li><code>cd XML-Xerces-1.5.x</code></li>
  +      </ul> <li>Examine the Perl script "Makefile.PL".  You shouldn't
  +     need to change any of the information unless you are
  +     attempting to build on a platform other than UNIX, in which
  +     case, you will probably have to.
        <br/><br/>
        Also, you may want to edit the path to the swig executable
        ($SWIG), if you're planning on regenerating Xerces.C and
  @@ -160,7 +164,7 @@
     </s2>
     <s2 title="Build Xerces.pm">
       <ol>
  -      <li>Go to the Xerces-1.5.x directory.</li>
  +      <li>Go to the XML-Xerces-1.5.x directory.</li>
         <li>Build Xerces.pm as you would any perl package that you might get
        from CPAN: </li>
         <ul>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to