summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-08 22:41:49 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-08 22:41:49 +0000
commitc9ae53be4bd86da93e650161361a44ac095ebdf7 (patch)
tree075d81c7c5711150a193ad5871e12259154d2f5e
parent7fa65d931c24bd00a7d9ec9b26adaf7ad80023b9 (diff)
downloaddrakx-backup-do-not-use-c9ae53be4bd86da93e650161361a44ac095ebdf7.tar
drakx-backup-do-not-use-c9ae53be4bd86da93e650161361a44ac095ebdf7.tar.gz
drakx-backup-do-not-use-c9ae53be4bd86da93e650161361a44ac095ebdf7.tar.bz2
drakx-backup-do-not-use-c9ae53be4bd86da93e650161361a44ac095ebdf7.tar.xz
drakx-backup-do-not-use-c9ae53be4bd86da93e650161361a44ac095ebdf7.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog205
1 files changed, 204 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 9b8b5a043..c3c0baa83 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,206 @@
+2003/02/08 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * mdk-stage1/init.c: when probing that we're in testing mode, print out
+ the pid (since the probe is based on the pid and some recent machines
+ seem to interact badly with that when in bad acpi mood)
+
+ * mdk-stage1/Makefile: set version to 9.1
+
+ * pixmaps/langs/lang-zh_CN.png, pixmaps/langs/lang-sl.png,
+ pixmaps/langs/lang-hy.png, pixmaps/langs/lang-de.png,
+ pixmaps/langs/lang-cy.png, pixmaps/langs/lang-it.png,
+ pixmaps/langs/lang-eu.png, pixmaps/langs/lang-ca.png,
+ pixmaps/langs/lang-sp.png, install_steps_interactive.pm,
+ pixmaps/langs/lang-am.png, pixmaps/langs/lang-nb.png,
+ pixmaps/langs/lang-gd.png, install_steps_newt.pm,
+ pixmaps/langs/lang-el.png, pixmaps/langs/lang-ia.png,
+ pixmaps/langs/lang-pt_BR.png, pixmaps/langs/lang-sv.png,
+ pixmaps/langs/lang-mi.png, pixmaps/langs/lang-bg.png,
+ pixmaps/langs/lang-fo.png, pixmaps/langs/lang-kw.png,
+ pixmaps/langs/lang-hu.png, pixmaps/langs/lang-ur.png,
+ pixmaps/langs/lang-iu.png, install_steps_auto_install.pm,
+ pixmaps/langs/lang-az.png, standalone/drakhelp,
+ pixmaps/langs/lang-mt.png, pixmaps/langs/lang-et.png,
+ pixmaps/langs/lang-wa.png, pixmaps/langs/lang-sq.png,
+ pixmaps/langs/lang-he.png, pixmaps/langs/lang-eo.png,
+ pixmaps/langs/lang-ta.png, pixmaps/langs/lang-ga.png,
+ pixmaps/langs/lang-sr.png, pixmaps/langs/lang-lt.png,
+ pixmaps/langs/lang-fa.png, install_any.pm, pixmaps/langs/lang-oc.png,
+ standalone/drakxtv, pixmaps/langs/lang-ms.png,
+ pixmaps/langs/lang-mk.png, pixmaps/langs/lang-ar.png,
+ pixmaps/langs/lang-lv.png, pixmaps/langs/lang-zh_TW.png,
+ pixmaps/langs/lang-is.png, pixmaps/langs/lang-ro.png,
+ pixmaps/langs/lang-be.png, pixmaps/langs/lang-fr.png, install_steps.pm,
+ install_gtk.pm, pixmaps/langs/lang-hr.png, Makefile,
+ pixmaps/langs/lang-en_GB.png, pixmaps/langs/lang-sk.png,
+ install_steps_stdio.pm, pixmaps/langs/lang-uk.png,
+ pixmaps/langs/lang-br.png, pixmaps/langs/lang-en_US.png, lang.pm,
+ install2.pm, pixmaps/langs/lang-nl.png, pixmaps/langs/lang-bs.png,
+ pixmaps/langs/lang-af.png, pixmaps/langs/lang-tr.png,
+ pixmaps/langs/lang-pt.png, pixmaps/langs/lang-gl.png,
+ standalone/localedrake, pixmaps/langs/lang-uz.png, any.pm,
+ pixmaps/langs/lang-pl.png, pixmaps/langs/lang-id.png,
+ pixmaps/langs/lang-yi.png, pixmaps/langs/lang-fi.png,
+ pixmaps/langs/lang-ka.png, pixmaps/langs/lang-ru.png,
+ pixmaps/langs/lang-nn.png, pixmaps/langs/lang-gv.png,
+ pixmaps/langs/lang-th.png, pixmaps/langs/lang-cs.png,
+ pixmaps/langs/lang-ko.png, pixmaps/langs/lang-tg.png, keyboard.pm,
+ pixmaps/langs/lang-tt.png, pixmaps/langs/lang-da.png,
+ pixmaps/langs/lang-ja.png, pixmaps/langs/lang-vi.png,
+ pixmaps/langs/lang-es.png, timezone.pm: language/country selection
+ change:
+ - first install step is selection of your language, in your language;
+ it uses images for that
+ - language->country is probed, the selection of the country is
+ possible
+ if there was a problem, in the Summary step
+ - in the $o big structure, we now use $o->{locale} which contains
+ three keys: lang, country and utf8
+ - lang.pm has been cleaned and rewritten a bit
+ - keyboard probing now done only on language (because this step is
+ at the beginning of the install)
+ - timezone probing done on country, if use changes country before
+ timezone in the Summary, re-probe timezone accordingly
+
+ * rescue/tree/etc/issue: remove "cooker" from the issue of the rescue
+ since we're
+ aproaching the release candidates
+
+ * install_steps_gtk.pm: say we're low on resources if we have less than 70
+ Mb of RAM (was 60 Mb)
+
+ * tools/make_mdkinst_stage2: the shitload of images for selecting
+ languages in their languages needs a few additional inodes..
+
+ * install_messages.pm: change address for errata to reflect the future 9.1
+
+ * mdk-stage1/network.c: indent
+
+ * interactive.pm, interactive/gtk.pm: add option advanced_state: if set to
+ 1, force the "Advanced" part of the dialog to be opened initially
+ add possibility to display images in tree-lists and bool-lists
+
+ * mdk-stage1/config-stage1.h: ramdisk is enlarging, move the limit from 52
+ Mb to 68 Mb (it won't work properly in gtk on a box with 64 Mb of
+ memory..)
+
+2003/02/07 alus
+
+ * share/po/pl.po: updated
+
+2003/02/07 Damien Chaumette <dchaumette@mandrakesoft.com>
+
+ * network/network.pm:
+ - DHCP & Zeroconf fixes for installation
+ - fix '217.0.0.1 localhost' not written in /etc/hosts when using DHCP
+
+ * standalone/drakfont:
+ - full Gtk2
+ - cleanup code (still much to do...)
+
+ * drakxtools.spec: new version
+
+2003/02/07 fabman
+
+ * share/po/es.po: updated Spanish translations
+
+2003/02/07 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po,
+ share/po/pt_BR.po, share/po/br.po, share/po/th.po, share/po/sl.po,
+ share/po/no.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
+ share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
+ share/po/ko.po, share/po/DrakX.pot, share/po/sr.po, share/po/pl.po,
+ share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/sp.po,
+ share/po/ca.po, share/po/da.po, share/po/tg.po, share/po/bs.po,
+ share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po,
+ share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
+ share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
+ share/po/sq.po, share/po/it.po, share/po/nl.po, share/po/eu.po,
+ share/po/es.po, share/po/de.po, share/po/eo.po, share/po/el.po,
+ share/po/cs.po, share/po/bg.po, share/po/lv.po, share/po/hu.po: updated
+ pot file
+
+ * share/po/ar.po: updated Arabic file
+ updated pot file
+
+ * share/po/sv.po, share/po/cy.po: Updated Welsh and Swedish files
+ updated pot file
+
+ * printer/printerdrake.pm: Fixed English typo
+
+ * share/po/et.po: updated po file
+ updated pot file
+
+ * standalone/drakedm: fixed English typo
+
+2003/02/07 Pixel <pixel@mandrakesoft.com>
+
+ * Xconfig/card.pm: fix english typo (bug #1350)
+
+2003/02/06 Daouda Lo <daouda@mandrakesoft.com>
+
+ * standalone/drakhelp:
+ - change package name to install
+
+2003/02/06 Damien Chaumette <dchaumette@mandrakesoft.com>
+
+ * drakxtools.spec: new version
+
+ * network/network.pm: avoid to mess up tmdns.conf file
+ fix dhcp package installation
+ fix zeroconf suckiness
+
+2003/02/06 fabman
+
+ * share/po/es.po: updated translation
+
+2003/02/06 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * share/po/uz.po, share/po/de.po: Added start of Uzbek file; updated
+ German file
+
+2003/02/06 Pixel <pixel@mandrakesoft.com>
+
+ * interactive/gtk.pm: add "Help" button
+
+ * install_steps_interactive.pm (setRootPassword): have the focus on the
+ password field
+
+ * any.pm (ask_users): focus the "name" field, and change the buttons name
+ & place
+
+ * install_steps_gtk.pm: have the focus on the help "Ok" button
+ missing aewm-drakx causes pb when testing (perl going havoc?)
+ add "Help" button
+
+ * install_gtk.pm: remove create_big_help
+
+ * ugtk2.pm: drop "F1" for help (since a "Help" button is now available)
+ (create_okcancel): allow buttons on the left (for the "Help" button)
+
+ * interactive/newt.pm: fix sizing in the scrolled window in 80x25
+
+ * diskdrake/hd_gtk.pm: add "Help" button
+ (filesystems_button_box): in the caption write "Windows" instead of
+ "FAT"
+ (since NTFS uses the same color)
+
+2003/02/06 Till Kamppeter <till@mandrakesoft.com>
+
+ * printer/detect.pm: Corrected call for "tryWrite" function.
+
+2003/02/06 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * standalone/drakedm: sanitize
+ perl_checker fix (yeah, i was faster than perl_checko!)
+ the result of David Sansome|Laurent Montel|Frederic Lepied|Davod
+ Beidebs|Thierry Vignaud collision
+
+ * Makefile.config: add drakedm
+
+ * standalone/drakfloppy: fix floppy create :-)
+
2003/02/04 François Pons <fpons@mandrakesoft.com>
* network/adsl.pm: fixed small typo.
@@ -9830,7 +10033,7 @@
* Makefile.config: remove dir security
- * proxy.pm: add $Id: ChangeLog,v 1.777 2003/02/03 11:56:26 prigaux Exp $
+ * proxy.pm: add $Id: ChangeLog,v 1.778 2003/02/04 20:59:57 prigaux Exp $
* interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are
more accurate than