File: changelog

package info (click to toggle)
dpkg-ftp 1.6.10
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 116 kB
  • ctags: 43
  • sloc: perl: 1,158; makefile: 36; sh: 28
file content (287 lines) | stat: -rw-r--r-- 11,003 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
dpkg-ftp (1.6.10) unstable; urgency=low

  * Sometimes I feel dumb. I didn't even check if the modification
    was ok. Hopefully I'll have it right this time. Closes: #113008

 -- Raphael Hertzog <hertzog@debian.org>  Fri, 21 Sep 2001 10:42:37 +0200

dpkg-ftp (1.6.9) unstable; urgency=low

  * Fixed a problem in a regex when "+" was part of the package name
    (like libstdc++).

 -- Raphael Hertzog <hertzog@debian.org>  Sat, 15 Sep 2001 15:00:02 +0200

dpkg-ftp (1.6.8) unstable; urgency=low

  * Updated to latest policy. Now depends on perl5 and conflicts with a
    too old perl.

 -- Raphael Hertzog <hertzog@debian.org>  Tue, 26 Dec 2000 18:44:54 +0100

dpkg-ftp (1.6.7) unstable; urgency=low

  * The passwd was ignored (it worked if pass was equal to "?").
    Closes: #47687
  * Section is now admin (dpkg-ftp is no longer included in the base
    system provided by the boot-floppies). 

 -- Raphael Hertzog <hertzog@debian.org>  Thu,  4 Nov 1999 19:06:06 +0100

dpkg-ftp (1.6.6) unstable; urgency=low

  * Updated README.mirrors.txt. Closes: #45434 

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 29 Sep 1999 19:57:17 +0200

dpkg-ftp (1.6.5) unstable; urgency=low

  * Remove trailing slashes from the user input ... possibly
    closes: #42495
  * Completed FHS compliance. Converted to debhelper to manage
    smoothly the transition period.

 -- Raphael Hertzog <hertzog@debian.org>  Thu,  9 Sep 1999 11:24:18 +0200

dpkg-ftp (1.6.4) unstable; urgency=low

  * If the vars file cannot be found, ask the user to launch the
    access step.
  * Try to convert the vars file at upgrade. Closes: #40866
  * Policy 3.0.0 compliant.

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Tue,  6 Jul 1999 22:15:43 +0200

dpkg-ftp (1.6.3) unstable; urgency=low

  * When looking for another version of the same package, download
    it under the new filename instead of the old one. Otherwise the
    file will not match the md5sum of the Packages file and it will
    be deleted. Closes: #33816

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Wed, 24 Feb 1999 21:32:42 +0100

dpkg-ftp (1.6.2) unstable; urgency=low

  * Make it perl5.005 compliant (ie added a use lib call so that perl5.005
    will still find the DpkgFtp module).

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Wed, 10 Feb 1999 00:26:18 +0100

dpkg-ftp (1.6.1) unstable; urgency=low

  * Does offer to retry download on a FTP timeout. Closes: #32275
  * Remove the old vars file in the postinst => force a
    new configuration (vars file format did change).

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Fri, 22 Jan 1999 23:40:59 +0100

dpkg-ftp (1.6.0) unstable; urgency=low

  * Works if the download directory is a symlink. Closes: #19164
  * When printing file size, use bytes, kilo-bytes or megabytes depending
    on the size. Closes: #15328
  * Pay special attention if dist begins with (../)+. Closes: #21523
  * Added an helper text if update fails without finding a Package
    file. Closes: #8342
  * Propose to show README.mirrors before configuring. Closes: #8743
  * Handle properly the installation of predependent packages
    with dpkg --predep-package feature. Closes: #8660
  * If a package is unavailable, then try to look for another version
    of the package in the same directory. Closes: #9797
  * Store md5sums to avoid recalculating them next time. Closes: #10218
  * Close the FTP connection when aborting download. 
    Closes: #24805 #25192 (perhaps also #24773 assigned to netbase)
  * Merged dpkg-multiftp (wich was adapted from dpkg-ftp by Martin Schulze)
    in dpkg-ftp. Closes: #5662 
  * Updated the control file to match the informations in the
    overrides file.
  * Corrected the "dir" guess in install script (sub prcfile and
    removeinstalled).

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Tue,  5 Jan 1999 22:14:45 +0100

dpkg-ftp (1.4.10) frozen unstable; urgency=low

  * There's no new code in order to get into frozen. 
  * Passed lintian 0.9.4 
  * Guesses an email in the right way. Closes #9214
  * Corrected typo in desc.ftp. Closes #21023 #21953
  * Closed bugs that have been already fixed by numerous (and old) NMUs.
    - the tr/\//_/ translation 
      Closes #6861 #8762 #8867 #9150 #10193 #10792 #10937 #13572
    - the yes/no problem
      Closes #6210 #7413 #7811 #10174 #23465
    - the s/print-architecture/print-installation-architecture/ problem
      Closes #8046 #9089 #9690 #10960
    - the old broken sources problem
      Closes #7549 #7661
    - package time comparison
      Closes #8554 #8144 #6018 #9276
    - bashism
      Closes #15636 #18805 #10720
    - bad parse of df output if long filesystem name (eg nfs one)
      Closes #9090 #24160
    - others details
      Closes #21691 #15334 #8598 #13598 #13892 #16091
  * New maintainer.

 -- Raphael Hertzog <rhertzog@hrnet.fr>  Sat, 26 Dec 1998 17:38:19 +0100

dpkg-ftp (1.4.9.6) frozen unstable; urgency=low

  * Non-maintainer release.
  * Removed dependency on perl - only needs perl-base, which is
    essential (Fixes: Bug#21691).
  * Install changelog as changelog.gz, not changelog.Debian.gz.
  * Compress changelog with -9.
  * Updated standards-version to 2.4.1.
  * Passed lintian 0.4.2.

 -- Yann Dirson <dirson@debian.org>  Mon, 27 Apr 1998 11:42:43 +0200

dpkg-ftp (1.4.9.5) frozen unstable; urgency=low
  
  * Non-maintainer release.
  * Fixed typo in DpkgFtp.pm - April is "Apr", not "Avr" (Fixes:
    Bug#20797).

 -- Yann Dirson <dirson@debian.org>  Wed,  8 Apr 1998 18:06:44 +0200

dpkg-ftp (1.4.9.4) frozen unstable; urgency=low
  
  * Non-maintainer release.
  * Fixed stupid mistake done in fixing Bug#18805 in 1.4.9.3 ('2>&1'
    should have been '2>&1 >').

 -- Yann Dirson <dirson@debian.org>  Sat, 28 Mar 1998 17:50:38 +0100

dpkg-ftp (1.4.9.3) frozen unstable; urgency=low
  
  * Non-maintainer release.
  * Install /var/lib/dpkg/methods/ftp/ (Fixes: Bug#19651).
  * Replaced '&>' bashism with '2>&1' (Fixes: Bug#18805).
  * Removed '#!' magic from DpkgFtp.pm.
  * Updated FSF address.
  * Fixed typo in description.
  * Do not make executable description files under usr/lib/dpkg/.
  * Passed lintian 0.3.4.

 -- Yann Dirson <dirson@debian.org>  Thu, 26 Mar 1998 00:41:06 +0100

dpkg-ftp (1.4.9.2) unstable; urgency=low
  
  * Non-maintainer release.
  * Added comments about non-us in setup script.
  * Support for firewalls refusing MDTM with code 500 (Bernd Feige
    <charly@pst15.ukl.uni-freiburg.de>).

 -- Yann Dirson <dirson@debian.org>  Thu, 19 Feb 1998 14:42:27 +0100

dpkg-ftp (1.4.9.1) unstable; urgency=low

  * Non-maintainer release.
  * Added check on Packages files' date (mdtm) to prevent retrievial of
    already up-to-date files (Fixes: Bug#6018, Bug#8144, Bug#9276).
  * Added support for un-sectionned distributions (eg. `experimental')
    (Fixes: Bug#8598, Bug#15334).
  * Corrected guess for available space on disk when partition name is
    too long (eg. NFS, pb reported by Todd T. Fries to Christian Hudon).
  * Switched dependencies to 'libnet-perl' (starting from 'hamm'),
    because the mdtm bug is fixed now.
  * Added the ability of retrying a download just after one aborted,
    without losing time re-reading all those files.
  * Added to ability of continuing an interrupted Packages.gz
    download (there was no error handling there !).
  * SECURITY: Made vars file 0600 because of possible unencoded
    passwords in it.
  * Corrected computation of total size related to partial files.
  * Improved info display for partial files.
  * Install new BUGS file in doc dir.
  * Changed default ftp dir to "/pub/debian/dists", default distribs
    to "stable/main stable/non-free stable/contrib".
  * Factorized some code into Debian::DpkgFtp.
  * Added a Makefile (make do_install) to simplify local installs for
    tests.
  * First try at supporting authenticated FTP proxies (thanks to Jason
    Gunthorpe <jgg@gpu.srv.ualberta.ca> for guidelines).
  * Don't run "dpkg --*-avail" if no Packages files was updated.
  * Removed support for un-gzipped Packages files, which just
    cluttered "install" uselessly.
  * Several cosmetic changes in output messages.
  
 -- Yann Dirson <dirson@debian.org>  Sun, 15 Feb 1998 21:09:58 +0100

dpkg-ftp (1.4.9) stable unstable; urgency=low

  * Fixed regexp for "Clear available list" question (fixes bug #6210, #10174).
  * Fixed regexp for "passive mode selection" question (fixes bug #7811).
  * Changed "dpkg --print-architecture" to 
    "dpkg --print-installation-architecture" 
    so dpkg-ftp can still work even if gcc isn't installed 
    (fixes bug #8046, #9089, #9690, #10960).
  * Added missing tr/\//_/ in install script. 
    (fixes bug #8762, #8867, #9150, #10193, #10792, #10937)
  * Did s/couldn't/could not/ and s/you're/you are/.
  * Changed maintainer field to point to dpkg-ftp's new maintainer.

 -- Christian Hudon <chrish@debian.org>  Sat, 12 Jul 1997 23:50:52 +0000

dpkg-ftp (1.4.8) unstable frozen; urgency=low

  * create debian dir in the correct place (bug#5686)
  * Added file download size message

 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Tue, 3 Dec 1996 23:02:10 -0700

dpkg-ftp (1.4.7) unstable frozen; urgency=low

  * Fixed typo in setup (Bug#5421)
  * Changed prompt for deleting installed files (Bug#5445)
  * Added changelog to doc dir.
  * Fixed bug during package checking phase for non-default download dirs,
    and deleting replaced files
  * Check for trailing '/' on download dir (and remove it)
  * Fixed copyright message (no-longer includes Net::FTP)
  
 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Fri, 15 Nov 1996 22:30:34 -0700

dpkg-ftp (1.4.6) unstable frozen; urgency=low

  * Fixed: packages in status config-files not being downloaded (Bug#4955)
  * Added calc for free space after giving user a chance to free some up
    and fixed problem of still downloading even if unwanted because of
    free space (Bug#4971) 
  * Fixed bug that causes warning messages from the new version of perl (Bug#5232,Bug#5290)
  * Changed prompt for password & fixed perms on dir (Guy's email msg)
  * Create download dir if needed (Bug#5323)
  * Modified update method to use clear-avail (Bug#5356)
  * Added message warning user that the order of distributions is
    important (Bug#4860)

 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Tue, 12 Nov 1996 13:53:10 -0700

dpkg-ftp (1.4.5) unstable; urgency=low

  * Optionally use passive mode connection
  * Fixed mode for ./debian dir (4722)

 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Tue, 8 Oct 1996 15:57:14 -0600

dpkg-ftp (1.4.4) unstable; urgency=high

  * Default value for download directory for install phase (4480)

 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Thu, 12 Sep 1996 13:48:25 -0600

dpkg-ftp (1.4.3) unstable; urgency=low
  
  * Checks disk space
  * No longer connects if nothing to download (4241)
  * Uses new source packaging 

 -- Andy W.P. Guy <andy@frodo.nx.cpsc.ucalgary.ca>  Mon, 9 Sep 1996 13:15:37 -0600

Local variables:
mode: debian-changelog
End: