diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 16:25:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 16:25:29 +0000 |
commit | b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4 (patch) | |
tree | d5d71a0305f2ced00e725afed4ac02126ec68a31 | |
parent | 9da4da7138e8ea27730db275f8b18ac084252115 (diff) | |
download | urpmi-b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4.tar urpmi-b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4.tar.gz urpmi-b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4.tar.bz2 urpmi-b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4.tar.xz urpmi-b945c7f31d69ffd3ee17250a141f00ef4b1e8eb4.zip |
4.10.12
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 4.10.12 - 27 September 2007, by Pascal "Pixel" Rigaux + - urpm::media::update_media: o ensure a second pass is done even if media has not been modified (useful for the %trigger trick done in urpmi to rebuild synthesis with @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '4.10.11'; +our $VERSION = '4.10.12'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |