From 13d8a216905f1fedce666603e2779b5e9bdf302e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Jun 2001 16:28:46 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 118 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 569321a32..c4a9d9995 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,121 @@ +2001/06/05 Guillaume Cottenceau + + * mdk-stage1/network.c: don't wait on upping lo interface + + * mdk-stage1/modules.c: fix minor bug detecting when modules are present + + * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/random.c: + i need working random suite for ppp with dietlibc + + * mdk-stage1/stage1.c: exit when exec fails after fork, i don't want two + stage1 processes! + +2001/06/05 Pablo Saratxaga + + * share/po/pl.po: updated Polish file + +2001/06/05 Pixel + + * fs.pm (mount): notail in any case + + * tools/i386/netboot/menu.lst.example, tools/i386/netboot/menu.lst, + tools/i386/netboot/.cvsignore: menu.lst is now a local file created from + the example + + * share/list, rescue/list.i386, rescue/list: switch to perl 5.6.1 + + * Makefile: fix + +2001/06/02 Pablo Saratxaga + + * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, + share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, + share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po, + share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po, + share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, + share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, + share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, + share/po/pl.po, share/po/fi.po, share/po/no.po, + share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po, + share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, + share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, + share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, + share/po/da.po, share/po/cs.po, share/po/af.po: updated Russian file + +2001/06/01 Guillaume Cottenceau + + * mdk-stage1/Makefile: use -FULL postfix for common .c files targetting + stage1-full + + * mdk-stage1/stage1.c: minor fix + + * mdk-stage1/newt/textbox.c: don't modify newt code to fix dietlibc bugs, + i want to link against glibc too + + * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/strncat.c: + + - have strncat behave the same way as in glibc + - declare that we're using the DIETLIBC in include/stdlib.h, so I can + change my mind in "dns.c" to handle broken glibc which is not capable of + doing name resolution with a static binary + + * mdk-stage1/dns.c, mdk-stage1/dns.h, mdk-stage1/adsl.c, + mdk-stage1/adsl.h, mdk-stage1/nfsmount.c, mdk-stage1/network.c, + mdk-stage1/url.c, mdk-stage1/network.h: + - first draft of adsl support + - get back some code for supporting broken glibc unable to resolve + when linked statically + + * mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/lib/tcflush.c, + mdk-stage1/dietlibc/lib/cfgetospeed.c, mdk-stage1/dietlibc/lib/speed.c, + mdk-stage1/dietlibc/lib/tcsetattr.c, + mdk-stage1/dietlibc/include/termios.h, + mdk-stage1/dietlibc/include/netdb.h, + mdk-stage1/dietlibc/libshell/glob.c: slight modifs to get ppp and pppoe + stuff compile better + +2001/05/31 daouda + + * bootlook.pm: add runlevel chooser feature + +2001/05/31 Pixel + + * rescue/make_rescue_img: check presence of files from list and list.ARCH + + * Makefile (get_needed_files): exit with error message if files from + share/list (and + share/list.ARCH) are missing + + * install2.pm: hide step formatPartitions when upgrading + +2001/05/30 mbadaire + + * mdk-stage1/stage1.c, mdk-stage1/slang/slmalloc.c, + mdk-stage1/slang/Makefile, mdk-stage1/Makefile.common, + mdk-stage1/insmod-modutils/obj/Makefile, + mdk-stage1/insmod-modutils/Makefile, mdk-stage1/bzlib/Makefile, + mdk-stage1/init-libc-headers.h, mdk-stage1/newt/Makefile, + mdk-stage1/Makefile, mdk-stage1/insmod-modutils/util/Makefile, + mdk-stage1/mar/Makefile, mdk-stage1/newt/windows.c: + - allow build on ia64 + - have CFLAGS centralized in Makefile.common (should help ports such + as alpha) + - better looking sub makefiles + +2001/05/30 Pixel + + * Makefile.drakxtools (install): ensure pm's in subdirs don't have + /use(diagnostics|vars|strict)/ + +2001/05/29 François Pons + + * printerdrake.pm: added fix from Michael Brown to handle pipe in queue + name for lpr. + +2001/05/29 tvignaud + + * share/compssUsers: add NIS client to network clients + 2001/05/29 François Pons * printerdrake.pm: added fix from Michael Brown to handle pipe in queue -- cgit v1.2.1