<?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/Net_Growl/download/2.7.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_Growl/download/2.6.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_Growl/download/2.5.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_Growl/download/2.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Net_Growl/download/2.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.13/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for mansion</title>
<description>The latest releases for the PEAR developer mansion (Bertrand Mansion)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Net_Growl/download/2.7.0/">
 <title>Net_Growl 2.7.0</title>
 <link>http://pear.php.net/package/Net_Growl/download/2.7.0/</link>
 <content:encoded>Additions and changes:&lt;br /&gt;
- add missing Notification-Coalescing-ID message type on NOTIFY request&lt;br /&gt;
- introduced use of icons collection (phar, zip archives and more: see http://www.php.net/manual/en/wrappers.php)&lt;br /&gt;
- new example (gntpAdapterIconCollection.php) that demonstrate both new features&lt;br /&gt;
- Net_Growl_Application accept now the Net_Growl_Icon instance container&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
- none
 </content:encoded>
 <dc:date>2013-01-29T18:14:41-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0/">
 <title>HTML_QuickForm2 2.0.0</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/2.0.0/</link>
 <content:encoded>* Leftover 'foo' no longer stays in grouped element's name when renaming group&lt;br /&gt;
  named 'foo[foo]' (bug #19477)&lt;br /&gt;
* 'classes' property of qf.Validator moved to its prototype, making it easier&lt;br /&gt;
  to override&lt;br /&gt;
* Items marked deprecated previously are removed
 </content:encoded>
 <dc:date>2012-06-26T16:24:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/">
 <title>HTML_QuickForm2 2.0.0RC1</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/2.0.0RC1/</link>
 <content:encoded>Bug fixes&lt;br /&gt;
  * Server-side validation errors for elements inside Repeats are properly&lt;br /&gt;
    displayed&lt;br /&gt;
  * Javascript for Repeat elements moved to a more proper qf.elements.Repeat&lt;br /&gt;
    namespace, old qf.Repeat is kept as an alias but is deprecated&lt;br /&gt;
  * Fixed markup in usage examples (related to bug #19097)&lt;br /&gt;
  * Callback renderer now generates the same markup as Default renderer out of&lt;br /&gt;
    the box, this addresses bug #19097 and allows correct behaviour of&lt;br /&gt;
    client-side validation and Repeat elements&lt;br /&gt;
&lt;br /&gt;
Changes&lt;br /&gt;
  * HTML_QuickForm2::getValue() no longer returns values for internal form&lt;br /&gt;
    fields (request #19403)&lt;br /&gt;
  * It is no longer possible to set validation errors on hidden elements or&lt;br /&gt;
    create Rules that set such errors, doing this will result in an Exception&lt;br /&gt;
  * add() method of qf.elements.Repeat can accept an explicit index for a new&lt;br /&gt;
    item, returns the index for added item&lt;br /&gt;
  * Array Renderer: changes to buildCommonFields() make it easier to use by&lt;br /&gt;
    Renderer plugins, arrays built for groups contain 'class' attribute&lt;br /&gt;
&lt;br /&gt;
Backwards compatibility issues&lt;br /&gt;
  * Items marked deprecated will be removed in release 2.0.0
 </content:encoded>
 <dc:date>2012-05-22T19:18:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta2/">
 <title>HTML_QuickForm2 2.0.0beta2</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta2/</link>
 <content:encoded>Feature additions&lt;br /&gt;
  * Repeat element: given 'prototype' Container (either fieldset or group)&lt;br /&gt;
    is repeated multiple times, with possibility to add / remove repeated items&lt;br /&gt;
    via Javascript. Full support for validation of repeated items.&lt;br /&gt;
  * JavascriptBuilder now has separate getSetupCode() and getValidator()&lt;br /&gt;
    methods in addition to combined getFormJavascript()&lt;br /&gt;
&lt;br /&gt;
Bug fixes&lt;br /&gt;
  * Generated 'id' attributes no longer can start with numbers&lt;br /&gt;
  * Group::setValue() works properly for a group containing checkboxes named 'foo[]'&lt;br /&gt;
  * 'checked' attribute for a checkbox is removed if form has data sources and&lt;br /&gt;
     none of them contains a value for that checkbox&lt;br /&gt;
  * Explicitly given value=&quot;0&quot; for a checkbox is not replaced by value=&quot;1&quot;&lt;br /&gt;
  * setValue(null) no longer causes value=&quot;value&quot; in some &lt;input&gt; elements&lt;br /&gt;
  * Hierselect's value is properly updated when its name changes&lt;br /&gt;
  * Unit tests use autoloader instead of explicit 'require_once', all tests now&lt;br /&gt;
    can be run separately&lt;br /&gt;
  * HTML_QuickForm2_Renderer::register() allows overriding an existing renderer&lt;br /&gt;
    type, similar to elements and rules&lt;br /&gt;
  * Frozen HTML for checkboxes and radios no longer uses &lt;tt&gt; tags&lt;br /&gt;
  * Fixed markup in controller/wizard.php and renderers/array-twig.php examples
 </content:encoded>
 <dc:date>2012-04-18T13:10:03-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_Growl/download/2.6.0/">
 <title>Net_Growl 2.6.0</title>
 <link>http://pear.php.net/package/Net_Growl/download/2.6.0/</link>
 <content:encoded>This version should be considered as an helper to do an easy migration, if you want&lt;br /&gt;
to use the next major version for PHP 5.3&lt;br /&gt;
&lt;br /&gt;
This version is the last of the branch 2.x&lt;br /&gt;
Follow development of new branch 3.x at http://growl.laurent-laville.org/v3/site/&lt;br /&gt;
&lt;br /&gt;
Swapping between protocols UDP and GNTP is now so easy.&lt;br /&gt;
As _port_ option begin optional, you have just to change _protocol_ option&lt;br /&gt;
from _udp_ to _gntp_ or _gntp_ to _udp_ to do the job !&lt;br /&gt;
&lt;br /&gt;
Additions and changes:&lt;br /&gt;
- phing build script can now generate PDF in both format A4 and US&lt;br /&gt;
- 'port' option is now optional (automatically set to 23053 for GNTP, and 9887 for UDP)&lt;br /&gt;
- add new method publish, alias of notify method.&lt;br /&gt;
- add custom header X-Sender with GNTP to identify client of notifications&lt;br /&gt;
  (Backward port from PEAR2/Net_Growl; see http://www.growlforwindows.com/gfw/help/gntp.aspx#custom)&lt;br /&gt;
- 'protocol' option can now accept both values : 'tcp' or 'gntp' for GNTP comm.&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
- none
 </content:encoded>
 <dc:date>2012-04-05T18:31:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta1/">
 <title>HTML_QuickForm2 2.0.0beta1</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/2.0.0beta1/</link>
 <content:encoded>Feature additions&lt;br /&gt;
  * Added 'email' Rule (request #16906)&lt;br /&gt;
  * Added Stub Renderer which does minimal form processing. Useful for forms&lt;br /&gt;
    containing Javascript that are output manually.&lt;br /&gt;
  * It is easier to customize client-side validation: all methods of&lt;br /&gt;
    qf.Validator are public, CSS class names for validation status are kept in&lt;br /&gt;
    validator's property.&lt;br /&gt;
  * Test suite now properly runs from SVN checkout and under PHPUnit 3.6&lt;br /&gt;
  * PHPDoc cleanup, added @method annotations to Container&lt;br /&gt;
&lt;br /&gt;
Bug fixes&lt;br /&gt;
  * Fixed running tests for elements separately (bug #19039)&lt;br /&gt;
  * Fixed errors removal in client-side validation (bug #19063)&lt;br /&gt;
  * IDs for autogenerated elements no longer start with underscores, default&lt;br /&gt;
    form output no longer contains empty &lt;label&gt; tags (bug #19097)&lt;br /&gt;
  * HTML_QuickForm2_Controller_Action_Jump defaults to using&lt;br /&gt;
    $_SERVER['HTTP_HOST'] for host name (bug #19216)&lt;br /&gt;
  * Group::setValue() now properly allows fluent calls (bug #19307)&lt;br /&gt;
  * Container::validate() will now return false if any contained element&lt;br /&gt;
    has an error message set&lt;br /&gt;
  * Added abstract render() method to Node and abstract reset() to Renderer&lt;br /&gt;
  * DefaultAction element no longer contains invalid 'width' and 'height'&lt;br /&gt;
    attributes, 'src' attribute defaults to 'data:' URL&lt;br /&gt;
  * 'Live' client-side rules run only once on changing the form field,&lt;br /&gt;
    prevent errors when form HTML contains links&lt;br /&gt;
&lt;br /&gt;
Backwards compatibility issues&lt;br /&gt;
  * Items marked deprecated in version 0.6.0 are now removed
 </content:encoded>
 <dc:date>2012-03-20T14:11:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_Growl/download/2.5.2/">
 <title>Net_Growl 2.5.2</title>
 <link>http://pear.php.net/package/Net_Growl/download/2.5.2/</link>
 <content:encoded>Additions and changes:&lt;br /&gt;
- each example script has its own log file now&lt;br /&gt;
- gntp log test file is writable by unit tests; removed from distribution&lt;br /&gt;
- japanese utf-8 examples used local icon resource rather than remote (status 404)&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
- prevent bad icon display with new default version v2 (encoding changed)
 </content:encoded>
 <dc:date>2012-03-07T17:32:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_Growl/download/2.5.1/">
 <title>Net_Growl 2.5.1</title>
 <link>http://pear.php.net/package/Net_Growl/download/2.5.1/</link>
 <content:encoded>QA release&lt;br /&gt;
&lt;br /&gt;
Additions and changes:&lt;br /&gt;
- adds required mbstring extension but missing in package xml file&lt;br /&gt;
- upgrade PEAR installer to version 1.9.4&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
- none
 </content:encoded>
 <dc:date>2012-02-23T19:50:59-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Net_Growl/download/2.5.0/">
 <title>Net_Growl 2.5.0</title>
 <link>http://pear.php.net/package/Net_Growl/download/2.5.0/</link>
 <content:encoded>Additions and changes:&lt;br /&gt;
- Update Net_Growl::getDefaultGrowlIcon() method to return either &lt;br /&gt;
old or new Growl claw icons to match Mac icon.&lt;br /&gt;
- Use PHPUnit/Autoload.php instead of requiring the files manually.&lt;br /&gt;
- phing build documentation script is now easily reuseable (configuration through an external properties file)&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
- Require the autoloader in the test files so the class files will be found (Daniel Convissor)
 </content:encoded>
 <dc:date>2012-01-05T20:33:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.13/">
 <title>HTML_QuickForm 3.2.13</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.13/</link>
 <content:encoded>* maxYear in date element defaults to current year rather than 2010 (bug #18171)&lt;br /&gt;
* autocomplete element now works under FF4+ (bug #18530)
 </content:encoded>
 <dc:date>2011-10-01T09:58:32-05:00</dc:date>
</item>

</rdf:RDF>