diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-25 15:49:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-25 15:49:16 +0000 |
commit | 4dda91172118d2bc764b91d756828983b34ae558 (patch) | |
tree | 8c111c9b6b389797bb7e7e40fa09ddd0c9c55215 | |
parent | 1a7d1415ad7dab53d03ac0f58ae1741ceb71520c (diff) | |
download | urpmi-4dda91172118d2bc764b91d756828983b34ae558.tar urpmi-4dda91172118d2bc764b91d756828983b34ae558.tar.gz urpmi-4dda91172118d2bc764b91d756828983b34ae558.tar.bz2 urpmi-4dda91172118d2bc764b91d756828983b34ae558.tar.xz urpmi-4dda91172118d2bc764b91d756828983b34ae558.zip |
removed -z support for ftp download using curl as it doesn't work correctly.
-rw-r--r-- | urpmi.spec | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -208,9 +208,6 @@ $urpm->update_media(nolock => 1); mode (bug 3982). - fixed moving of files inside the cache (bug 3833). - fixed not obvious error message (bug 3436). -- dropped complex time checking with curl ftp download as it - should now be handled correctly by curl -z option since 7.10.5, - Data::Manip perl module is now no more used. - fixed parallel installation of local files. * Thu Jul 17 2003 François Pons <fpons@mandrakesoft.com> 4.4-9mdk |