You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by rh...@apache.org on 2003/01/29 02:39:14 UTC

cvs commit: xml-rpc/xdocs changes.xml contributing.xml cvs.xml lists.xml

rhoegg      2003/01/28 17:39:14

  Modified:    .        project.xml
               xdocs    changes.xml contributing.xml cvs.xml lists.xml
  Log:
  Updated changes.xml, modified web site and mailing list information in preparation
  for the move to ws.apache.org
  
  Revision  Changes    Path
  1.15      +24 -12    xml-rpc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	26 Nov 2002 11:39:17 -0000	1.14
  +++ project.xml	29 Jan 2003 01:39:13 -0000	1.15
  @@ -4,10 +4,10 @@
     <pomVersion>3</pomVersion>
     <name>xmlrpc</name>
     <id>xmlrpc</id>
  -  <currentVersion>1.2-a3-dev</currentVersion>
  +  <currentVersion>2.0-a1-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
  -    <url>http://xml.apache.org/</url>
  +    <url>http://ws.apache.org/</url>
       <logo>/images/group-logo.gif</logo>
     </organization>
     <inceptionYear>2001</inceptionYear>
  @@ -29,11 +29,11 @@
       in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.
     </description>
   
  -  <url>http://xml.apache.org/xmlrpc/</url>
  +  <url>http://ws.apache.org/xmlrpc/</url>
     <issueTrackingUrl>http://nagoya.apache.org/bugzilla/query.cgi?product=XML-RPC</issueTrackingUrl>
  -  <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/xml.apache.org/xmlrpc/</siteDirectory>
  -  <distributionDirectory>/www/xml.apache.org/dist/xmlrpc/</distributionDirectory>
  +  <siteAddress>ws.apache.org</siteAddress>
  +  <siteDirectory>/www/ws.apache.org/xmlrpc/</siteDirectory>
  +  <distributionDirectory>/www/ws.apache.org/dist/xmlrpc/</distributionDirectory>
   
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:xml-rpc</connection>
  @@ -59,15 +59,15 @@
     <mailingLists>
       <mailingList>
         <name>XML-RPC User List</name>
  -      <subscribe>rpc-user-subscribe@xml.apache.org</subscribe>
  -      <unsubscribe>rpc-user-unsubscribe@xml.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=rpc-user@xml.apache.org</archive>
  +      <subscribe>xmlrpc-user-subscribe@ws.apache.org</subscribe>
  +      <unsubscribe>xmlrpc-user-unsubscribe@ws.apache.org</unsubscribe>
  +      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=xmlrpc-user@ws.apache.org</archive>
       </mailingList>
       <mailingList>
         <name>XML-RPC Developer List</name>
  -      <subscribe>rpc-dev-subscribe@xml.apache.org</subscribe>
  -      <unsubscribe>rpc-dev-unsubscribe@xml.apache.org</unsubscribe>
  -      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=rpc-dev@xml.apache.org</archive>
  +      <subscribe>xmlrpc-dev-subscribe@ws.apache.org</subscribe>
  +      <unsubscribe>xmlrpc-dev-unsubscribe@ws.apache.org</unsubscribe>
  +      <archive>http://archives.apache.org/eyebrowse/SummarizeList?listName=xmlrpc-dev@ws.apache.org</archive>
       </mailingList>
     </mailingLists>
   
  @@ -113,6 +113,18 @@
         <id>jwilson</id>
         <email>tug@wilson.co.uk</email>
         <organization>The Wilson Partnership</organization>
  +    </developer>
  +    <developer>
  +      <name>Ryan Hoegg</name>
  +      <id>rhoegg</id>
  +      <email>rhoegg@isisnetworks.net</email>
  +      <organization>ISIS Networks</organization>
  +    </developer>
  +    <developer>
  +      <name>Andrew Evers</name>
  +      <id>aevers</id>
  +      <email>aevers@redwood.nl</email>
  +      <organization></organization>
       </developer>
     </developers>
   
  
  
  
  1.20      +14 -1     xml-rpc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml	28 Jan 2003 10:34:40 -0000	1.19
  +++ changes.xml	29 Jan 2003 01:39:13 -0000	1.20
  @@ -18,10 +18,22 @@
               <ul>
   
                 <li>
  +                Move HTTP Basic Authentication functionality to the XmlRpcTransport
  +                classes.  Deprecate XmlRpcClient.setBasicAuthentication. (Ryan Hoegg)
  +              </li>
  +
  +            </ul>
  +          </li>
  +
  +          <li>
  +            <strong>28 Jan 2003</strong>
  +            <ul>
  +
  +              <li>
   		Refactor XmlRpcTransportFactory and add DefaultXmlRpcTransportFactory that
                   can load other transport factories via reflection.
                   Merge edited code from Larry Meader and Chris Jackson to use the Sun SSL 
  -                provider as a transport.
  +                provider as a transport. (Andrew Evers)
                 </li>
   
               </ul>
  @@ -36,6 +48,7 @@
                   Future implementations of XmlRpcTransport should inherit
                   their test classes from XmlRpcTransportTest as it guarantees
                   that they behave identically to DefaultXmlRpcTransport.
  +                (Ryan Hoegg)
                 </li>
   
               </ul>
  
  
  
  1.2       +1 -1      xml-rpc/xdocs/contributing.xml
  
  Index: contributing.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/contributing.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- contributing.xml	23 Oct 2002 22:40:28 -0000	1.1
  +++ contributing.xml	29 Jan 2003 01:39:13 -0000	1.2
  @@ -17,7 +17,7 @@
   
       <section name="Submitting Patches">
         <p>The preferred patch format is unidiff.  Emails containing
  -      patches should be sent to the rpc-dev@xml.apache.org list, and
  +      patches should be sent to the xmlrpc-dev@ws.apache.org list, and
         prefix their subject lines with <strong>[PATCH]</strong>.
         Patches are also accepted via the <a
         href="http://issues.apache.org/bugzilla/">issue tracker</a>.
  
  
  
  1.3       +1 -1      xml-rpc/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/cvs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cvs.xml	23 Oct 2002 22:26:25 -0000	1.2
  +++ cvs.xml	29 Jan 2003 01:39:13 -0000	1.3
  @@ -9,7 +9,7 @@
     <body>
       <section name="Web Access to the Repository">
         <p>
  -You can browse the xml-rpc repository on xml.apache.org
  +You can browse the xml-rpc repository on cvs.apache.org
   <a href="http://cvs.apache.org/viewcvs.cgi/xml-rpc">via the web</a>.
         </p>
        </section>
  
  
  
  1.3       +4 -4      xml-rpc/xdocs/lists.xml
  
  Index: lists.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/xdocs/lists.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lists.xml	19 Nov 2001 19:48:30 -0000	1.2
  +++ lists.xml	29 Jan 2003 01:39:13 -0000	1.3
  @@ -9,8 +9,8 @@
     <body>
       <section name="The XML-RPC Users List">
         <p>
  -<a href="mailto:rpc-user-subscribe@xml.apache.org">Subscribe</a>
  -<a href="mailto:rpc-user-unsubscribe@xml.apache.org">Unsubscribe</a>
  +<a href="mailto:xmlrpc-user-subscribe@ws.apache.org">Subscribe</a>
  +<a href="mailto:xmlrpc-user-unsubscribe@ws.apache.org">Unsubscribe</a>
         </p>
         <p>
   This is the list where users of XML-RPC can meet and
  @@ -19,8 +19,8 @@
        </section>
       <section name="The XML-RPC Developers List">
         <p>
  -<a href="mailto:rpc-dev-subscribe@xml.apache.org">Subscribe</a>
  -<a href="mailto:rpc-dev-unsubscribe@xml.apache.org">Unsubscribe</a>
  +<a href="mailto:xmlrpc-dev-subscribe@ws.apache.org">Subscribe</a>
  +<a href="mailto:xmlrpc-dev-unsubscribe@ws.apache.org">Unsubscribe</a>
         </p>
         <p>
   This is the list where participating developers of the
  
  
  

Re: cvs commit: xml-rpc/xdocs changes.xml contributing.xml cvs.xml lists.xml

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Oh, forgot to mention in the log message: I took the liberty of adding 
Andrew and myself to the developers list in project.xml


Re: cvs commit: xml-rpc/xdocs changes.xml contributing.xml cvs.xml lists.xml

Posted by Ryan Hoegg <rh...@isisnetworks.net>.
Oh, forgot to mention in the log message: I took the liberty of adding 
Andrew and myself to the developers list in project.xml