*** Version 3.2.13 (stable) - API 3.2.6 (stable) - 2011-10-01


* maxYear in date element defaults to current year rather than 2010 (bug #18171)
* autocomplete element now works under FF4+ (bug #18530)
 

*** Version 3.2.12 (stable) - API 3.2.6 (stable) - 2010-10-17


* Added Serbian translation for date element (sent by Milos Tijanic)
* Added Greek translation for date element (sent by Pantelis Evgenidis)
* Got rid of deprecated split() function (thanks to Daniel O'Connor)
* Rewritten Javascript for hierselect element to not rely on "for in" loop
  (bug #16603)
   

*** Version 3.2.11 (stable) - API 3.2.6 (stable) - 2009-04-07


* PHP-style Unicode escape codes in regular expressions are translated to
  Javascript-style ones when using client-side validation (bug #12736)
* Rules for grouped elements were not removed when removing a group via
  removeElement() method (bug #14540)
* Allow setting $collectHidden parameter in constructor of ArraySmarty
  renderer, as allowed in constructor of Array renderer (bug #14995)
* Element name was not removed from $_required array in removeElement()
  (bug #15520)
* Third and subsequent selects in hierselect could be not cleared under some
  circumstances (bug #15955)
   

*** Version 3.2.10 (stable) - API 3.2.6 (stable) - 2007-10-05


* An error in date's setValue() method prevented setting the 'empty' value
  as the default one (bug #11717)
* A space could be displayed instead of '0' for frozen elements with value
  set to '0' (bug #11995)
* Validation rules on file uploads will be skipped only if no upload was
  attempted, not if it failed for some reason (bug #12014)
* 'filename' rule returned integer instead of expected boolean (bug #12015)
* Regexps in Default renderer missed necessary 's' modifier (bug #12026)
   

*** Version 3.2.9 (stable) - API 3.2.6 (stable) - 2007-06-05


This release fixes problems introduced in release 3.2.8:
* Fixes to bug #10837 and bug #11138 could prevent setting the values 
  of 'date' elements. Thanks to Massimiliano Arione for reporting.
* Fix to bug #10754 broke 'compare' rules with '!=' operators
  (see bug #11229)
   

*** Version 3.2.8 (stable) - API 3.2.6 (stable) - 2007-06-03


Development of QuickForm version 3 is now frozen. Only bug fixing will be
done. All feature requests should be submitted for HTML_QuickForm2 package.

Changes:
* Moved to package.xml version 2
* Proper header comment blocks

Bugfixes:
* Possible segfault when using Default Renderer due to sub-optimal regexps
  (bug #9977)
* Validation of elements containing numeric strings by 'compare' rule
  could give wrong results (bug #10754)
* Regexp-based rules incorrectly allowed trailing newlines in values being
  validated (bug #10799)
* Wrong options could be selected in <select> elements if numeric strings
  were used as options' values (bug #10837, bug #11138)
* 'checked' attribute of checkbox was not cleared if adding checkbox to 
  a form submitted with this box unchecked (bug #11047)
   

*** Version 3.2.7 (stable) - API 3.2.6 (stable) - 2006-10-10


Development of QuickForm version 3 is now frozen. Only bug fixing will be
done. All feature requests should be submitted for HTML_QuickForm2 package.

Bugfixes:
* Radio button with value attribute of '0' was incorrectly set checked
  after setDefaults() call (bug #8057)
* Fixed errors in eval()'d code when element's name contains single quotes
  and/or backslashes (bug #8123, bug #8414 has a more realistic example)
* Fixed PHP warning on outputting hiddenselect element when its values
  were never set (bug #8305)
* Removed unnecessary if-else from HTML_QuickForm_file::moveUploadedFile()
  (bug #8329)
* Fixed Javascript error in hierselect element if option text was a number
  (bug #8497)
   

