summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpmi.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c68cf76e..0f36545d 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -208,6 +208,9 @@ $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.
* Thu Jul 17 2003 François Pons <fpons@mandrakesoft.com> 4.4-9mdk
- fixed error code reporting after installation.