summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-04 14:24:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-04 14:24:07 +0000
commitc964094a5de04c80883f6c037e0f4ee6fdc95426 (patch)
tree6bb9d12cc6909f68aac4354d9bbc49a3117d0f83
parent9a1715b95a8198a948659071eed9c204d4b34870 (diff)
downloadurpmi-c964094a5de04c80883f6c037e0f4ee6fdc95426.tar
urpmi-c964094a5de04c80883f6c037e0f4ee6fdc95426.tar.gz
urpmi-c964094a5de04c80883f6c037e0f4ee6fdc95426.tar.bz2
urpmi-c964094a5de04c80883f6c037e0f4ee6fdc95426.tar.xz
urpmi-c964094a5de04c80883f6c037e0f4ee6fdc95426.zip
5.19.1
(oops, i forgot to commit this long ago)
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 37e10d9c..86ef669b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.19.1 - 18 August 2008, by Pascal "Pixel" Rigaux
+
- gurpmi
o fix exit code if canceling when requested to select a choice
o fix exit code if refusing to insert the proper media
diff --git a/urpm.pm b/urpm.pm
index f6aaebba..408dfe8c 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.19';
+our $VERSION = '5.19.1';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');