summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-04 06:31:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-04 06:31:58 +0000
commit5b264ba716fb6e6851715136169f8e8c0bc2afeb (patch)
treec60784cf3c7ed1cdf6fd83dd4f27a79c66c760a4
parentaed076e34b4e696d6e59058f1ab8a1fc2e882d84 (diff)
downloadurpmi-5b264ba716fb6e6851715136169f8e8c0bc2afeb.tar
urpmi-5b264ba716fb6e6851715136169f8e8c0bc2afeb.tar.gz
urpmi-5b264ba716fb6e6851715136169f8e8c0bc2afeb.tar.bz2
urpmi-5b264ba716fb6e6851715136169f8e8c0bc2afeb.tar.xz
urpmi-5b264ba716fb6e6851715136169f8e8c0bc2afeb.zip
4.9.21.3
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 815f1789..74d65080 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.9.21.3 - 4 June 2007, by Pascal "Pixel" Rigaux
+
- urpmi
o fix "Argument list too long" when calling curl/wget/proz
(things should work even in case of one big transaction) (#30848)
diff --git a/urpm.pm b/urpm.pm
index 22666340..86514aa9 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '4.9.21.2';
+our $VERSION = '4.9.21.3';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = 'file_from_local_url';