summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-14 18:14:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-14 18:14:08 +0000
commit5b3396abbeab1313a23db447d2619f001596f093 (patch)
treec97ed37a62a8fb90e440018f82274beacc035b09
parent8b1611d36b564ec18181134cd0badb6feae8d27d (diff)
downloadurpmi-5b3396abbeab1313a23db447d2619f001596f093.tar
urpmi-5b3396abbeab1313a23db447d2619f001596f093.tar.gz
urpmi-5b3396abbeab1313a23db447d2619f001596f093.tar.bz2
urpmi-5b3396abbeab1313a23db447d2619f001596f093.tar.xz
urpmi-5b3396abbeab1313a23db447d2619f001596f093.zip
5.19.8
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bcf251b..46e01de8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.19.8 - 14 October 2008
+
- library:
o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version
diff --git a/urpm.pm b/urpm.pm
index b4b4e779..a45e503e 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.19.7';
+our $VERSION = '5.19.8';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');