From ed25d2e245a84704389692478343de5d8f2f8771 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 23 Aug 2008 16:14:17 +0000 Subject: [PATCH] 2008-08-24 Tatsuhiro Tsujikawa Added sqlite3 depenency and Firefox3 cookie support. * README --- ChangeLog | 5 +++++ README | 5 ++++- README.html | 18 ++++++++++++++++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c9255dc..f05b290c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-24 Tatsuhiro Tsujikawa + + Added sqlite3 depenency and Firefox3 cookie support. + * README + 2008-08-24 Tatsuhiro Tsujikawa State that firefox3 cookie is supported explicitly in the usage. diff --git a/README b/README index 07619993..5f086d6f 100644 --- a/README +++ b/README @@ -31,7 +31,8 @@ Here is a list of features. * HTTP Proxy authentication support * HTTP gzip, deflate content encoding support * Chunked transfer encoding support -* Load Cookies from file using the Mozilla/Firefox(1.x/2.x) and Netscape format +* Load Cookies from file using the Firefox3 format and the Mozilla/Firefox + (1.x/2.x)/Netscape format. * Custom HTTP Header support * Persistent Connections support * FTP through HTTP Proxy @@ -59,6 +60,7 @@ BitTorrent GnuTLS+Libgcrypt or OpenSSL Metalink libxml2 or Expat. Checksum GnuTLS+Libgcrypt or OpenSSL gzip, deflate in HTTP zlib +Firefox3 cookie libsqlite3 ------------------------------------------------- Note;; @@ -88,6 +90,7 @@ packages(package name may vary depending on the distribution you use): * libares-dev (Required for async DNS support) * libxml2-dev (Required for Metalink support) * libz1g-dev (Required for gzip, deflate decoding support in HTTP) +* libsqlite3-dev (Required for Firefox3 cookie support) You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev: diff --git a/README.html b/README.html index 644b3768..778fadf5 100644 --- a/README.html +++ b/README.html @@ -399,7 +399,8 @@ Chunked transfer encoding support
  • -Load Cookies from file using the Mozilla/Firefox(1.x/2.x) and Netscape format +Load Cookies from file using the Firefox3 format and the Mozilla/Firefox + (1.x/2.x)/Netscape format.

  • @@ -529,6 +530,14 @@ cellspacing="0" cellpadding="4"> zlib + + + Firefox3 cookie + + + libsqlite3 + + @@ -603,6 +612,11 @@ libxml2-dev (Required for Metalink support) libz1g-dev (Required for gzip, deflate decoding support in HTTP)

  • +
  • +

    +libsqlite3-dev (Required for Firefox3 cookie support) +

    +
  • You can use libssl-dev instead of libgnutls-dev,libgpg-error-dev,libgcrypt-dev:

      @@ -756,7 +770,7 @@ ftp-pasv=true