~ubuntu-branches/debian/sid/tclcurl/sid

« back to all changes in this revision

Viewing changes to ChangeLog.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sven Hoexter
  • Date: 2009-08-05 21:30:47 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805213047-jfz9ljcp5fzrxa5o
Tags: 7.19.0-1
* New upstream release.
  + Refresh all patches.
  + Build-Depend at least on libcurl4 (>= 7.19.0).
* Update mail address of the upstream maintainer in debian/copyright.
* Bump Standards-Version to 3.8.2.
  + Add a debian/README.source file.
* Update debian/copyright with copyright information for Makefile.in
  and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in
  mysqltcl which has to applied here aswell.
* Add description header to all patches.
* Add patches/example-shebang. This patch adds a working shebang line
  to those example files that carry one (Thanks to Sergei).
* Set the permissions for the example files to 644, except for those
  with a working shebang line (Thanks to Sergei).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-09-08 Andres Garcia <fandom@telefonica.net>
 
2
 
 
3
    * Release version 7.19.0
 
4
 
 
5
2008-09-7 Andres Garcia <fandom@telefonica.net>
 
6
 
 
7
    * generic/tclcurl.h,
 
8
      generic/tclcurl.c: Added support for CURLOPT_ADDRESS_SCOPE
 
9
 
 
10
2008-08-31 Andres Garcia <fandom@telefonica.net>
 
11
 
 
12
    * generic/tclcurl.h,
 
13
      generic/tclcurl.c,
 
14
      generic/multi.h,
 
15
      generic/multi.c: Had to add a lot of 'CONST's to prevent 
 
16
      warnings when compiling with Tcl 8.5.4, pretty much the same
 
17
      I had to remove because of 8.5.3. 
 
18
 
 
19
 
 
20
    * generic/tclcurl.h,
 
21
      generic/tclcurl.c: Added support for CURLINFO_PRIMARY_IP and
 
22
      CURLINFO_APPCONNECT_TIME
 
23
 
 
24
2008-08-25 Andres Garcia <fandom@telefonica.net>
 
25
 
 
26
    * generic/tclcurl.h,
 
27
      generic/tclcurl.c,
 
28
      tests/getInfo.tcl: Added support for CURLINFO_REDIRECT_URL.
 
29
 
 
30
2008-08-25 Andres Garcia <fandom@telefonica.net>
 
31
 
 
32
    * generic/tclcurl.h,
 
33
      generic/tclcurl.c: Changed the 'anyauth rewind' to use the new
 
34
      CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA.
 
35
 
 
36
2008-08-24 Andres Garcia <fandom@telefonica.net>
 
37
 
 
38
    * generic/tclcurl.h: Fixed the writeproc option.
 
39
 
 
40
2008-08-23 Andres Garcia <fandom@telefonica.net>
 
41
 
 
42
    * generic/tclcurl.h,
 
43
      generic/tclcurl.c,
 
44
      tests/progressProcPause.tcl: Added commands 'pause' and 'resume'.
 
45
 
 
46
2008-08-19 Andres Garcia <fandom@telefonica.net>
 
47
 
 
48
    * generic/tclcurl.h,
 
49
      generic/tclcurl.c: Added support for CURLPROXY_SOCKS4A and
 
50
      CURLPROXY_SOCKS5_HOSTNAME.
 
51
 
 
52
2008-08-19 Andres Garcia <fandom@telefonica.net>
 
53
 
 
54
    * generic/tclcurl.h,
 
55
      generic/tclcurl.c,
 
56
      generic/multi.h,
 
57
      generic/multi.c: I had to remove a lot of 'CONST's from the code
 
58
      to prevent warnings when compiling against Tcl 8.5.3.
 
59
 
 
60
    * generic/tclcurl.h,
 
61
      generic/tclcurl.c: Added support for CURLOPT_PROXY_TRANSFER_MODE.
 
62
 
1
63
2007-11-01 Andres Garcia <fandom@telefonica.net>
2
64
 
3
65
    * Release version 7.17.1