diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-28 10:10:24 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-28 10:10:24 +0000 |
commit | 73c8eb5336829b10f490dbcac1d5259a82d62e40 (patch) | |
tree | d31f3df5244b3348367a86f94bac382c8c02d648 | |
parent | 680bcfe1610e832166e9812c3ea58837e27fdc1d (diff) | |
download | urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.gz urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.bz2 urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.xz urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.zip |
6.356.35
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.35 - 23 April 2010 + - urpmi.addmedia: o disable non-free repository by default for Free edition (#40033) -urpmi: @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.34'; +our $VERSION = '6.35'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |