diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-17 13:48:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-17 13:48:53 +0000 |
commit | 5b3fcc96268b6874f1306763d135a5e9e519a30f (patch) | |
tree | 4419e9547da5d9ed2a5d38e0f3ff209cff62d526 | |
parent | 87c620abf3f30f64666df34cfa04143a7ad77c48 (diff) | |
download | urpmi-5b3fcc96268b6874f1306763d135a5e9e519a30f.tar urpmi-5b3fcc96268b6874f1306763d135a5e9e519a30f.tar.gz urpmi-5b3fcc96268b6874f1306763d135a5e9e519a30f.tar.bz2 urpmi-5b3fcc96268b6874f1306763d135a5e9e519a30f.tar.xz urpmi-5b3fcc96268b6874f1306763d135a5e9e519a30f.zip |
6.126.12
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.12 - 17 September 2008, Pascal "Pixel" Rigaux + - when using --bug, o copy /root/.rpmdrake too o copy updates descriptions too @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.11'; +our $VERSION = '6.12'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |