diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-04-03 09:43:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-04-03 09:43:21 +0000 |
commit | 3db109cb8b7e02746f97b32cfaf8a0e643f99e4a (patch) | |
tree | 805b407dbf14b8b4eb4b8768c0e8159d7782c3cc | |
parent | e01a3349de709db37d8983bbf01fc4b27072a0fa (diff) | |
download | urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.gz urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.bz2 urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.tar.xz urpmi-3db109cb8b7e02746f97b32cfaf8a0e643f99e4a.zip |
4.8.17v4_8_17
-rw-r--r-- | ChangeLog | 82 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 12 |
3 files changed, 94 insertions, 2 deletions
@@ -1,3 +1,85 @@ +2006-04-02 22:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: More error messages should be reported on fatal download + errors (bug #21813) + +2006-04-02 22:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: Patch by Michael Scherer to fix authentication + with ssh download method. (bug #21800) + +2006-04-02 10:03 Marek Laane <bald at starman.ee> + + * po/et.po: + Updated Estonian translation. + +2006-04-01 23:26 Keld Jørn Simonsen <keld at dkuug.dk> + + * 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 <fundawang at linux.net.cn> + + * 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 <warly at mandriva.com> + + * 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 <rgarciasuarez at mandriva.com> + + * urpm/args.pm: urpmq --synthesis was broken + +2006-03-30 13:18 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * gurpmi2: gurpmi wasn't cleaning the urpmi cache after + installation + +2006-03-28 17:36 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * pod/urpmi.files.5.pod: Remove mention of the obsolete urpmi.log + file + +2006-03-27 12:51 Pavel Maryanov <acid_jack at ukr.net> + + * po/ru.po: updated translation + +2006-03-24 16:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.addmedia: Add a SIGINT handler for --distrib too + +2006-03-24 16:29 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.addmedia: Add a SIGINT handler to avoid adding media when + interrupting hdlist download. + +2006-03-23 14:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * pod/urpmi.recover.8.pod: Document urpmi.recover --list-safe + +2006-03-23 14:55 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.recover, urpm/args.pm: New urpmi.recover option: + --list-safe + +2006-03-22 11:56 Pablo Saratxaga <pablo at mandriva.com> + + * po/cy.po: updated po file + +2006-03-22 11:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.8.16 + 2006-03-22 09:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * pod/urpmq.8.pod: Document urpmq -l option @@ -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; @@ -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 <rgarciasuarez@mandriva.com> 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 <rgarciasuarez@mandriva.com> 4.8.16-1mdk - Fix again transaction counter (and make it prettier) - More docs |