Skip to content

Commit

Permalink
Merge pull request #60 from ashnazg/testing
Browse files Browse the repository at this point in the history
prep for v1.10.2 release
  • Loading branch information
ashnazg authored Feb 28, 2017
2 parents 460b385 + 8b69668 commit 58c0ecc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ go-pear.phar
/install-pear-nozlib.phar
/*.tgz
/dist/

# eclipse
.buildpath
.project
.settings
50 changes: 43 additions & 7 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Chuck Burgess</name>
<user>ashnazg</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<developer>
<name>Tias Guns</name>
<user>tias</user>
Expand All @@ -87,10 +93,10 @@
<email>[email protected]</email>
<active>no</active>
</helper>
<date>2015-10-17</date>
<time>13:22:42</time>
<date>2017-02-27</date>
<time>12:40:00</time>
<version>
<release>1.10.1</release>
<release>1.10.2</release>
<api>1.10.1</api>
</version>
<stability>
Expand All @@ -99,9 +105,14 @@
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fix bug #20959: Crash on channel discovery with channel.xml redirect [cweiske]
* Fix bug #20968: Incorrect call to __construct() from PEAR() [edlman]
* Add legacy constructor for PEAR_Error for backwards compatibility [cweiske]
* Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna]
* Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest]
* Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest]
* Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc]

* Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu]
* Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0]
* Pull Request #58: Make method signatures compatible. [yunosh]
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -410,6 +421,7 @@
<name>Archive_Tar</name>
<channel>pear.php.net</channel>
<min>1.4.0</min>
<recommended>1.4.2</recommended>
</package>
<package>
<name>Structures_Graph</name>
Expand All @@ -427,7 +439,7 @@
<name>XML_Util</name>
<channel>pear.php.net</channel>
<min>1.3.0</min>
<recommended>1.3.0</recommended>
<recommended>1.4.2</recommended>
</package>
<package>
<name>PEAR_Frontend_Web</name>
Expand Down Expand Up @@ -1097,5 +1109,29 @@ http://pear.php.net/advisory-20110228.txt
</notes>
</release>

<release>
<date>2017-02-27</date>
<time>12:40:00</time>
<version>
<release>1.10.2</release>
<api>1.10.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna]
* Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest]
* Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest]
* Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc]

* Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu]
* Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0]
* Pull Request #58: Make method signatures compatible. [yunosh]
</notes>
</release>

</changelog>
</package>

0 comments on commit 58c0ecc

Please sign in to comment.