aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 15:44:53 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 15:44:53 +0000
commit7edee5af06efad936d9f38434c32e62fc57dcee7 (patch)
tree0984724835f2fdf099fdcfac47d13f96ef4f066f /ChangeLog
parentf207342870ce3230581f6607e371c45684ba0207 (diff)
downloadrpmdrake-7edee5af06efad936d9f38434c32e62fc57dcee7.tar
rpmdrake-7edee5af06efad936d9f38434c32e62fc57dcee7.tar.gz
rpmdrake-7edee5af06efad936d9f38434c32e62fc57dcee7.tar.bz2
rpmdrake-7edee5af06efad936d9f38434c32e62fc57dcee7.tar.xz
rpmdrake-7edee5af06efad936d9f38434c32e62fc57dcee7.zip
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog225
1 files changed, 225 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a26f1f8..f93cb7ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,228 @@
+2007-08-27 15:28 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: kill useless return values
+
+2007-08-27 15:39 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (run_treeview_dialog) refresh packages tree when
+ edit-urpm-sources
+ performed something thus fixing crash when removing source then
+ selecting a package that is no more know to urpmi (#32832)
+
+2007-08-27 15:38 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (reload_db_and_clear_all) factorize some code for
+ rereading URPM DB
+ and updating the packages tree & be consistant regarding
+ slow_func() usage
+
+2007-08-27 15:28 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: kill useless return values
+
+2007-08-27 10:36 Marek Laane <bald at starman.ee>
+
+ * po/et.po: Updated Estonian translation.
+
+2007-08-27 10:24 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/br.po: update
+
+2007-08-27 10:02 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/fr.po: update
+
+2007-08-27 09:59 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/af.po, po/am.po, po/ar.po, po/az.po, po/be.po, po/bg.po,
+ po/bn.po, po/br.po, po/bs.po, po/ca.po, po/cs.po, po/cy.po,
+ po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po,
+ po/eu.po, po/fa.po, po/fi.po, po/fr.po, po/fur.po, po/ga.po,
+ po/gl.po, po/he.po, po/hi.po, po/hr.po, po/hu.po, po/hy.po,
+ po/id.po, po/is.po, po/it.po, po/ja.po, po/ka.po, po/ko.po,
+ po/ku.po, po/ky.po, po/lt.po, po/ltg.po, po/lv.po, po/mk.po,
+ po/mn.po, po/ms.po, po/mt.po, po/nb.po, po/nl.po, po/nn.po,
+ po/pa_IN.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
+ po/rpmdrake.pot, po/ru.po, po/sc.po, po/sk.po, po/sl.po,
+ po/sq.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/tg.po,
+ po/th.po, po/tl.po, po/tr.po, po/uk.po, po/uz.po, po/uz@Latn.po,
+ po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po: sync with code
+
+2007-08-27 09:45 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Makefile: bump release (3.80)
+
+2007-08-27 09:40 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm, rpmdrake.pm: (warn_about_media) add a "Do not
+ ask me next time" checkbox (#17697)
+
+2007-08-27 09:40 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (mainwindow) size main window
+ height now that we have less buttons for
+ setting a default minimum vertical size
+
+2007-08-27 09:39 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (mainwindow) make all buttons look
+ consistent regarding "..."
+
+2007-08-27 09:39 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (mainwindow) when run as a
+ standalone tool, display a std "help" menu
+
+2007-08-27 09:39 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (mainwindow) move all buttons not
+ directely related to media list in a new menu bar (#14439)
+
+2007-08-27 09:39 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (run_treeview_dialog) simplify
+
+2007-08-27 09:38 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (add_callback) rework some strings
+
+2007-08-27 09:38 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (open_urpmi_db) ensure we respect 'auto' option
+ in /etc/urpmi.cfg
+
+2007-08-27 09:38 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search,run_treeview_dialog) enable to search only
+ in summaries
+ (previously "in descriptions" used to search in both in
+ descriptions
+ and in summaries
+
+2007-08-27 09:38 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search) make parsehdlist only look at what we
+ search in (save 25%
+ of time spent when searching in packages' files)
+
+2007-08-27 09:37 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search) make search progress dialog appears
+ immediately rather than after a few seconds delay
+
+2007-08-27 09:35 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search) add a FIXME note
+
+2007-08-27 09:35 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search) kill dead code
+
+2007-08-27 09:35 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/init.pm: MandrivaUpdate doesn't handle --parallel
+
+2007-08-27 09:35 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (warn_about_media) do not update again media
+ after installing/removing some packages (#32586)
+
+2007-08-27 09:34 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/init.pm, po/af.po, po/am.po, po/ar.po, po/az.po,
+ po/be.po, po/bg.po, po/bn.po, po/br.po, po/bs.po, po/ca.po,
+ po/cs.po, po/cy.po, po/da.po, po/de.po, po/el.po, po/eo.po,
+ po/es.po, po/et.po, po/eu.po, po/fa.po, po/fi.po, po/fr.po,
+ po/fur.po, po/ga.po, po/gl.po, po/he.po, po/hi.po, po/hr.po,
+ po/hu.po, po/hy.po, po/id.po, po/is.po, po/it.po, po/ja.po,
+ po/ka.po, po/ko.po, po/ku.po, po/ky.po, po/lt.po, po/ltg.po,
+ po/lv.po, po/mk.po, po/mn.po, po/ms.po, po/mt.po, po/nb.po,
+ po/nl.po, po/nn.po, po/pa_IN.po, po/pl.po, po/pt.po, po/pt_BR.po,
+ po/ro.po, po/rpmdrake.pot, po/ru.po, po/sc.po, po/sk.po,
+ po/sl.po, po/sq.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po,
+ po/tg.po, po/th.po, po/tl.po, po/tr.po, po/uk.po, po/uz.po,
+ po/uz@Latn.po, po/vi.po, po/wa.po, po/zh_CN.po, po/zh_TW.po: make
+ clearer how to use --rpm-root
+
+2007-08-27 09:32 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/init.pm: warn if misusing --rpm-root option
+
+2007-08-27 09:32 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (get_pkgs) parrallel mode should be managed w/o
+ regards of updates
+ computation details (cosmetic since $probe_only_for_updates is
+ only
+ set by MandrivaUpdate which doesn't support --parallel mode)
+
+2007-08-27 09:32 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (get_parallel_group) factorize a test
+
+2007-08-27 09:31 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/gui.pm, Rpmdrake/init.pm, Rpmdrake/pkg.pm,
+ Rpmdrake/rpmnew.pm, rpmdrake: rename options as rpmdrake_options
+ so that we can reuse urpm::args someday
+
+2007-08-27 09:26 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (get_pkgs) restore rpmdrake-2.x behaviour (which
+ is inconsistant with
+ urpmi one) by only computing updates on media flagged as update
+ (#30546)
+
+2007-08-25 10:02 berthy
+
+ * po/fr.po: Update fr translation
+
+2007-08-25 07:03 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake: (do_search) remove not found messages from status bar
+ after 5 seconds (#32332)
+
+2007-08-25 06:53 ybando
+
+ * po/ja.po: Japanese translation updated.
+
+2007-08-25 06:52 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (edit_callback) ensure update
+ progress dialog is centered upon main window
+
+2007-08-25 06:49 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (edit_callback) reindent
+
+2007-08-25 06:49 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/edit_urpm_sources.pm: (edit_callback) fix moving altered
+ medium at end of media list (#32489)
+
+2007-08-25 06:47 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * rpmdrake.pm: (update_sources_noninteractive) split it out of
+ update_sources_interactive()
+
+2007-08-24 21:09 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Makefile: bump release (3.79)
+
+2007-08-24 21:09 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Rpmdrake/pkg.pm: (open_urpmi_db) fix crash if no backport medium
+ is configured (aka no
+ std configuration, #32815)
+
+2007-08-24 17:08 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * ChangeLog: update
+
+2007-08-24 17:06 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * Makefile: bump release (3.78)
+
2007-08-24 16:53 Thierry Vignaud <tvignaud at mandriva.com>
* Rpmdrake/gui.pm, Rpmdrake/pkg.pm, rpmdrake: first attempt to