Skip to content

Commit

Permalink
Release 0.2.1 and move to PECL
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Dec 9, 2013
1 parent 75088f5 commit 036750d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="https://pear.php.net/dtd/package-2.0" xmlns:tasks="https://pear.php.net/dtd/tasks-1.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.7" version="2.0" xsi:schemaLocation="https://pear.php.net/dtd/tasks-1.0 https://pear.php.net/dtd/tasks-1.0.xsd https://pear.php.net/dtd/package-2.0 https://pear.php.net/dtd/package-2.0.xsd">
<name>Mosquitto</name>
<channel>pecl.mgdm.net</channel>
<channel>pecl.php.net</channel>
<summary>Extension for libmosquitto</summary>
<description>Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop.</description>
<lead>
Expand All @@ -12,13 +12,11 @@
</lead>

<date>2013-12-05</date>
<version><release>0.2.0</release><api>0.2.0</api></version>
<version><release>0.2.1</release><api>0.2.0</api></version>
<stability><release>alpha</release><api>alpha</api></stability>
<license uri="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
<notes>
* Now feature-complete, with all functionality in libmosquitto available.
* TLS support.
* Numerous bugfixes.
<notes>
* Fix compatibility with PHP 5.3
</notes>

<contents>
Expand Down

0 comments on commit 036750d

Please sign in to comment.