PHP PEAR CVS 24 CVS PEAR SOAP BASE PHP PACKAGE XML
Date: Tue, 01 Jul 2003 18:10:04 -0000

Subject: cvs: pear /SOAP Base.php package.xml
From: arnaud@no-spam (Arnaud Limbourg)

arnaud Tue Jul 1 14:10:04 2003 EDT
Modified files: /pear/SOAP package.xml Base.php Log:
* forgot to update library version * update package.cml for future release Index: pear/SOAP/package.xml diff -u pear/SOAP/package.xml:1.31 pear/SOAP/package.xml:1.32
--- pear/SOAP/package.xml:1.31 Mon Jun 30 10:34:32 2003
+++ pear/SOAP/package.xml Tue Jul 1 14:10:04 2003
@@no-spam -25,11 +25,10 @@no-spam <license>PHP License</license>
<release>
<state>beta</state>
- <version>0.7.4</version>
- <date>2003-06-30</date>
+ <version>0.7.xx</version>
+ <date>2003-??-??</date>
<notes>
- Fixes when behind a proxy.
- Other bugfixes.
+ * Left out old 0.7.3 version number in 0.7.4
</notes>
<filelist>
<dir name="/" baseinstalldir="SOAP">
@@no-spam -102,6 +101,15 @@no-spam </deps>
</release>
<changelog>
+ <release>
+ <state>beta</state>
+ <version>0.7.4</version>
+ <date>2003-06-30</date>
+ <notes>
+ Fixes when behind a proxy.
+ Other bugfixes.
+ </notes>
+ </release>
<release>
<state>beta</state>
<version>0.7.3</version>
Index: pear/SOAP/Base.php diff -u pear/SOAP/Base.php:1.35 pear/SOAP/Base.php:1.36
--- pear/SOAP/Base.php:1.35 Sat May 17 21:01:26 2003
+++ pear/SOAP/Base.php Tue Jul 1 14:10:04 2003
@@no-spam -17,7 +17,7 @@no-spam // | Authors: Dietrich Ayala <dietrich@no-spam> Original Author |
// +----------------------------------------------------------------------+
//
-// $Id: Base.php,v 1.35 2003/05/18 01:01:26 shane Exp $
+// $Id: Base.php,v 1.36 2003/07/01 18:10:04 arnaud Exp $
//
/*
@@no-spam -77,8 +77,8 @@no-spam define('INF', 1.8e307); define('NAN', 0.0);
-define('SOAP_LIBRARY_VERSION', '0.7.3');
-define('SOAP_LIBRARY_NAME', 'PEAR-SOAP 0.7.3-devel');
+define('SOAP_LIBRARY_VERSION', '0.7.4.1');
+define('SOAP_LIBRARY_NAME', 'PEAR-SOAP 0.7.4.1-devel');
// set schema version define('SOAP_XML_SCHEMA_VERSION', 'http://www.w3.org/2001/XMLSchema');
define('SOAP_XML_SCHEMA_INSTANCE', 'http://www.w3.org/2001/XMLSchema-instance');

@@no-spam -229,7 +229,7 @@no-spam * Common base class of all Soap lclasses *
* @no-spam public -* @no-spam $Id: Base.php,v 1.35 2003/05/18 01:01:26 shane Exp $
+* @no-spam $Id: Base.php,v 1.36 2003/07/01 18:10:04 arnaud Exp $
* @no-spam SOAP::Client * @no-spam Shane Caraveo <shane@no-spam> Conversion to PEAR and updates */
@@no-spam -1014,7 +1014,7 @@no-spam * class used to handle QNAME values in XML *
* @no-spam public -* @no-spam $Id: Base.php,v 1.35 2003/05/18 01:01:26 shane Exp $
+* @no-spam $Id: Base.php,v 1.36 2003/07/01 18:10:04 arnaud Exp $
* @no-spam SOAP::Client * @no-spam Shane Caraveo <shane@no-spam> Conversion to PEAR and updates */
@@no-spam -1063,4 +1063,4 @@no-spam }
}
-?>
\ No newline at end of file +?>