From 9193878389618e3f06e19ee22a96b2d05e5c9745 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 9 Jun 2005 09:25:40 +0000 Subject: 4.7.5-1mdk --- ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 6 +++++- 3 files changed, 77 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b29bc0c5..39930dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2005-06-09 11:23 Rafael Garcia-Suarez + + * urpm/README.ssh: update readme + +2005-06-09 11:00 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: When node is localhost, don't use ssh to + run commands on it + +2005-06-09 09:42 Rafael Garcia-Suarez + + * urpmi, urpmq, urpm/args.pm, urpm/parallel_ssh.pm: Introduce a + --nolock option in urpmi and urpmq. Use it for parallel + distribution over ssh on localhost + +2005-06-09 08:01 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Error reporting nit + +2005-06-09 05:00 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Missing parentheses + +2005-06-09 04:31 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Fix invocation of scp + +2005-06-08 13:20 Rafael Garcia-Suarez + + * urpm/README.ssh: Update documentation + +2005-06-08 10:47 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Adjust fudge factor + +2005-06-08 10:22 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Remove unused variables + +2005-06-08 10:19 Rafael Garcia-Suarez + + * man/C/urpmi.files.5: Clarify format of parallel.cfg file + +2005-06-08 10:09 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: a few perl_checker fixes + +2005-06-08 10:04 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Don't use hashes in scalar context + +2005-06-08 10:02 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Factorize commands + +2005-06-08 09:46 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Remove globs + +2005-06-08 09:21 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Don't shell out when calling scp + +2005-06-08 08:50 Rafael Garcia-Suarez + + * urpm/parallel_ssh.pm: Fix parallel installation message + +2005-06-07 08:32 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.7.4-1mdk + 2005-06-07 07:51 Rafael Garcia-Suarez * gurpmi2: Choice window wasn't working (bug #16104) diff --git a/urpm.pm b/urpm.pm index 90e2a41e..1cc9aa16 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.4'; +our $VERSION = '4.7.5'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 1691aa9a..f93cf3d9 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.4 +%define version 4.7.5 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Thu Jun 09 2005 Rafael Garcia-Suarez 4.7.5-1mdk +- urpmi-parallel-ssh now supports 'localhost' in the node list and is a bit + better documented + * Tue Jun 07 2005 Rafael Garcia-Suarez 4.7.4-1mdk - Implement basic support for installing delta rpms - Fix bug #16104 in gurpmi: choice window wasn't working -- cgit v1.2.1