Skip to content

mod_ical v0.0.2 Bugfix Release

Compare
Choose a tag to compare
@minfrin minfrin released this 18 Oct 22:58

mod_ical
Bugfix v0.0.2 release of mod_ical.

SHA1

79220143426eed021e27732e4f536ee05791e2c9  mod_ical-0.0.2.tar.bz2
c3c7284af38213d6b18ffe0c42e4fa4a264e871f  mod_ical-0.0.2.tar.gz
  • 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]