
Changes with v1.0.0

  *) Locate module in apache2/mod_ical.so or httpd/modules/mod_ical.so
     depending on platform. [Graham Leggett]

  *) Align const when handling query arguments. [Graham Leggett]

  *) Add ICalUid and the uid query parameter to enable an explicit
     calendar entry to pass the filter. [Graham Leggett]

  *) Pick up the Content-Type from r->content_type if set. [Graham
     Leggett]

Changes with v0.0.8

  *) Handle cases where icalrecur_weekday_to_string,
     icalrecurrencetype_month_is_leap and
     icalrecurrencetype_month_month are provided by libical.
     [Graham Leggett]

  *) Depend on httpd-devel / apache-devel / apache2-devel so that we
     can build on OpenSUSE. [Graham Leggett]

Changes with v0.0.7

  *) Remove unused variable assignments. [Graham Leggett]

Changes with v0.0.6

  *) Remove an attempt to free icalcomponents twice. [Graham Leggett]

Changes with v0.0.5

  *) Fix the next and last options so that discarded candidates
     don't remain in the calendar. [Graham Leggett <minfrin@sharp.fm>]

Changes with v0.0.4

  *) Fix an attempt to free up the icalcomponents twice. We free the
     icalparser instead. [Graham Leggett <minfrin@sharp.fm>]

Changes with v0.0.3

  *) Add autoheader support. Teach autoconf to find both json.h and
     json-c/json.h.  [Graham Leggett <minfrin@sharp.fm>]

  *) Add support for the ICalTimezone directive and tz query string
     parameter allowing the timezone of a calendar to be overridden.
     [Graham Leggett <minfrin@sharp.fm>]

Changes with v0.0.2

  *) Make sure we handle a missing Accept header, and ensure if we
     negotiate on Accept we add to it Vary.
     [Graham Leggett <minfrin@sharp.fm>]

  *) Simplify the XML processing through the use of
     xmlTextWriterWriteFormatString(), ensure XML is properly escaped.
     [Graham Leggett <minfrin@sharp.fm>]

  *) We change the content type, therefore we are a resource filter.
     [Graham Leggett <minfrin@sharp.fm>]

  *) Limit the sanity check for non calendar content to the negotiated
     ICAL filter only. [Graham Leggett <minfrin@sharp.fm>]

  *) Fix a segfault when the filter steps out of the way of non calendar
     content. [Graham Leggett <minfrin@sharp.fm>]

Changes with v0.0.1

  *) Initial packaging. [Graham Leggett <minfrin@sharp.fm>]

