Skip to content

Commit 9633d93

Browse files
committed
prep for v1.10.6
1 parent 1af540d commit 9633d93

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

package2.xml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<email>[email protected]</email>
9494
<active>no</active>
9595
</helper>
96-
<date>2017-06-27</date>
96+
<date>2018-08-22</date>
9797
<version>
98-
<release>1.10.5</release>
98+
<release>1.10.6</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,7 +104,15 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
107+
* PR #70: Fix notice undefined variable metadata_dir
108+
* PR #71: fix Warning: count(): Parameter must be an array or an object
109+
* PR #74: Bug #23744 Remove is_executable check
110+
* Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
111+
* PR #75: Migrate old while(list() = each()) constructs to foreach
112+
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
113+
* PR #77: proxy server auth
114+
* PR #72: Correctly authenticate at proxy server
115+
* PR #78: array or Countable error in 7.2
108116
</notes>
109117
<contents>
110118
<dir name="/">
@@ -1158,5 +1166,21 @@ http://pear.php.net/advisory-20110228.txt
11581166
</notes>
11591167
</release>
11601168

1169+
<release>
1170+
<date>2017-06-27</date>
1171+
<version>
1172+
<release>1.10.5</release>
1173+
<api>1.10.1</api>
1174+
</version>
1175+
<stability>
1176+
<release>stable</release>
1177+
<api>stable</api>
1178+
</stability>
1179+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1180+
<notes>
1181+
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
1182+
</notes>
1183+
</release>
1184+
11611185
</changelog>
11621186
</package>

0 commit comments

Comments
 (0)