summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-26 20:28:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-26 20:28:15 +0000
commitae5842185fc56ed17aa036975d687e1b13c1356a (patch)
tree8f91fa6f953c58d422972e83c4e175d9d3ffa10f
parentdacf58d1aa4afa15441427f50e6ce2a55a2e707c (diff)
downloadurpmi-ae5842185fc56ed17aa036975d687e1b13c1356a.tar
urpmi-ae5842185fc56ed17aa036975d687e1b13c1356a.tar.gz
urpmi-ae5842185fc56ed17aa036975d687e1b13c1356a.tar.bz2
urpmi-ae5842185fc56ed17aa036975d687e1b13c1356a.tar.xz
urpmi-ae5842185fc56ed17aa036975d687e1b13c1356a.zip
6.486.48
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b8acc0ee..e72f14b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.48 - 26 March 2012
+
- fix a debug message
- fix downloading twice noarch packages on x86_64 with --download-all (mga#4867)
- gurpmi:
diff --git a/urpm.pm b/urpm.pm
index 8342069e..2977e234 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '6.47';
+our $VERSION = '6.48';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');