summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-25 14:37:32 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-25 14:37:32 +0000
commit3f388164ab9b46e81931078c62e28333445e8598 (patch)
treecdd1b2c432c04cad845f384a5722eae6dbc70942 /urpmi.spec
parent5dce812402152ca2bd9000fa442cfe2bb6c945d8 (diff)
downloadurpmi-3f388164ab9b46e81931078c62e28333445e8598.tar
urpmi-3f388164ab9b46e81931078c62e28333445e8598.tar.gz
urpmi-3f388164ab9b46e81931078c62e28333445e8598.tar.bz2
urpmi-3f388164ab9b46e81931078c62e28333445e8598.tar.xz
urpmi-3f388164ab9b46e81931078c62e28333445e8598.zip
added changelog for added curl -z with ftp file (still 4.4-10mdk).
Diffstat (limited to 'urpmi.spec')
-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.