diff options
-rw-r--r-- | META.yml | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ --- #YAML:1.0 name: urpmi -version: 6.40 +version: 6.41 abstract: ~ author: [] license: unknown @@ -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 @@ -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'); |