cvs: pear(MAINT_1_3_4) /Net_FTP CHANGELOG generate_package_xml.php package.xml
[email protected] ("Jorrit Schippers") Tue, 06 May 2008 11:39:57 -0000
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1210073997@cvsserver> |
jschippers Tue May 6 11:39:57 2008 UTC
Modified files: (Branch: MAINT_1_3_4)
/pear/Net_FTP package.xml CHANGELOG generate_package_xml.php
Log:
Prepare for 1.3.6
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/package.xml?r1=1.17.2.1&r2=1.17.2.2&diff_format=u
Index: pear/Net_FTP/package.xml
diff -u pear/Net_FTP/package.xml:1.17.2.1 pear/Net_FTP/package.xml:1.17.2.2
--- pear/Net_FTP/package.xml:1.17.2.1 Sun Jan 13 22:05:57 2008
+++ pear/Net_FTP/package.xml Tue May 6 11:39:57 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.7.0RC2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
@@ -15,7 +15,7 @@
<name>Jorrit Schippers</name>
<user>jorrit</user>
<email>[email protected]</email>
- <active>no</active>
+ <active>yes</active>
</lead>
<lead>
<name>Tobias Schlitt</name>
@@ -23,10 +23,10 @@
<email>[email protected]</email>
<active>no</active>
</lead>
- <date>2008-01-13</date>
- <time>22:55:35</time>
+ <date>2008-05-06</date>
+ <time>13:00:11</time>
<version>
- <release>1.3.5</release>
+ <release>1.3.6</release>
<api>1.0.0</api>
</version>
<stability>
@@ -34,7 +34,10 @@
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
- <notes>* Fixed Bug #12840: Fix compliance with PHP 4 (broken since 1.3.3)</notes>
+ <notes>* Fixed Bug #13496: set bit not supported
+* Fixed Bug #13689: . in file owner or group name breaks _ls_match
+* Fixed Bug #13690: getRecursive does not work because of '.' and '..' directories
+* Fixed Bug #13114: Error check in $FTP->getRecursive(...)</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="example">
@@ -207,5 +210,21 @@
<license uri="http://www.php.net/license">PHP License</license>
<notes>* Fixed Bug #12840: Fix compliance with PHP 4 (broken since 1.3.3)</notes>
</release>
+ <release>
+ <version>
+ <release>1.3.6</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2008-05-06</date>
+ <license uri="http://www.php.net/license">PHP License</license>
+ <notes>* Fixed Bug #13496: set bit not supported
+* Fixed Bug #13689: . in file owner or group name breaks _ls_match
+* Fixed Bug #13690: getRecursive does not work because of '.' and '..' directories
+* Fixed Bug #13114: Error check in $FTP->getRecursive(...)</notes>
+ </release>
</changelog>
</package>
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/CHANGELOG?r1=1.1&r2=1.1.2.1&diff_format=u
Index: pear/Net_FTP/CHANGELOG
diff -u pear/Net_FTP/CHANGELOG:1.1 pear/Net_FTP/CHANGELOG:1.1.2.1
--- pear/Net_FTP/CHANGELOG:1.1 Sat Nov 24 19:49:21 2007
+++ pear/Net_FTP/CHANGELOG Tue May 6 11:39:57 2008
@@ -1,4 +1,16 @@
-1.3.3 - 2007-??-??
+1.3.6 - 2008-05-06
+* Fixed Bug #13496: set bit not supported
+* Fixed Bug #13689: . in file owner or group name breaks _ls_match
+* Fixed Bug #13690: getRecursive does not work because of '.' and '..' directories
+* Fixed Bug #13114: Error check in $FTP->getRecursive(...)
+
+1.3.5 - 2008-01-13
+* Fixed Bug #12840: Fix compliance with PHP 4 (broken since 1.3.3)
+
+1.3.4 - 2007-12-10
+* Fixed Bug #12639: _constructPath() prevents _checkDir() from working correctly
+
+1.3.3 - 2007-12-06
* Fixed Bug #7146: Recursive mkdir() broken on Windows
* Fixed Bug #7270: Recursive rmdir() broken
* Fixed Bug #7527: ls fails if there are no files and a total line
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/generate_package_xml.php?r1=1.15.2.5&r2=1.15.2.6&diff_format=u
Index: pear/Net_FTP/generate_package_xml.php
diff -u pear/Net_FTP/generate_package_xml.php:1.15.2.5 pear/Net_FTP/generate_package_xml.php:1.15.2.6
--- pear/Net_FTP/generate_package_xml.php:1.15.2.5 Tue Apr 22 21:02:09 2008
+++ pear/Net_FTP/generate_package_xml.php Tue May 6 11:39:57 2008
@@ -84,7 +84,7 @@
$p2->addRelease();
-$p2->addMaintainer('lead', 'jorrit', 'Jorrit Schippers', '[email protected]', 'no');
+$p2->addMaintainer('lead', 'jorrit', 'Jorrit Schippers', '[email protected]', 'yes');
$p2->addMaintainer('lead', 'toby', 'Tobias Schlitt', '[email protected]', 'no');
$p2->setPhpDep('4.3.0');