Skip to content

Commit 036750d

Browse files
committed
Release 0.2.1 and move to PECL
1 parent 75088f5 commit 036750d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<package 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" packagerversion="1.4.7" version="2.0" 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">
33
<name>Mosquitto</name>
4-
<channel>pecl.mgdm.net</channel>
4+
<channel>pecl.php.net</channel>
55
<summary>Extension for libmosquitto</summary>
66
<description>Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.</description>
77
<lead>
@@ -12,13 +12,11 @@
1212
</lead>
1313

1414
<date>2013-12-05</date>
15-
<version><release>0.2.0</release><api>0.2.0</api></version>
15+
<version><release>0.2.1</release><api>0.2.0</api></version>
1616
<stability><release>alpha</release><api>alpha</api></stability>
1717
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
18-
<notes>
19-
* Now feature-complete, with all functionality in libmosquitto available.
20-
* TLS support.
21-
* Numerous bugfixes.
18+
<notes>
19+
* Fix compatibility with PHP 5.3
2220
</notes>
2321

2422
<contents>

0 commit comments

Comments
 (0)