diff options
-rw-r--r-- | ChangeLog | 42 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 8 |
3 files changed, 50 insertions, 2 deletions
@@ -1,3 +1,45 @@ +2005-01-31 00:50 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/sv.po: updated po file + +2005-01-28 21:04 Guillaume Rousse <guillomovitch@mandrake.org> + + * urpmi.bash-completion: --list-media now admit paramater + +2005-01-28 19:09 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, man/C/urpmi.addmedia.8, urpm/sys.pm: Make urpmi support + ISO images as removable media. + +2005-01-27 20:37 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: de.po, ro.po: updated po file + +2005-01-27 14:40 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmq: Update comments to be in line with latest urpmq -R changes + +2005-01-27 12:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.bash-completion, urpmq, man/C/urpmq.8, urpm/args.pm: Patch + by Guillaume Rousse to improve bash-completion for media names, + via adding new optional arguments to the --list-media option of + urpmq. + +2005-01-26 15:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmq: Avoid "urpmq -R" to walk through virtual provides; now + only walk through provides that have an explicit comparison to a + version number. + +2005-01-26 10:05 José JORGE <jjorge@free.fr> + + * po/pt.po: melo + +2005-01-25 18:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.13-1mdk + 2005-01-25 17:06 mareklaane * po/et.po: Updated translation. @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.13'; +our $VERSION = '4.6.14'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.13 +%define version 4.6.14 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -232,6 +232,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Jan 31 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.14-1mdk +- urpmi.addmedia and urpmi now support ISO images as removable media +- "urpmq -R" will now report far less requires, skipping virtual packages. +- Improve bash-completion for media names, through new options to urpmq + --list-media (by Guillaume Rousse) + * Tue Jan 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.13-1mdk - urpme now dies when not run as root - improve error reporting in urpmi-parallel |