summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-02 13:04:18 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-02 13:04:18 +0000
commit2501982e2d54bdf5156e66785332fa0c581721b0 (patch)
tree33c96b171b6eddfa1eac3afd2069e7a724105ec6
parenta4ee1b93e14e2156f4d854437d85570dbfcfa759 (diff)
downloadurpmi-2501982e2d54bdf5156e66785332fa0c581721b0.tar
urpmi-2501982e2d54bdf5156e66785332fa0c581721b0.tar.gz
urpmi-2501982e2d54bdf5156e66785332fa0c581721b0.tar.bz2
urpmi-2501982e2d54bdf5156e66785332fa0c581721b0.tar.xz
urpmi-2501982e2d54bdf5156e66785332fa0c581721b0.zip
7.127.12
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5d84574..dd2caa4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.12 - 2 December 2012, by Thierry Vignaud
+
- library:
o fix an incomplete message
o fix --download-all (mga#8272)
diff --git a/urpm.pm b/urpm.pm
index ff3030f8..3fda78c4 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '7.11.1';
+our $VERSION = '7.12';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');