diff options
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | rpmdrake.spec | 9 |
2 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,30 @@ +2004-11-24 17:49 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * edit-urpm-sources.pl, rpmdrake.pm: In the Software Media Manager, + the edition of media-specific proxies was broken. + +2004-11-24 15:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Fix bug 12428 : rpmdrake wasn't saving properly the + advanced tree sort mode displayed in the combo box + +2004-11-24 10:22 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Make rpmdrake honor limit-rate, compress and resume + options when downloading + +2004-11-24 10:07 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Better count of rpms to be downloaded + +2004-11-21 09:33 José JORGE <jjorge@free.fr> + + * po/pt.po: melo + +2004-11-18 09:41 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.2-4mdk + 2004-11-17 17:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * edit-urpm-sources.pl: Indentation diff --git a/rpmdrake.spec b/rpmdrake.spec index 7903a559..206cc5e6 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -7,8 +7,8 @@ ################################################################## %define name rpmdrake -%define version 2.2 -%define release 4mdk +%define version 2.3 +%define release 1mdk Name: %{name} Version: %{version} @@ -108,6 +108,11 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Thu Nov 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.3-1mdk +- edit-urpm-sources: setting per-media proxies should now work. +- Fix save and restore of package tree display mode in rpmdrake. +- Take into account limit-rate, compress and resume options from urpmi.cfg. + * Thu Nov 18 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.2-4mdk - edit-urpm-sources: When modifying a media has failed, restore it (don't die, and don't keep it in the intermediate state of being ignored) |