summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:18:54 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-11 13:18:54 +0000
commitb5e382509bfb521fe2fe250f83455254706ae11f (patch)
tree92d4f669c3e69a06d5c1988e3cfe74f286461c3c
parent0f3434504f0c9d7830f0e8277b402a51b43ed520 (diff)
downloadurpmi-b5e382509bfb521fe2fe250f83455254706ae11f.tar
urpmi-b5e382509bfb521fe2fe250f83455254706ae11f.tar.gz
urpmi-b5e382509bfb521fe2fe250f83455254706ae11f.tar.bz2
urpmi-b5e382509bfb521fe2fe250f83455254706ae11f.tar.xz
urpmi-b5e382509bfb521fe2fe250f83455254706ae11f.zip
6.32.1
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 100a8c34..d61a36bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.32.1 - 5 May 2010
+
- fix bash completion script (#55716)
- urpmi.addmedia:
o disable non-free repository by default for Free edition (#40033)
diff --git a/urpm.pm b/urpm.pm
index 4f1a40d7..4359d4a7 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.32';
+our $VERSION = '6.32.1';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');