From a283df115c2c4113fcc28d36e293614e955204fd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Dec 2004 21:17:51 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 195 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 194 insertions(+), 1 deletion(-) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 44852cccc..60e2db6e4 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,196 @@ +2004/12/02 Pablo Saratxaga + + * share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po, + share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, + share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, + share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, + share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, + share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po, + share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, + share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, + share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po, + share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po, + share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po, + share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po, + share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po, + share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po, + share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po, + share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po, + share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po, + share/po/el.po, share/po/uz@Latn.po: updated pot file + +2004/12/02 Pixel + + * unused/migrate-ugtk2-to-mygtk2.pl: replace "policy => [ horizpolicy, + vertpolicy ]" with "h_policy => ..., v_policy => ..." + (both defaulting to "automatic") + dirty script easing the switch from ugtk2 to mygtk2 (beware!) + + * mygtk2.pm: replace "policy => [ horizpolicy, vertpolicy ]" with + "h_policy => ..., v_policy => ..." + (both defaulting to "automatic") + future is in mygtk2, ugtk2 must die (and it will die, but not that soon + (to keep compatibility)) + + * rescue/make_rescue_img: remove temporary directory + + * detect_devices.pm: helping titi that didn't get isLaptop() right in 3 + commits ;p + + * ugtk2.pm: use migrate-ugtk2-to-mygtk2.pl (and i verified the diff) + future is in mygtk2, ugtk2 must die (and it will die, but not that soon + (to keep compatibility)) + + * unused/migrate-ugtk2-to-mygtk2.el: dirty script easing the switch from + ugtk2 to mygtk2 (beware!) + + * authentication.pm, any.pm: + - any::enableShadow() -> authentication::enable_shadow() + - inline authentication::crypt() + move crypt() where it's needed + +2004/12/02 Rafael Garcia-Suarez + + * authentication.pm, any.pm: Move crypt() in the package it belongs to + +2004/12/01 Pixel + + * detect_devices.pm: simplify: grep already done + complete_usb_storage_info() + +2004/12/01 Rafael Garcia-Suarez + + * ugtk2.pm: return value for gtkset_mousecursor + +2004/12/01 Thierry Vignaud + + * share/po/ja.po: typo fix + +2004/12/01 Warly + + * install_steps.pm: Add a SYSTEM to Corporate in /etc/sysconfig/system for + corporate + + * share/compssUsers.corpo-server: remove development section in corpo + server + + * install_any.pm: use the compssUsers related to the meta_class if it + exists + + * share/compssUsers.suppl-desktop, share/compssUsers.suppl-server: add + compssUsers for supplementary CDs + + * install_steps_gtk.pm: update the group selection layout to handle the + supplementary CD + + * share/compssUsers.desktop: remove game for corpo desktop + + * rescue/tree/etc/issue: change Mandrake Linux 10.0 into Mandrakelinux + Corporate 3.0 + + * share/themes-corporate.rc: correct the theme color for installation + + * steps.pm: Do not activate the updates selection step during installation + + * share/rpmsrate.corpo-server, share/rpmsrate.corpo-desktop: updated + rpmsrate for corporate desktop and server + + * install_messages.pm: The coporate errata is corpo30errata.php3 and not + 100errata.php3 + +2004/11/30 Frederic Lepied + + * mdk-stage1/Makefile, mdk-stage1/config-stage1.h: corporate + +2004/11/30 Pixel + + * network/network.pm: don't pass the prefix/etc/sysconfig/network to + network::network::write_conf(), we always use the same file name + backport HEAD changes used by finish-install + + * modules.pm: replace isStandalone with !isInstall (for finish-install + which is neither isInstall nor isStandalone) + replace isStandalone with !isInstall (for finish-install which is + neither isInstall nor isStandalone) + + * install_steps_interactive.pm: + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + backport HEAD changes used by finish-install + + * standalone/finish-install: don't keep the banner from drakconnect for + all steps + add drakx-finish-install + prog to launch after install which configurate users, authentication, + root password and network + don't keep the banner from drakconnect for all steps + add drakx-finish-install + prog to launch after install which configurate users, authentication, + root password and network + + * any.pm, install_steps.pm: + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + backport HEAD changes used by finish-install + create any::set_root_passwd() and use it + + * drakxtools.spec: add drakx-finish-install + + * standalone/drakbackup: fix fatal perl_checker error + fix fatal perl_checker warning + + * run_program.pm: replace !isStandalone with isInstall + + * authentication.pm: make $when_network_is_up optional + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + backport HEAD changes used by finish-install + + * Makefile.config, Makefile, Makefile.drakxtools, + standalone/finish-install.xsetup: add drakx-finish-install + add drakx-finish-install + + * network/netconnect.pm: network::netconnect::real_main() do not exit + brutally on wizcancel, handle it in network::netconnect::main() + network::netconnect::real_main() do not exit brutally on wizcancel, + handle it in network::netconnect::main() + + * standalone/adduserdrake: backport HEAD changes used by finish-install + + * standalone/drakauth: perl_checker fix + shorter + don't pass the prefix/etc/sysconfig/network to + network::network::write_conf(), we always use the same file name + $when_network_is_up is now optional + backport HEAD changes used by finish-install + +2004/11/30 Rafael Garcia-Suarez + + * install_any.pm: Warn when failing to mount the supplementary CD-ROM + +2004/11/30 Thierry Vignaud + + * detect_devices.pm (dmidecode) explain why we return a list and not + directly an hash + (floppies) do not try to load floppy if there's no floppy drive (#8211) + a side effect is that now we'll still see the floppy drive even if + some buggy code triggered $@ earlier + + * share/rpmsrate, lang.pm: install scim-anthy as well for japanese users + + * install_any.pm (setDefaultPackages) perl_checker cleanup + + * drakxtools.spec: typo fix + + * harddrake/data.pm: rollback previous bogus commit + +2004/11/30 Warly + + * rescue/tree/etc/issue: update version for rescue issue + 2004/11/30 Pixel * install_steps.pm, any.pm: @@ -42179,7 +42372,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.988 2004/11/23 12:05:56 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.989 2004/11/30 12:03:00 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than -- cgit v1.2.1