summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-05-12 09:39:54 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-05-12 09:39:54 +0000
commit79c0b2c239d7143c50a4096dca0951ce0e9387fd (patch)
treeaf4a891ac31c7942e87b5fe2b0fa07554d332b72
parent8f46ee445ee58a6a551698bb33d9dc0132f44956 (diff)
downloadurpmi-79c0b2c239d7143c50a4096dca0951ce0e9387fd.tar
urpmi-79c0b2c239d7143c50a4096dca0951ce0e9387fd.tar.gz
urpmi-79c0b2c239d7143c50a4096dca0951ce0e9387fd.tar.bz2
urpmi-79c0b2c239d7143c50a4096dca0951ce0e9387fd.tar.xz
urpmi-79c0b2c239d7143c50a4096dca0951ce0e9387fd.zip
6.14.14
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d478b14a..a0abeb6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.14.14 - 12 May 2009
+
- urpmi
o fix issue with urpmi sometimes using the wrong key when checking
signatures when the same package is available from different media
diff --git a/urpm.pm b/urpm.pm
index 6ee79e26..4540bfe6 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.14.13';
+our $VERSION = '6.14.14';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');