summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--urpm.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0abeb6d..200687e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 6.14.15 - 5 June 2009
+
+- urpmi
+ o fix error code and error message when urpmi couldn't (try to) mount
+ a CD/DVD media because of HAL issues
+
Version 6.14.14 - 12 May 2009
- urpmi
diff --git a/urpm.pm b/urpm.pm
index 4540bfe6..d1440cb4 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.14.14';
+our $VERSION = '6.14.15';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');