<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax3/download/3.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax3/download/3.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_SaxFilters/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Calendar/download/0.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/XML_HTMLSax/download/2.1.2/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for hfuecks</title>
<description>The latest releases for the PEAR developer hfuecks (Harry Fuecks)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Calendar/download/0.5.5/">
 <title>Calendar 0.5.5</title>
 <link>http://pear.php.net/package/Calendar/download/0.5.5/</link>
 <content:encoded>* fixed bug #17182: fixed Calendar_Month_Weeks' empty day handling&lt;br /&gt;
 (bug introduced in v.0.5.4)&lt;br /&gt;
* PHP5 fixes
 </content:encoded>
 <dc:date>2010-06-24T13:46:57-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Calendar/download/0.5.4/">
 <title>Calendar 0.5.4</title>
 <link>http://pear.php.net/package/Calendar/download/0.5.4/</link>
 <content:encoded>QA Release&lt;br /&gt;
&lt;br /&gt;
* fixed return by reference NOTICE in Decorator&lt;br /&gt;
* fixed bug #8758: fixed Calendar_Week::thisYear() according the ISO-8601 standard&lt;br /&gt;
* fixed bug #12542: Calendar_Util_Textual::orderedWeekdays() doesn't consider $firstDay&lt;br /&gt;
* added new tests and fixed test to consider the CALENDAR_FIRST_DAY_OF_WEEK constant&lt;br /&gt;
* fixed getWeekNInYear() in the PearDate engine with new Date package&lt;br /&gt;
* request #2642: added Calendar::isToday() method&lt;br /&gt;
* switched to package.xml v.2&lt;br /&gt;
* updated header comment blocks according to the Coding Standards
 </content:encoded>
 <dc:date>2008-12-12T14:20:34-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax3/download/3.0.0/">
 <title>XML_HTMLSax3 3.0.0</title>
 <link>http://pear.php.net/package/XML_HTMLSax3/download/3.0.0/</link>
 <content:encoded>Fixed bug #1850  HTMLtoXHTML.php does not produce XHTML [dufuz]&lt;br /&gt;
Fixed bug #11607 Requesting License change, emails to listed authors bounce [cdake}&lt;br /&gt;
Fixed bug #12159 not clarified license [hfuecks]&lt;br /&gt;
&lt;br /&gt;
This package is now dual licensed under PHP license v3.01 and LGPL 3.0
 </content:encoded>
 <dc:date>2007-12-01T17:10:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Calendar/download/0.5.3/">
 <title>Calendar 0.5.3</title>
 <link>http://pear.php.net/package/Calendar/download/0.5.3/</link>
 <content:encoded>* fixed bug #3073, Calendar_Month_Weekdays: invalid empty days at year change&lt;br /&gt;
* fixed bug #3445, thisWeek('n_in_month') off by one in some cases&lt;br /&gt;
* use CALENDAR_FIRST_DAY_OF_WEEK constant throughout the package&lt;br /&gt;
* fixed return by reference NOTICEs&lt;br /&gt;
* added new tests
 </content:encoded>
 <dc:date>2005-11-06T13:19:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Calendar/download/0.5.2/">
 <title>Calendar 0.5.2</title>
 <link>http://pear.php.net/package/Calendar/download/0.5.2/</link>
 <content:encoded>* Small refactoring in the date engines to significantly reduce the number&lt;br /&gt;
  of date() calls&lt;br /&gt;
* make url default separator xhtml compliant&lt;br /&gt;
* fix bug #1798 with week selection&lt;br /&gt;
* fix bug #1995: thisWeek, prevWeek, nextWeek were not affected when a new&lt;br /&gt;
  timestamp was set (thanks to johnschaefer at gmx dot de)&lt;br /&gt;
* fix bug in return value from Calendar_Week::thisWeek and n_in_month&lt;br /&gt;
* getMinYears() returned 1970 on all platforms (thanks to Andy Crain)&lt;br /&gt;
* added some new examples&lt;br /&gt;
* Moved logic from Calendar_Decorator_Uri and Calendar_Decorator_Textual to&lt;br /&gt;
   Calendar_Util_Uri and Calendar_Util_Textual (BC preserved) - offers better&lt;br /&gt;
   performance, reducing number of decorators required&lt;br /&gt;
* extended engine interface for week related methods to meet rare use cases with&lt;br /&gt;
   (not yet implemented) calendar engines
 </content:encoded>
 <dc:date>2004-08-16T09:28:36-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax3/download/3.0.0RC1/">
 <title>XML_HTMLSax3 3.0.0RC1</title>
 <link>http://pear.php.net/package/XML_HTMLSax3/download/3.0.0RC1/</link>
 <content:encoded>* Re PEAR version naming rules, you now include XML/HTMLSax3.php and the main class is called XML_HTMLSax3&lt;br /&gt;
* Now able to parse Word generated HTML - fixed bug with parsing of XML escape sequences&lt;br /&gt;
* API break (minor): no longer extends PEAR&lt;br /&gt;
* API break (minor): attributes with no value (like option selected) are now populated with NULL instead of TRUE&lt;br /&gt;
* API break (minor): replaced XML_OPTION_FULL_ESCAPES with XML_OPTION_STRIP_ESCAPES - by default you now get back the complete escape sequence&lt;br /&gt;
* Added some more examples
 </content:encoded>
 <dc:date>2004-06-02T15:07:59-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Calendar/download/0.5.1/">
 <title>Calendar 0.5.1</title>
 <link>http://pear.php.net/package/Calendar/download/0.5.1/</link>
 <content:encoded>* Fixed bug in Calendar_Week::setSelection():&lt;br /&gt;
  the &quot;selected&quot; property was set, but not the decorated object.&lt;br /&gt;
* Fixed bug in Calendar_Month_[Weekdays|Weeks]:&lt;br /&gt;
  the number of empty days at the beginning of the month could be&lt;br /&gt;
  wrong when the adjust() method was called to fix an invalid date.
 </content:encoded>
 <dc:date>2004-05-24T16:06:57-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_SaxFilters/download/0.3.0/">
 <title>XML_SaxFilters 0.3.0</title>
 <link>http://pear.php.net/package/XML_SaxFilters/download/0.3.0/</link>
 <content:encoded>WARNING: lots of API breakage!&lt;br /&gt;
* API breakage to conform to PEAR namespacing standards&lt;br /&gt;
* API breakage to remove dependance of base PEAR class. PEAR.php is now only included on error&lt;br /&gt;
* API breakage on handler names - shortened for easier use&lt;br /&gt;
* API breaking on IO classes to add correct PEAR namespace&lt;br /&gt;
* Renamed StructReader and StructWriter to ListReader and ListWriter&lt;br /&gt;
* Added startDoc and endDoc handlers for start and end of parsing&lt;br /&gt;
* Added handler for processing instructions&lt;br /&gt;
* Added utility function for building filter chains&lt;br /&gt;
* HTMLSaxParser open handler leakiness to allow third empty argument&lt;br /&gt;
* HTMLSaxParser gets two additional handlers, escape and jasp&lt;br /&gt;
* HTMLSaxParser should now behave the same as Expat, for linefeed and entities&lt;br /&gt;
* FilterBuilder and FilterMap modifications
 </content:encoded>
 <dc:date>2004-04-20T08:27:28-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Calendar/download/0.5/">
 <title>Calendar 0.5</title>
 <link>http://pear.php.net/package/Calendar/download/0.5/</link>
 <content:encoded>* Added new return-value-formats for each [prev|this|next]*() method&lt;br /&gt;
  Allowed formats are: 'int', 'timestamp' , 'array' and 'object'. Returns&lt;br /&gt;
  data of specified type e.g. $Day = $Hour-&gt;prevDay('object');&lt;br /&gt;
* Added factory for creating calendar objects (in conjunction with above change)&lt;br /&gt;
* Added decorator to determine the day of the week for any calendar object&lt;br /&gt;
* Minor bug fix in Decorator
 </content:encoded>
 <dc:date>2004-01-29T07:02:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/XML_HTMLSax/download/2.1.2/">
 <title>XML_HTMLSax 2.1.2</title>
 <link>http://pear.php.net/package/XML_HTMLSax/download/2.1.2/</link>
 <content:encoded>* Bug fixed (thanks Jeff) where badly formed attributes resulted in infinite loop&lt;br /&gt;
* Added additional boolean argument to open and close handler calls to spot empty tags like br/ - should not break exising APIs&lt;br /&gt;
* Added XML_OPTION_FULL_ESCAPES which (when = 1) passes through the complete content in an XML escape, allowing comment / cdata reconstruction
 </content:encoded>
 <dc:date>2003-12-04T18:58:01-05:00</dc:date>
</item>

</rdf:RDF>