summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-23 11:59:59 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-23 11:59:59 +0000
commit391989e6403bd8b3e342f9b5937d6c73532aafdc (patch)
treeab88eee883875e0b083d55b53d64c5217a69bef2
parent9c8f9738e86a4192a6703576d894d4f9d4d6b479 (diff)
downloadurpmi-topic/6.25@258013.tar
urpmi-topic/6.25@258013.tar.gz
urpmi-topic/6.25@258013.tar.bz2
urpmi-topic/6.25@258013.tar.xz
urpmi-topic/6.25@258013.zip
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c3beb8d9..29d6f7e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.25.5 - 23 April 2009
+
- gurpmi:
o do not advise to restart in --auto mode
o log bad signatures on stderr
diff --git a/urpm.pm b/urpm.pm
index 5267b76d..8a99f016 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.25.4';
+our $VERSION = '6.25.5';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');