aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog69
-rw-r--r--rpmdrake.spec10
2 files changed, 78 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ca5137e..e8e44625 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2004-08-23 05:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * edit-urpm-sources.pl: Fix bug #10878: invert buttons in add media
+ and edit media dialogs
+
+2004-08-23 04:44 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmdrake.pm: Restore the download progress bar for hdlist and
+ synthesis files.
+
+2004-08-23 03:11 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmdrake: Fix bug #10879, introduced by a perl_checker cleanup.
+
+2004-08-21 09:20 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * 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, id.po, is.po, it.po, ja.po, ko.po, ky.po,
+ lt.po, ltg.po, lv.po, mk.po, ms.po, mt.po, nb.po, nl.po, nn.po,
+ pl.po, pt.po, pt_BR.po, ro.po, ru.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, wa.po, zh_CN.po, zh_TW.po: updated po files
+
+2004-08-21 09:18 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: rpmdrake.pot, vi.po: updated po file
+
+2004-08-20 16:32 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmdrake: Don't die when trying to remove a package that can't be
+ removed (due to the dependency on basesystem)
+
+2004-08-20 10:47 Alice Lafox <alice@lafox.com.ua>
+
+ * po/ru.po: updated
+
+2004-08-20 10:25 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/cs.po: updated po file
+
+2004-08-19 22:22 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: sr.pom, zh_TW.pom: updated pom files
+
+2004-08-19 20:32 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * grpmi/po/bg.po, po/bg.po, po/tg.po: fixed wrong cyrillic encoding
+ chars
+
+2004-08-19 19:09 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * grpmi/po/sr.po, po/sr.po: fixed cyrillic encoding mess with
+ Serbian translations
+
+2004-08-19 11:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmdrake: Fix bug #10801 : popups too large
+
+2004-08-19 11:12 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmdrake: In update mode, always allow to select all packages at
+ once.
+
+2004-08-19 10:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * ChangeLog, rpmdrake.spec: Update changelog
+
2004-08-19 08:11 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* rpmdrake: Don't show selections in read-only mode
diff --git a/rpmdrake.spec b/rpmdrake.spec
index 14d13371..2f7d0c2c 100644
--- a/rpmdrake.spec
+++ b/rpmdrake.spec
@@ -8,7 +8,7 @@
%define name rpmdrake
%define version 2.1.5
-%define release 2mdk
+%define release 3mdk
Name: %{name}
Version: %{version}
@@ -126,6 +126,14 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/park-rpmdrake
%changelog
+* Mon Aug 23 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.1.5-3mdk
+- fix some error popups too large
+- fix a crash when trying to remove base packages
+- fix download bars for packages (displayed wrong info) and for hdlists (wasn't
+ properly updated)
+- button reordering
+- message updates
+
* Thu Aug 19 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.1.5-2mdk
- Message updates
- Don't ask for selections in browse mode (read-only)