diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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) @@ -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'); |