summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-03 18:33:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-03 18:33:28 +0000
commit57493b25490181f54bbfce726c7ce08914ea32ed (patch)
tree6c48419439584b3be520f001ed32e60fc27a79f6
parent6ab6e4c33dbe826782ae71640af778f32793f610 (diff)
downloadurpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar
urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.gz
urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.bz2
urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.xz
urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.zip
5.7
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec9569cb..be7afe10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.7 - 3 March 2008, by Pascal "Pixel" Rigaux
+
- all tools:
o cdrom:// replaces removable://
o use hal to wait-for/mount cdroms:
diff --git a/urpm.pm b/urpm.pm
index 85bb5c15..b6781d46 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.6';
+our $VERSION = '5.7';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');