-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.php.net/repository/pear/packages/XML_Feed_Parser/trunk@233480 c90b9560-bf6c-de11-be94-00142212c4b1
- Loading branch information
James Stewart
committed
Apr 9, 2007
1 parent
a2528b9
commit da8ba0d
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,19 +14,19 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2007-02-01</date> | ||
<time>18:56:29</time> | ||
<date>2007-04-09</date> | ||
<time>10:47:00</time> | ||
<version> | ||
<release>1.0.1</release> | ||
<api>1.0.1</api> | ||
<release>1.0.2</release> | ||
<api>1.0.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes>Fixed bug in atom link handling that was preventing link retrieval | ||
Changed detection of text content type to avoid false positives | ||
<notes>Fixed bug #10499 - AtomElement's xpath is NULL (thanks to Teo Hui Ming) | ||
Fixed bug #10501 -- atom getLink() should query links without rel in special case (thanks to Teo Hui Ming) | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -151,6 +151,20 @@ Changed detection of text content type to avoid false positives | |
</dependencies> | ||
<phprelease /> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>1.0.2</release> | ||
<api>1.0.1</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2007-01-09</date> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes></notes> | ||
</release> | ||
|
||
<release> | ||
<version> | ||
<release>1.0.1</release> | ||
|