summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-14 20:56:38 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-14 20:56:38 +0000
commitf618b89e6c36cdfeb129d9a9dcac1b99fde74935 (patch)
tree14104952751775cecfa22f951270989641e01907
parent357cd102c55c8787a07465abb7c7a86ac8effe2c (diff)
downloadurpmi-f618b89e6c36cdfeb129d9a9dcac1b99fde74935.tar
urpmi-f618b89e6c36cdfeb129d9a9dcac1b99fde74935.tar.gz
urpmi-f618b89e6c36cdfeb129d9a9dcac1b99fde74935.tar.bz2
urpmi-f618b89e6c36cdfeb129d9a9dcac1b99fde74935.tar.xz
urpmi-f618b89e6c36cdfeb129d9a9dcac1b99fde74935.zip
6.416.41
-rw-r--r--META.yml2
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/META.yml b/META.yml
index 39116dfe..a0fbeb1a 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: urpmi
-version: 6.40
+version: 6.41
abstract: ~
author: []
license: unknown
diff --git a/NEWS b/NEWS
index 2eded443..103cad37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.41 - 14 Oct 2010
+
- add infrastructure for rpmdrake (#920)
- add infrastructure so that GUIes can offer not to ask anymore about missing
or bad packages
diff --git a/urpm.pm b/urpm.pm
index b428d32a..11608df0 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.40';
+our $VERSION = '6.41';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');