summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-06 19:44:12 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-06 19:44:12 +0000
commita478a005f83bb00f6c9bb9eb67f2fca38ae56223 (patch)
tree7ade218a87a413522bf5031c30b9336184d810aa
parent390a8c465f8c4c781e61eaa9db447dd792d65ea2 (diff)
downloadurpmi-a478a005f83bb00f6c9bb9eb67f2fca38ae56223.tar
urpmi-a478a005f83bb00f6c9bb9eb67f2fca38ae56223.tar.gz
urpmi-a478a005f83bb00f6c9bb9eb67f2fca38ae56223.tar.bz2
urpmi-a478a005f83bb00f6c9bb9eb67f2fca38ae56223.tar.xz
urpmi-a478a005f83bb00f6c9bb9eb67f2fca38ae56223.zip
6.436.43
-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 272d98c4..56f5fa21 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: urpmi
-version: 6.42
+version: 6.43
abstract: ~
author: []
license: unknown
diff --git a/NEWS b/NEWS
index 7ffd67f6..7d06c400 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.43 - 6 January 2012
+
- urpmf, urpmq:
o fix using xml info files with quotes in medium name
- urpmi
diff --git a/urpm.pm b/urpm.pm
index 81ae645e..006d4822 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.42';
+our $VERSION = '6.43';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');