------
v2.1.8
------

[mjr] Fix issue that could cause loss of attribute value in iCalendar v1.0 when
      value is passed as an array.



------
v2.1.7
------

[jan] Fix unescaping of commas in ADR, N, and ORG attributes.


------
v2.1.6
------

[mjr] Fix PHP 5.3 compatibility (Remi Collet <fedora@famillecollet.com>).


------
v2.1.5
------

[mjr] Fix calculating timezone offsets when parsing vTimezone components.


------
v2.1.4
------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).


------
v2.1.3
------

[jan] Mark PHP 7 as supported.


------
v2.1.2
------

[mjr] Fix cases where incorrect transition times were being returned (Bug
      #14153).


------
v2.1.1
------

[jan] Fix generated VALARM TRIGGER attributes with empty duration (Ralf Becker
      <RalfBecker@outdoor-training.de>).


------
v2.1.0
------

[mms] Add Horde_Icalendar#getAttributeSingle().


-------
v2.0.11
-------

[jan] Fix issues with certain locales like Turkish.


-------
v2.0.10
-------

[mms] No longer call code that depends on Horde_Mime, which is not a required
      dependency.


------
v2.0.9
------

[jan] Fix detecting the current DST rule from certain VTIMEZONE components
      (Bug #13223).


------
v2.0.8
------

[jan] Export VTIMEZONE components only once per TZID (Bug #12988).


------
v2.0.7
------

[jan] Fix generating DATE-TIME attributes with timezone information (Bug
      #12428).
[jan] Fix returning multiple attribute properties of the same name (Bug
      #12329).


------
v2.0.6
------

[jan] Remove group identifiers from attribute types (Bug #12329).


------
v2.0.5
------

[jan] Fix exporting of base64-encoded attribute values.


------
v2.0.4
------

[jan] Improve unit tests.


------
v2.0.3
------

[jan] Don't set METHOD property unconditionally (Bug #10741).
[jan] Convert test suite to PHPUnit.


------
v2.0.2
------

[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).


------
v2.0.1
------

[jan] Update Dutch translation (Arjen de Korte <build+horde@de-korte.org>).


------
v2.0.0
------

First stable release for Horde 5.


---------
v2.0.0RC1
---------

[jan] Fix parsing of VTIMEZONE components that use RDATE properties.


-----------
v2.0.0beta2
-----------


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.
[mms] Use new Horde_Mail API.


------
v1.1.3
------


------
v1.1.2
------

[mms] Trim UTF-8 BOM from vCal data.


------
v1.1.1
------

[jan] Fix compatibility with Horde_SyncMl (Bug #10908).


------
v1.1.0
------

[jan] Allow to pass multiple parameter values in setAttribute() (Bug #7248).


------
v1.0.5
------

[jan] Fix generating VTIMEZONE components.


------
v1.0.4
------

[mjr] Fix version access (Bug #10425).
[jan] Avoid infinite loop when importing certain vCalendar 1.0/vCard 2.1 data.


------
v1.0.3
------

[mjr] Fix fetching the version from an Icalendar object (Bug #10411).


------
v1.0.2
------

[jan] Fix exporting multiline attributes to vCard 2.1 and vCalendar 1.0.
[jan] Update Latvian translation.


------
v1.0.1
------

[jan] Speed up exporting of objects with binary content (Bug #9405).


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

First beta release for Horde 4.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.


------
v0.1.0
------

Fix vFreebusy merging (Bug #4807).
Implement handling of vTimezones in iCalendar data
      (lists-horde@carlthompson.net, Bug #4399).
Correctly produce vcard parameters without value, like "ADR;WORK:...".
Support departments in vCard's ORG properties (martin@matuska.org, Bug #4285).
Fixed _parseDateTime() (wrobel@pardus.de, Bug #4808).
Fix exporting of recurring exceptions (Bug #4627).
Use lowercase mailto: for better Apple iCal compatibility.
We must *not* escape colons per RFC in param values.
Fix encoding issues with iCalendar 2.0 exports.
Move version specific vCalendar/iCalendar export to Kronolith_Event.
Use QUOTED-PRINTABLE when there's a newline in VNOTE data.
Anniversary support (ntai@smartfruit.com, Request #5059).
Support for all day events with VCALENDAR 1.0.
Use ISO-8559-1 as default vCalendar 1.0 and vCard 2.1.
Fix unreliably overwriting a variable with itself (rsalmon@mbpgroup.com, Bug
      #5652).
Handle AALARM data with parameters (delimited by a ";").
Fix GEO parsing and generation.
Refactor line folding and quoted-printable encoding.
Add missing softline break (Bug #6541).
Don't require a newline after END (Bug #6641, #6706).
Fix detecting of "old" formats when parsing vCalendar/vCard data.
Request charset on the fly, because it depends on the VERSION property.
Fix passing value arrays with only one element.
Correctly parse quoted parameters (Bug #7031)
Set the correct version if none provided through the vcard data.
BODY is not required, but N is, and FN for vcard3.0.
Return the passed address unmodified if Mail_RFC822::validateMailbox() fails.
Fixed importing of several events at once.
Removed required calendar component properties in vevent.php.
Fix generation of UIDs with PHP 5.2+.
Fix generation of free periods with overlapping events
      (cedric.parent@multitel.be).
Add support for extended vfreebusy parameters (wrobel@gentoo.org, Request
      #4690).
Ensure vnotes and vcards are created with a valid default version number.


------
v0.0.3
------

Converted to package.xml 2.0 for pear.horde.org.


------
v0.0.2
------

Lots of improvements, bugfixes and support for more fields and members of the
      iCalendar family.


------
v0.0.1
------

Initial release as a PEAR package
