OSDN Git Service

* Added serf library.
[modchxj/mod_chxj.git] / src / serf / CHANGES
1 Serf 0.1.2 [2007-6-18, r1114]
2   Enable thread-safety with OpenSSL (Issue 19)
3   Teach serfmake to install headers into include/serf-0.
4   Be more tolerant when servers close the connection without telling us.
5   Do not open the connection until we have requests to deliver.
6   Fix serfmake to produce the library that corresponds to the minor version.
7   Fix a memory leak with the socket bucket (Issue 14)
8   Fix uninitialized branch in serf_spider (Issue 15)
9
10 Serf 0.1.1 [2007-5-12, r1105]
11   Add SSL client certificate support
12   Implement optimized iovec reads for header buckets
13   Fix up 'make clean' and 'make distclean' (Issues 9, 10)
14   Add SERF_VERSION_AT_LEAST macro
15   Remove abort() calls (Issue 13)
16
17 Serf 0.1.0 [2006-12-14, r1087]
18   Initial Packaged Release