summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5afc90d8..813fdb66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
+Version 5.10 - 11 March 2008, by Pascal "Pixel" Rigaux
+
- gurpmi:
- o fix breakage introduced with priority upgrades support (#38738)
+ o fix breakage introduced with priority upgrades support (#38738) (tvignaud)
- bash-completion:
o restore available-pkgs completion using "urpmq --list" by default
(it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)
diff --git a/urpm.pm b/urpm.pm
index 80aeda88..ea776f8d 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.9';
+our $VERSION = '5.10';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');