diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-11 15:00:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-11 15:00:53 +0000 |
commit | 0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb (patch) | |
tree | 965bda7152abfbe151502bd969cff1c72a8aa34d | |
parent | bf81740eea5d5e354bb8de76e6505d1d5b3af3dd (diff) | |
download | urpmi-0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb.tar urpmi-0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb.tar.gz urpmi-0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb.tar.bz2 urpmi-0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb.tar.xz urpmi-0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb.zip |
5.10
-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'); |