summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-17 14:14:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-17 14:14:18 +0000
commit725b71ba4a2e322b58f05605d9d973c1d8e31d35 (patch)
tree19195f8e9e7184ab8fc3bacdba68c5f6c57f0281
parent1835d6d28eb9688683ded6b8fa29ee841f57f454 (diff)
downloadurpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar
urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.gz
urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.bz2
urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.xz
urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.zip
5.13
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cff211d0..ae6c04ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.13 - 17 March 2008, by Pascal "Pixel" Rigaux
+
- gurpmi:
o handle provides (spotted by salem)
o handle -p and -P like urpmi
diff --git a/urpm.pm b/urpm.pm
index 6ed8d8ae..6c1acaa4 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.12';
+our $VERSION = '5.13';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');