~ubuntu-branches/ubuntu/trusty/newsbeuter/trusty-proposed

« back to all changes in this revision

Viewing changes to xmlrss/nxml_download.c

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2008-05-01 14:51:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080501145120-i65avsclnrpl2cfq
Tags: 0.9-1
* New upstream release.
  - Fix problem displaying titles when using zh_CN.UTF-8
    locale (Closes: #471434).
* Add default configuration to set sensible-browser as browser and
  add dirs file to create /etc/newsbeuter (Closes: #470833).
* remove libnxml-depends and libmrss-depends calls in rules and
  related dependency lines in control since they are not needed
  anymore (Closes: #467201).

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
  curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, __nxml_memorize_file);
78
78
  curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1);
79
79
  curl_easy_setopt (curl, CURLOPT_FILE, (void *) chunk);
 
80
  curl_easy_setopt (curl, CURLOPT_ENCODING, "gzip, deflate");
80
81
 
81
82
  if (nxml->priv.timeout)
82
83
    curl_easy_setopt (curl, CURLOPT_TIMEOUT, nxml->priv.timeout);