summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-09-03 13:11:06 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-09-03 13:11:06 +0000
commite82b57d1d2ad3bffceb7de526d6f30f389d19039 (patch)
tree81348a184da63b3ef1389b5c3f20dade39648560
parent849cb685fb51c3402fce56b14a2432bc40a6300d (diff)
downloadurpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar
urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.gz
urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.bz2
urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.tar.xz
urpmi-e82b57d1d2ad3bffceb7de526d6f30f389d19039.zip
6.28.16.28.1
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccd3fb31..8a8d3d43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.28.1 - 3 September 2009
+
- prevent creating empty "/url" (#53097)
Version 6.28 - 31 August 2009
diff --git a/urpm.pm b/urpm.pm
index 2a71acbd..1c7b54be 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.28';
+our $VERSION = '6.28.1';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');