cvs: pear /XML_Query2XML RELEASES package.xml
[email protected] ("Lukas Feiler")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvslukasfeiler1209750440@cvsserver> |
lukasfeiler Fri May 2 17:47:20 2008 UTC
Modified files:
/pear/XML_Query2XML package.xml RELEASES
Log:
getting ready for 1.7.0
http://cvs.php.net/viewvc.cgi/pear/XML_Query2XML/package.xml?r1=1.31&r2=1.32&diff_format=u
Index: pear/XML_Query2XML/package.xml
diff -u pear/XML_Query2XML/package.xml:1.31 pear/XML_Query2XML/package.xml:1.32
--- pear/XML_Query2XML/package.xml:1.31 Mon Apr 21 13:14:47 2008
+++ pear/XML_Query2XML/package.xml Fri May 2 17:47:20 2008
@@ -29,14 +29,14 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2008-04-21</date>
+ <date>2008-05-02</date>
<version>
- <release>1.7.0RC1</release>
- <api>1.7.0RC1</api>
+ <release>1.7.0</release>
+ <api>1.7.0</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPLv2.1</license>
<notes>This feature release brings the following additions:
@@ -52,6 +52,7 @@
PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver
to be used (LDAP or LDAP2). Then simply run
'pear run-tests -p XML_Query2XML'
+Note: no changes were introduced since 1.7.0RC1.
</notes>
<contents>
<dir name="/">
@@ -1034,5 +1035,32 @@
'pear run-tests -p XML_Query2XML'
</notes>
</release>
+ <release>
+ <version>
+ <release>1.7.0</release>
+ <api>1.7.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2008-05-02</date>
+ <license uri="http://www.gnu.org/lilicenses/lgpl-2.1.html">LGPLv2.1</license>
+ <notes>This feature release brings the following additions:
+- new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2
+- options 'limit' and 'offset' now supported by the MDB2 and DB drivers;
+ thanks to Johnny Cheng from openflyers.org for this feature request
+- improved logging: now also logs the variables with which a prepared
+ statement is executed
+- consolidation of unit tests for different database drivers; use
+ the environment variable PHP_PEAR_XML_QUERY2XML_TEST_DBLAYER to
+ set the database driver to be used (MDB2,DB,PDO,ADOdbDefault,
+ ADOdbPEAR or ADOdbException). Also use the environment variable
+ PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver
+ to be used (LDAP or LDAP2). Then simply run
+ 'pear run-tests -p XML_Query2XML'
+Note: no changes were introduced since 1.7.0RC1.
+ </notes>
+ </release>
</changelog>
</package>
http://cvs.php.net/viewvc.cgi/pear/XML_Query2XML/RELEASES?r1=1.20&r2=1.21&diff_format=u
Index: pear/XML_Query2XML/RELEASES
diff -u pear/XML_Query2XML/RELEASES:1.20 pear/XML_Query2XML/RELEASES:1.21
--- pear/XML_Query2XML/RELEASES:1.20 Mon Apr 21 08:11:51 2008
+++ pear/XML_Query2XML/RELEASES Fri May 2 17:47:20 2008
@@ -1,8 +1,26 @@
Public Releases of XML_Query2XML
================================
-Version: $Id: RELEASES,v 1.20 2008/04/21 08:11:51 lukasfeiler Exp $
+Version: $Id: RELEASES,v 1.21 2008/05/02 17:47:20 lukasfeiler Exp $
+v1.7.0
+------
+Release date: 2008-05-02
+Release notes: This feature release brings the following additions:
+- new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2
+- options 'limit' and 'offset' now supported by the MDB2 and DB drivers;
+ thanks to Johnny Cheng from openflyers.org for this feature request
+- improved logging: now also logs the variables with which a prepared
+ statement is executed
+- consolidation of unit tests for different database drivers; use
+ the environment variable PHP_PEAR_XML_QUERY2XML_TEST_DBLAYER to
+ set the database driver to be used (MDB2,DB,PDO,ADOdbDefault,
+ ADOdbPEAR or ADOdbException). Also use the environment variable
+ PHP_PEAR_XML_QUERY2XML_TEST_LDAPLAYER to set the LDAP driver
+ to be used (LDAP or LDAP2). Then simply run
+ 'pear run-tests -p XML_Query2XML'
+Note: no changes were introduced since 1.7.0RC1.
+
v1.7.0RC1
---------
Release date: 2008-04-18