summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-12 12:15:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-12 12:15:36 +0000
commitfb56f1e99c015f91cd6ac1df365dad6e6ae6860b (patch)
tree4051b9d5992b11bfb99879eae513fa5cc7e97c27
parent98fe1b85f7c0a613343e0def29cc531f7e4d68dd (diff)
downloadurpmi-fb56f1e99c015f91cd6ac1df365dad6e6ae6860b.tar
urpmi-fb56f1e99c015f91cd6ac1df365dad6e6ae6860b.tar.gz
urpmi-fb56f1e99c015f91cd6ac1df365dad6e6ae6860b.tar.bz2
urpmi-fb56f1e99c015f91cd6ac1df365dad6e6ae6860b.tar.xz
urpmi-fb56f1e99c015f91cd6ac1df365dad6e6ae6860b.zip
4.10.1
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c679a653..6e5dac7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.10.1 - 12 August 2007, by Pascal "Pixel" Rigaux
+
- library
o urpm::select: new function get_preferred() replacing sort_choices()
(for drakx)
diff --git a/urpm.pm b/urpm.pm
index e6f22da3..6aa9920c 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '4.10.0';
+our $VERSION = '4.10.1';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = 'file_from_local_url';