summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-26 15:35:27 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-26 15:35:27 +0000
commit234404b41d5d97388fc00b4d7c99056f9a8dd6e3 (patch)
treea384e5dc3e742e54c4388b5b5ad1bc52caee26d8
parent96abca7a52cf0d8836b7c97a6bd325580f4b69de (diff)
downloadurpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar
urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.gz
urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.bz2
urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.xz
urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.zip
6.366.36
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70fd3bcb..ed867219 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.36 - 26 May 2010
+
- urpmq
o allow to use -g with --list
diff --git a/urpm.pm b/urpm.pm
index 201a7ddc..8ece5225 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.35';
+our $VERSION = '6.36';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');