* Version 0.5.0 (beta) - API 0.5.0 (beta) - 2012-08-15


* various bug fixes and improvements by Brad Kent: https://github.com/pear/File_IMC/pull/5
 

* Version 0.5.0 (beta) - API 0.5.0 (beta) - 2012-08-15


* various bug fixes and improvements by Brad Kent: https://github.com/pear/File_IMC/pull/5
   

* Version 0.4.3 (beta) - API 0.4.0 (beta) - 2011-10-30


* Fix Bug #17656: New Lines [till]
 * Fix Bug #18375: Undefined index EMAIL in Build/Vcard.php on line 1155 [till]
 * Fix Bug #18802: Undefined index [till]
   

* Version 0.4.2 (beta) - API 0.4.0 (beta) - 2010-06-29


* Fix Bug #15608: IMC.php can't locate drivers [till]
 * Fix Bug #16637: Does not handle Carriage Return (\r) [till]
 * Fix Bug #17115: Tests fail [till]
 * Implement Feature #17080: Avoid setting include path in unit tests [till]
   

* Version 0.4.1 (beta) - API 0.4.0 (beta) - 2009-06-29


* #15608: fixed file loading (again)
* fixed class-/file-naming (a slight BC break)
* raised dependency to PHP5
* changed license from PHP to BSD
   

* Version 0.3 (beta) - API 0.3 (beta) - 2003-09-30


* Added file_exists() check to prevent E_NOTICE errors in factory if file doesnt exist (thanks, Davey)
* Cleaned up error handling to let the user app have control (File_IMC_Build::raiseError() no longer passes a PEAR_ERROR_* to PEAR::raiseError()) (thanks, Greg)
* Minor documentation additions/modifications (thanks, Greg)
   

* Version 0.2 (beta) - API 0.2 (beta) - 2003-09-22


* Added preliminary vCalendar parsing support.  Has yet to be tested with complex input files.
* Added vCard build support from Contact_Vcard_Build.
* File_IMC_Parse can now handle nested BEGIN/END blocks (to support vCal).
* Included example scripts and sample vCard and vCalendar files.

IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse.
See the example output for the new structure.  Also different from Contact_Vcard
is the use of a factory pattern.  Again, see the examples.
   

* Version 0.1 (beta) - API 0.1 (beta) - 2003-09-20


Initial release, moved from Contact_Vcard_Parse
   

