From 3b51601c28d69afdfc1439acc71f22cedc040484 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 1 Mar 2006 15:36:37 +0000 Subject: 2.27 --- ChangeLog | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rpmdrake.pm | 2 +- rpmdrake.spec | 9 ++++++- 3 files changed, 95 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09b2f991..1721385e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2006-03-01 16:02 Rafael Garcia-Suarez + + * rpmdrake.pm: Update config file when not run as root + +2006-03-01 15:56 Rafael Garcia-Suarez + + * rpmdrake: Clean cache after downloads (bug #20767) + +2006-02-28 18:54 Rafael Garcia-Suarez + + * rpmdrake.pm: Fix for mirror and version-guessing heuristic (bug + #21307) by Blino + +2006-02-28 13:18 Thierry Vignaud + + * gurpmi.addmedia: bug: on update, we keep the option and we name + the new repositery with the option name (eg "--update" :-() + +2006-02-28 13:15 Thierry Vignaud + + * gurpmi.addmedia: do not silently exit if $fromfile is not set + +2006-02-25 18:37 Shiva Huang + + * po/zh_TW.po: updated po file + +2006-02-18 23:30 Keld Jørn Simonsen + + * po/da.po: updates soft/initscripts/po/da.po + soft/rpmdrake/po/da.po gi/perl-install/share/po/da.po + +2006-02-11 20:06 berthy + + * grpmi/po/fr.po: Update french translation + +2006-02-09 17:11 Thierry Vignaud + + * po/ja.po: update (Yukiko Bando) + +2006-02-05 10:47 Funda Wang + + * po/it.po: Updated Italian translations from Andrea Celli + . + +2006-01-31 15:01 Thierry Vignaud + + * po/br.po: update + +2006-01-31 11:50 Rafael Garcia-Suarez + + * rpmdrake: Add Development/PHP to the rpm group list + +2006-01-26 13:27 Pablo Saratxaga + + * po/: af.po, am.po, ar.po, az.po, be.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, hy.po, hy.pom, id.po, is.po, is.pom, it.po, + ja.po, ka.po, ka.pom, ko.po, ku.po, ku.pom, ky.po, lt.po, ltg.po, + lv.po, mk.po, mn.po, ms.po, ms.pom, mt.po, nb.po, nl.po, nn.po, + pa_IN.po, pl.po, pt.po, pt_BR.po, ro.po, rpmdrake.pot, ru.po, + sc.po, sk.po, sl.po, sq.po, sr.po, sr@Latn.po, sv.po, ta.po, + tg.po, th.po, tl.po, tr.po, uk.po, uz.po, uz@Latn.po, vi.po, + wa.po, zh_CN.po, zh_TW.po: updated pot and pom files + +2006-01-13 17:20 Rafael Garcia-Suarez + + * rpmdrake: Document that this option is only needed for backwards + compatibility + +2006-01-10 19:51 Karl Ove Hufthammer + + * po/nn.po: Updated Norwegian Nynorsk translation. + +2006-01-06 17:19 Wanderlei Antonio Cavassin + + * po/pt_BR.po: More pt_BR fixes. + +2006-01-03 11:19 Shiva Huang + + * po/zh_TW.po: updated po file + +2006-01-02 18:38 Rafael Garcia-Suarez + + * ChangeLog, rpmdrake.pm, rpmdrake.spec: 2.26-1mdk + 2005-12-29 18:14 Rafael Garcia-Suarez * rpmdrake: Make the "clear" button active only when there are diff --git a/rpmdrake.pm b/rpmdrake.pm index 6a76d4fa..3872972a 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -41,7 +41,7 @@ use common; use curl_download; our @ISA = qw(Exporter); -our $VERSION = '2.26'; +our $VERSION = '2.27'; our @EXPORT = qw( $changelog_first_config $mandrakeupdate_wanted_categories diff --git a/rpmdrake.spec b/rpmdrake.spec index 872b7387..730ae9bf 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -7,7 +7,7 @@ ################################################################## %define name rpmdrake -%define version 2.26 +%define version 2.27 %define release %mkrel 1 Name: %{name} @@ -113,6 +113,13 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Wed Mar 01 2006 Rafael Garcia-Suarez 2.27-1mdk +- Add Development/PHP to the rpm group list +- A couple of gurpmi.addmedia bug fixes by Thierry Vignaud +- Fix for mirror and version-guessing heuristic +- Clean cache after downloads +- Update config file when not run as root + * Mon Jan 02 2006 Rafael Garcia-Suarez 2.26-1mdk - Add a button to clear the search text field and to redraw the package tree - Bump requires on drakxtools (for Locale::gettext) -- cgit v1.2.1