~ubuntu-branches/ubuntu/precise/nsis/precise

« back to all changes in this revision

Viewing changes to Contrib/NSISdl/httpget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Gaugler, Thomas Gaugler, Paul Wise
  • Date: 2009-12-22 18:53:50 UTC
  • mfrom: (3.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20091222185350-123fr80v0pv0ar51
Tags: 2.46-1
[ Thomas Gaugler ]
* New upstream release
* Switch to 3.0 (quilt) source format
* Use the system provided compression library of zlib
* Switch to debhelper 7's minimal rules file mode

[ Paul Wise ]
* Link against the 32-bit zlib on amd64 to prevent FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
** Copyright (C) 2000-2001 Nullsoft, Inc.
4
4
** Author: Justin Frankel
5
5
** File: httpget.cpp - JNL HTTP GET implementation
6
 
** License: see jnetlib.h
 
6
** License: see License.txt
7
7
*/
8
8
 
9
9
#include "netinc.h"