-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
78 lines (48 loc) · 2.35 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Changes with v1.0.1
*) Locate module in apache2/mod_ical.so on SUSE. [Graham Leggett]
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 <[email protected]>]
Changes with v0.0.4
*) Fix an attempt to free up the icalcomponents twice. We free the
icalparser instead. [Graham Leggett <[email protected]>]
Changes with v0.0.3
*) Add autoheader support. Teach autoconf to find both json.h and
json-c/json.h. [Graham Leggett <[email protected]>]
*) Add support for the ICalTimezone directive and tz query string
parameter allowing the timezone of a calendar to be overridden.
[Graham Leggett <[email protected]>]
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 <[email protected]>]
*) Simplify the XML processing through the use of
xmlTextWriterWriteFormatString(), ensure XML is properly escaped.
[Graham Leggett <[email protected]>]
*) We change the content type, therefore we are a resource filter.
[Graham Leggett <[email protected]>]
*) Limit the sanity check for non calendar content to the negotiated
ICAL filter only. [Graham Leggett <[email protected]>]
*) Fix a segfault when the filter steps out of the way of non calendar
content. [Graham Leggett <[email protected]>]
Changes with v0.0.1
*) Initial packaging. [Graham Leggett <[email protected]>]