summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 09:51:28 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 09:51:28 +0000
commit504f48236193a06fa98526074aa2613c77b3c7d1 (patch)
treee0822854ae83c04830a8a471bc5f1ebf83e8fd4f
parentab8a5bb018ef6a17dd5cb50481ec09e5bc736f75 (diff)
downloadurpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar
urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.gz
urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.bz2
urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.xz
urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.zip
6.30.16.30.1
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ffc9ae77..eb626644 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 6.30.1 - 19 October 2009
+
+- add --download-all option to gurpmi too
+
Version 6.30 - 16 October 2009
- unbreak kernel orphans management (broken by #53425 fix)
diff --git a/urpm.pm b/urpm.pm
index 00ad64f8..60f19201 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.30';
+our $VERSION = '6.30.1';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');