-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
51 lines (30 loc) · 1.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
2010-03-15 Reed Loden [email protected]
* bump version to 1.1.1
2010-03-13 Reed Loden [email protected]
* use autotools for compliation, which allows for better
machine-specific automated configuration
* change cdn.load to use a relative path for the LoadModule statement
2009-11-29 Reed Loden [email protected]
* add support for proxies via the X-Forwarded-For HTTP header
2009-11-24 Reed Loden [email protected]
* add support for SSL-based VoxCAST devices;
NOTE: the format for CDNHTMLToServer has changed slightly;
existing users will need to update their configurations
(see example.conf)
* add support for new authentication token scheme
* fix lots of compiler warnings and perform some code clean-up
2008-10-21 Kris Beevers [email protected]
* fix HTML entities like & that get clobbered by libxml2
* change CDNHTMLStartParse to dump anything before the start tag
directly to the output as-is, rather than discarding it
2008-10-06 Kris Beevers [email protected]
* add support for sniffing text/html encoding, based on
mod_proxy_html's sniffing
* add CDNHTMLDefaultCharset to specify default input character
encoding
* for now, always output utf8
2008-09-09 Kris Beevers [email protected]
* only print out doctype at the beginning of the document, not
with every bucket!
2008-09-08 Kris Beevers [email protected]
* initial release