* Version 0.4.0 (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

