* Version 1.0.8 (stable) - API 1.0.5 (stable) - 2007-05-18

Migrate to package.xml version 2.0, use proper header comment blocks.
Minor fixes to phpdoc comments, no code changes since previous release.

* Version 1.0.7 (stable) - API 1.0.5 (stable) - 2006-10-08

Fixed bug #8687: defaults for checkboxes and multiselects were not correctly
applied in non-modal forms if the user haven't seen the page containing them.

* Version 1.0.6 (stable) - API 1.0.5 (stable) - 2006-05-31

Fixed bug #6110: HTML_QuickForm::validate() can throw a PEAR_Error, but there 
were no checks made for it.

* Version 1.0.5 (stable) - API 1.0.5 (stable) - 2005-11-04

This is a recommended upgrade for users running HTML_QuickForm 3.2.5

* Fixed bug #3443: honour session.use_only_cookies setting by not passing
  session ID in URL when it is on.
* Fixed bug #5615: some elements' values not displayed properly after
  browsing back to a form page (see also bug #5625)
* Fixed bug #5641: unwanted target="_self" form attribute
* Fixed bug #5743: wrong element name in example file statemachine.php

* Implemented request #4973: internal values may be filtered from the
  array returned by HTML_QuickForm_Page::exportValues()
* Redone tabbed.php example to use a common base class instead of
  braindead copy-paste technique (see also request #5234)

* Version 1.0.4 (stable) - API 1.0.3 (stable) - 2004-12-30

* perform() methods of all Action subclasses now consistently return 
  values (bug #2689)

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2004-10-01

* Fixed an error in regWizard.php example (bug #1154)
* It is no longer possible to go to a page of a modal form unless all the 
  previous pages are valid (bug #2323)
* Controller's setDefaults() and setConstants() methods now accept filters,
  like corresponding HTML_QuickForm's methods do (request #1547)

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2004-03-23

* HTML_QuickForm_Controller does not rely on form's "name" attribute anymore
  (XHTML compliance fix, see also bug #925)
* Use new HTML_QuickForm::arrayMerge() method in place of PHP's builtin
  array_merge(), depend on QuickForm 3.2.2
* Applied patch from #929, exportValues() does not overwrite elements with
  the same names from different pages.

* Version 1.0.1 (stable) - API 1.0 (stable) - 2003-12-11

* Added a new example showing how to proceed to either of the two pages
  based on user input (Donald Lobo).

* Version 1.0 (stable) - API 1.0 (stable) - 2003-11-05

This release is done to update package's status to 'stable'. The code is now
considered mature and tested enough to be used in production.

Changes:
* No changes to classes since 0.9.3
* Added an example of wizard with file upload (Bertrand Mansion)
* Depend on newest version of HTML_QuickForm

* Version 0.9.3 (beta) - API 0.9.3 (beta) - 2003-10-24

* Controller now differentiates between invalid and not-yet-validated pages. False is stored
in container's ['valid'][$pageName] field for the former, null for the latter. This is
a POTENTIAL BC BREAK, so pay attention if you wrote your own Actions.
* Back action in modal forms does not validate the page anymore (the previous behaviour was
non-intuitive, thanks to Bob Van Zant for reporting).

* Version 0.9.2 (beta) - API 0.9.2 (beta) - 2003-10-02

Added Page::setDefaultAction() method to fix the Controller's behaviour when user presses
Enter instead of clicking on one of submit buttons. Thanks to Mike Carter for reporting this.

* Version 0.9.1 (beta) - API 0.9.1 (beta) - 2003-09-19

Changes and additions:
* Added Controller::exportValue() method (thanks to Arnaud Limbourg)
* Controller::exportValues() can return values for the single page (thanks to Arnaud Limbourg)
* Added a parameter for Controller::container() that forces the container reset
* Added a new example: registration wizard (Bertrand Mansion)

Fixes:
* Action_Next on the last page validates the whole form, not just the page itself

* Version 0.9 (beta) - API 0.9 (beta) - 2003-08-29

Initial PEAR release

