From 3db109cb8b7e02746f97b32cfaf8a0e643f99e4a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 3 Apr 2006 09:43:21 +0000 Subject: 4.8.17 --- ChangeLog | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 12 ++++++++- 3 files changed, 94 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16006e5a..f35b6666 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2006-04-02 22:53 Rafael Garcia-Suarez + + * urpm.pm: More error messages should be reported on fatal download + errors (bug #21813) + +2006-04-02 22:06 Rafael Garcia-Suarez + + * urpm/download.pm: Patch by Michael Scherer to fix authentication + with ssh download method. (bug #21800) + +2006-04-02 10:03 Marek Laane + + * po/et.po: + Updated Estonian translation. + +2006-04-01 23:26 Keld Jørn Simonsen + + * po/da.po: Updates soft/control-center/po/da.po + soft/initscripts/po/da.po soft/mdkonline/po/da.po + soft/urpmi/po/da.po + +2006-04-01 10:43 Funda Wang + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pa_IN.po, + pl.po, pt.po, pt_BR.po, ro.po, ru.po, sc.po, sk.po, sl.po, sq.po, + sr.po, sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, + urpmi.pot, uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: + Updated POT file. + +2006-03-31 19:43 Warly + + * gurpmi.pm: Do not try to guess if the given name is a package + name or a file, just test if the file exists + +2006-03-30 14:18 Rafael Garcia-Suarez + + * urpm/args.pm: urpmq --synthesis was broken + +2006-03-30 13:18 Rafael Garcia-Suarez + + * gurpmi2: gurpmi wasn't cleaning the urpmi cache after + installation + +2006-03-28 17:36 Rafael Garcia-Suarez + + * pod/urpmi.files.5.pod: Remove mention of the obsolete urpmi.log + file + +2006-03-27 12:51 Pavel Maryanov + + * po/ru.po: updated translation + +2006-03-24 16:32 Rafael Garcia-Suarez + + * urpmi.addmedia: Add a SIGINT handler for --distrib too + +2006-03-24 16:29 Rafael Garcia-Suarez + + * urpmi.addmedia: Add a SIGINT handler to avoid adding media when + interrupting hdlist download. + +2006-03-23 14:56 Rafael Garcia-Suarez + + * pod/urpmi.recover.8.pod: Document urpmi.recover --list-safe + +2006-03-23 14:55 Rafael Garcia-Suarez + + * urpmi.recover, urpm/args.pm: New urpmi.recover option: + --list-safe + +2006-03-22 11:56 Pablo Saratxaga + + * po/cy.po: updated po file + +2006-03-22 11:08 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.8.16 + 2006-03-22 09:41 Rafael Garcia-Suarez * pod/urpmq.8.pod: Document urpmq -l option diff --git a/urpm.pm b/urpm.pm index 9de8e35a..32ed9e71 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.16'; +our $VERSION = '4.8.17'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 4380c83d..dfff8cf8 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -12,7 +12,7 @@ %{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install} %define name urpmi -%define version 4.8.16 +%define version 4.8.17 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -274,6 +274,16 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Mon Apr 03 2006 Rafael Garcia-Suarez 4.8.17-1mdk +- urpmi.recover --list-safe +- proper handling of SIGINT in urpmi.addmedia +- make gurpmi clean the download cache +- fix urpmq --synthesis +- make gurpmi test directly if file argument exists (Warly) +- fix ssh download as non-root (Michael Scherer) +- print more reports on download errors +- doc updates + * Wed Mar 22 2006 Rafael Garcia-Suarez 4.8.16-1mdk - Fix again transaction counter (and make it prettier) - More docs -- cgit v1.2.1