diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-08 15:26:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-08 15:26:26 +0000 |
commit | df07dbeec3f09130ae9b8cb47f01315b9c6b66ef (patch) | |
tree | c733aded719b796d320379a57c63c5b7e50e9196 | |
parent | a61523abb8b2349273dc97916a2737d63aa83a81 (diff) | |
download | urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.gz urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.bz2 urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.tar.xz urpmi-df07dbeec3f09130ae9b8cb47f01315b9c6b66ef.zip |
4.6.22-1mdk
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 6 |
3 files changed, 23 insertions, 2 deletions
@@ -1,3 +1,20 @@ +2005-03-08 12:12 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Fix addition of media with passwords + +2005-03-08 09:54 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: More verifications on local list files + +2005-03-07 17:27 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Patch by Michael Scherer to optionnally load media from + LDAP (currently inactive) + +2005-03-07 11:51 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.21-1mdk + 2005-03-07 11:11 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpm.pm: Some options don't belong to urpmi.cfg @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.21'; +our $VERSION = '4.6.22'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.21 +%define version 4.6.22 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -234,6 +234,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Mar 08 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.22-1mdk +- Fix addition of media with passwords +- More verifications on local list files + * Mon Mar 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.21-1mdk - Output log messages to stdout, not stderr. - Fix spurious tags appearing in urpmi.cfg |