~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-19 00:00:09 UTC
  • mfrom: (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20111019000009-8p33w3wz4b1rdri0
Tags: 1.13-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
  - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
* Dropped changes, superseded in Debian:
  - Keep build dependencies in main:
    + debian/control: remove info2man build-dep
    + debian/patches/series: disable wget-infopod_generated_manpage
  - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
    can depend on it.
* Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
  it.
* Add a second build pass for the udeb, so we can build without libidn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wget (1.13-1ubuntu1) precise; urgency=low
 
2
 
 
3
  * Merge from Debian unstable, remaining changes:
 
4
    - Add wget-udeb to ship wget.gnu as alternative to busybox wget
 
5
      implementation.
 
6
    - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
 
7
  * Dropped changes, superseded in Debian:
 
8
    - Keep build dependencies in main:
 
9
      + debian/control: remove info2man build-dep
 
10
      + debian/patches/series: disable wget-infopod_generated_manpage
 
11
    - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
 
12
      can depend on it.
 
13
  * Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
 
14
    it.
 
15
  * Add a second build pass for the udeb, so we can build without libidn.
 
16
 
 
17
 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 19 Oct 2011 00:00:09 +0000
 
18
 
 
19
wget (1.13-1) unstable; urgency=low
 
20
 
 
21
  * new upstream release 1.13 from 2011-08-09
 
22
    - updated wget-doc-remove-usr-local-in-wget.texi, 
 
23
      wget-fr.po-spelling-correction, 
 
24
    - removed wget-de.po-remove-double-quote-signs (latest de.po),
 
25
      CVE-2010-2252 (included upstream), wget-zh_CN.po-translation-correction,
 
26
      fix-paramter-spelling-error-in-wget.texi, refresh-pofiles
 
27
    - disabled disable-SSLv2 for the first upload
 
28
      see https://savannah.gnu.org/bugs/?33840
 
29
    - includes latest po files. closes: Bug#607198
 
30
    - bugs fixed with this release by upstream:
 
31
    -- IDN support: wget www.köln.de works:) closes: Bug#542145
 
32
    -- wildcard documentation of -X
 
33
       closes: Bug#215128
 
34
    -- wget -O - $URL says `-' saved but there is no file -
 
35
       closes: Bug#353326
 
36
    -- 'wget -c -N' ignores timestamps
 
37
       closes: Bug#402001
 
38
    -- missing a check for Subject Alternative Name (TLS cert.)
 
39
       closes: Bug#409938
 
40
    -- wget segfaults when server returns empty HTTP response code
 
41
       closes: Bug#563872
 
42
    -- wget: -A/-R vs. -O
 
43
       closes: Bug#565942
 
44
    -- Unterminated C string in http_atotm()
 
45
       closes: Bug#581817
 
46
    -- don't use PATH_MAX (FTBFS on hurd)
 
47
       closes: Bug#595538
 
48
    -- info page points to not documented --cookies option
 
49
       closes: Bug#597468
 
50
    -- SIGPIPE signal: wget over ssh orphans itself on ctrl+c
 
51
       closes: Bug#598731
 
52
    -- wget --backup-converted does not work
 
53
       closes: Bug#624675
 
54
    -- --adjust-extension renames .htm files
 
55
       closes: Bug#626438
 
56
    -- wget: Invalid russian translation
 
57
       closes: Bug#502218
 
58
    -- wget: shows only first 3 IP addresses of hostname
 
59
       closes: Bug#612450
 
60
 
 
61
  * debian/control correct spelling in description. closes: Bug#635241
 
62
  * debian/control replace libssl-dev by libgnutls-dev in build dependency
 
63
 
 
64
 -- Noël Köthe <noel@debian.org>  Tue, 12 Aug 2011 15:34:52 +0200
 
65
 
 
66
wget (1.12-5) unstable; urgency=low
 
67
 
 
68
  * minor update on patch CVE-2010-2252 to mention former option
 
69
    name --use-server-file-name. closes: #602008
 
70
  * debian/control minor name change Noèl -> Noël ;)
 
71
 
 
72
 -- Noël Köthe <noel@debian.org>  Sat, 23 Jul 2011 16:21:11 +0200
 
73
 
 
74
wget (1.12-4) unstable; urgency=low
 
75
 
 
76
  * acknowledge NMUs. Thanks for your work Thorsten and Filippo
 
77
    closes: #622032 #614373
 
78
  * updated Standards-Version: to 3.9.2 without changes
 
79
  * fixed lintian warning:
 
80
    - debian-rules-missing-recommended-target
 
81
  * debian/control add Multi-Arch: foreign
 
82
    closes: #614203
 
83
  * removing wget-infopod_generated_manpage to get the old/upstream
 
84
    provided manpage and no the infopage as manpage. See 1.11.4-4
 
85
    where it were changed. This will return some errors (incomplete
 
86
    sentences, some missing parts) which are caused by texi2pod.
 
87
    closes: #633702 #627468 #589993 #545091
 
88
  * debian/control added libidn11-dev Build-Dep to get IDN support
 
89
    closes: #536692 #542145
 
90
  * debian/control changed FTP and HTTP to uppercase in the description
 
91
    closes: #596358
 
92
  * exit status is documented in the manpage. closes #179710
 
93
  * --follow-ftp example in manpage made more accurate. closes #512578
 
94
 
 
95
 -- Noèl Köthe <noel@debian.org>  Fri, 22 Jul 2011 10:22:53 +0200
 
96
 
1
97
wget (1.12-3.1ubuntu1) oneiric; urgency=low
2
98
 
3
99
  * Merge from Debian unstable, remaining changes: