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:
