From 7507023403933bbd0d851a250a474f85ba6a89d2 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Mon, 11 Jun 2001 11:44:34 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ppp'. --- perl-install/ChangeLog | 11700 ----------------------------------------------- 1 file changed, 11700 deletions(-) delete mode 100644 perl-install/ChangeLog (limited to 'perl-install/ChangeLog') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog deleted file mode 100644 index c4a9d9995..000000000 --- a/perl-install/ChangeLog +++ /dev/null @@ -1,11700 +0,0 @@ -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 - name for lpr. - -2001/05/28 Guillaume Cottenceau - - * mdk-stage1/newt-frontend.c: use Axalon patch to hide passwords (highly - rewritten..) - -2001/05/25 Stew Benedict - - * rescue/list.ppc, bootloader.pm: add hfs support to rescue - PPC, fix - bootstrap creation, formatting sequence - - * install_steps_interactive.pm: fix bootstrap information screen back to - orig with missing ":" - PPC - add hfs support to rescue - PPC, fix bootstrap creation, formatting - sequence - -2001/05/25 siegel - - * share/po/de.po: updated time - moved to UTF-8 - -2001/05/24 Pablo Saratxaga - - * share/po/tr.po: updated Turkish file - -2001/05/24 Pixel - - * install_any.pm (g_auto_install): autoExitInstall set if not replay (was - the opposite) - -2001/05/23 Pixel - - * rescue/list: add scd0... - -2001/05/22 siegel - - * share/po/de.po: updates - -2001/05/21 Stew Benedict - - * tools/ppc/mkhybrid-1.12b5.4-x86, tools/ppc/mkINSTALLCD: enable creation - of PPC boot CD on x86 platform - -2001/05/18 Guillaume Cottenceau - - * mdk-stage1/network.c: - - better detect when IP is not good - - error_msg when netmask seems invalid - - don't log too much `guessing netmask' - - * mdk-stage1/probing.c: be sure to print pci vendor and id with 4 digits - each - -2001/05/17 François Pons - - * rescue/tree/etc/oem: fixed parted that ask for confirmation if partition - table is not right (MAXDATA - for example), this cause parted to ignore warning. - added blank space between partition windows and linux to help resolving - above case. - fixed hole in partitionning (need testing), use fdisk to get disk - geometry and - create partition that matches cylinder boundaries (no more - approximation). - make sure to create all partitions including /home. - -2001/05/17 Guillaume Cottenceau - - * mdk-stage1/modules.c: add log for modules aliasing of SCSI drivers - don't write nonsense code to separate frontend from stage1, - but rather, try to do some clever things - - * mdk-stage1/probing.c: unify user notification of network and scsi - devices that make load of drivers - don't write nonsense code to separate frontend from stage1, - but rather, try to do some clever things - - * mdk-stage1/stage1.c, mdk-stage1/frontend.h, mdk-stage1/stage1.h, - mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c, - mdk-stage1/Makefile, mdk-stage1/dhcp.c, mdk-stage1/newt-frontend.c, - mdk-stage1/disk.c, mdk-stage1/network.c: don't write nonsense code to - separate frontend from stage1, - but rather, try to do some clever things - - * mdk-stage1/frontend-common.c: plop - -2001/05/16 dam's - - * pixmaps/bootloader.png, pixmaps/user.png, pixmaps/security.png, - pixmaps/rootpasswd.png, pixmaps/harddrive.png, pixmaps/keyboard.png, - pixmaps/default.png, pixmaps/X.png, pixmaps/mouse.png, - pixmaps/bootdisk.png, pixmaps/services.png: added icons - - * standalone/printerdrake, standalone/keyboarddrake, standalone/drakboot, - standalone/draksec, standalone/drakxservices, standalone/drakgw, - standalone/XFdrake, standalone/adduserdrake: added icon management - - * my_gtk.pm, interactive.pm: icons management - - * install2.pm: added icons management - - * standalone/draknet: added icon managment - - * pixmaps/printer.png: added icon - -2001/05/16 François Pons - - * rescue/tree/etc/oem: added support for /var creation, and more specific - package selection for server. - Include option support by VERSION file. - -2001/05/16 Guillaume Cottenceau - - * mdk-stage1/stage1.c, mdk-stage1/HACKING, mdk-stage1/frontend.h, - mdk-stage1/TECH-INFOS, mdk-stage1/WHY-DIETLIBC, mdk-stage1/stage1.h, - mdk-stage1/stdio-frontend.c, mdk-stage1/Makefile, mdk-stage1/README, - mdk-stage1/newt-frontend.c: have a 100% independence between UI stuff - and code from stage1 - -2001/05/16 Pablo Saratxaga - - * share/po/wa.po, share/po/de.po, share/po/DrakX.pot, share/po/tr.po: - updated Turkish file - -2001/05/16 Pixel - - * share/po/Makefile: fix yet again DrakX.pot making - - * partition_table.pm: re-add reiserfs as it should - add xfs - -2001/05/15 François Pons - - * rescue/tree/etc/oem: added missing Aurora, added icewm-light that may be - usefull. - -2001/05/15 Guillaume Cottenceau - - * mdk-stage1/Makefile: libresolv deprecated in GLIBC - have stage1-full with pcmcia also compile with dietlibc, cool! - - * mdk-stage1/network.c: fix guess netmask - configure_net_device is only used internally - - * mdk-stage1/modules.c, mdk-stage1/modules.h: better modules handling - interface (use of enum rather than guessing single numbers..) - - * mdk-stage1/newt-frontend.c: allow wait_message calls to be multi-lines - - * mdk-stage1/pcmcia/cardmgr.c: have stage1-full with pcmcia also compile - with dietlibc, cool! - - build glibc and dietlibc targets - - bzero string buffer before sscanf call (dietlibc implementation) - - verify returns of ioperm so that I can use it in test mode - - * mdk-stage1/dietlibc/include/sys/file.h, - mdk-stage1/dietlibc/include/sys/io.h, - mdk-stage1/dietlibc/syscalls.s/ioperm.S: have stage1-full with pcmcia - also compile with dietlibc, cool! - - * mdk-stage1/stage1.c: a bit of size reduction plus some language change - blurk - - * mdk-stage1/WHY-DIETLIBC: advocate dietlibc - - * mdk-stage1/dietlibc/lib/vsscanf.c: import vsscanf fix from author - - * mdk-stage1/disk.c: bzero string buffer before sscanf call, security for - dietlibc implementation - - * mdk-stage1/network.h: configure_net_device is only used internally - - * mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/pcmcia_probe.c: - - build glibc and dietlibc targets - - bzero string buffer before sscanf call (dietlibc implementation) - - verify returns of ioperm so that I can use it in test mode - - * standalone/drakgw: full path for iptables - - * mdk-stage1/probing.c: allow wait_message calls to be multi-lines - nicer layout for PCI detection messages - better modules handling interface (use of enum rather than guessing - single numbers..) - -2001/05/15 Pablo Saratxaga - - * share/po/tr.po, share/po/ar.po: Updated Turkish file - - * share/keyboards.tar.bz2: Added north-african keyboard - - * keyboard.pm: added arabic azerty keyboard - -2001/05/15 Pixel - - * share/po/Makefile: fix messages to i18n extracting - -2001/05/14 Chmouel Boudjnah - - * fs.pm: s|mkxfs|mkfs.xfs|; - -2001/05/14 Guillaume Cottenceau - - * mdk-stage1/nfsmount.c: use new gethostby* interface - - * mdk-stage1/stage1-data/stage1-with-busybox.tar.bz2: add stage1-data - which provides the busybox - - * mdk-stage1/network.c: Have the wait_message() with the sleep() - - complies to gethostby functions - - add sleep(2) so that net intf is really up before operation - - more logs - - FTP: don't try to close control connection with data socket, erhm - :-( - - debug netmask guessing, with stdio-frontend - - * mdk-stage1/Makefile: i can compile slang and newt with dietlibc now - every targets build with dietlibc - - * mdk-stage1/make_boot_img: use busybox for my debugging purpose - - * mdk-stage1/tools.c: no need to poll() for data at beginning of - load_ramdisk_fd, it was a fix of another problem (bug with file stdio - operations with sockets in dietlibc) - - * mdk-stage1/dietlibc/Makefile: build this new dietlibc - import new version of dietlibc - - * mdk-stage1/dns.c, mdk-stage1/dns.h: now use gethostby* functions - provided by dietlibc - - * mdk-stage1/url.c: use poll() rather than select(), smaller code size - - * mdk-stage1/stage1.c: we don't use this sucking sash no more - we now use `busybox' compiled with the marvellous dietlibc, which - provides no less than 73 usefull binaries - - * mdk-stage1/dietlibc/alpha/semop.S, mdk-stage1/dietlibc/lib/sendmsg.c, - mdk-stage1/dietlibc/alpha/shmget.S, mdk-stage1/dietlibc/lib/clearerr.c, - mdk-stage1/dietlibc/include/sys/ipc.h, - mdk-stage1/dietlibc/alpha/sendmsg.S, - mdk-stage1/dietlibc/lib/tcgetpgrp.c, mdk-stage1/dietlibc/lib/fwrite.c, - mdk-stage1/dietlibc/sparc/__testandset.S, - mdk-stage1/dietlibc/syscalls.s/open.S, - mdk-stage1/dietlibc/alpha/semget.S, mdk-stage1/dietlibc/dietstdarg.h, - mdk-stage1/dietlibc/syscalls.s/sched_get_priority_max.S, - mdk-stage1/dietlibc/lib/nop.c, mdk-stage1/dietlibc/start.h, - mdk-stage1/dietlibc/include/sys/syscall.h, - mdk-stage1/dietlibc/alpha/accept.S, mdk-stage1/dietlibc/lib/sigjmp.c, - mdk-stage1/dietlibc/syscalls.s/ptrace.s, - mdk-stage1/dietlibc/lib/isprint.c, - mdk-stage1/dietlibc/syscalls.s/dietstat.S, - mdk-stage1/dietlibc/alpha/shutdown.S, mdk-stage1/dietlibc/lib/sendto.c, - mdk-stage1/dietlibc/sparc/shmat.c, mdk-stage1/dietlibc/include/time.h, - mdk-stage1/dietlibc/lib/stat_convert.c, mdk-stage1/dietlibc/lib/send.c, - mdk-stage1/dietlibc/lib/isxdigit.c, mdk-stage1/dietlibc/alpha/waitpid.S, - mdk-stage1/dietlibc/lib/atexit.c, mdk-stage1/dietlibc/lib/readdir.c, - mdk-stage1/dietlibc/include/sys/sem.h, - mdk-stage1/dietlibc/syscalls.s/query_module.S, - mdk-stage1/dietlibc/lib/strchr.c, - mdk-stage1/dietlibc/syscalls.s/dietfstat64.S, - mdk-stage1/dietlibc/syscalls.s/lstat64.S, - mdk-stage1/dietlibc/i386/setjmp.S, mdk-stage1/dietlibc/lib/alloc.c, - mdk-stage1/dietlibc/lib/perror.c, - mdk-stage1/dietlibc/include/sys/socket.h, - mdk-stage1/dietlibc/lib/creat64.c, mdk-stage1/dietlibc/lib/closedir.c, - mdk-stage1/dietlibc/sparc/pipe.S, mdk-stage1/dietlibc/lib/msgrcv.c, - mdk-stage1/dietlibc/include/utmp.h, - mdk-stage1/dietlibc/syscalls.s/sendfile.S, - mdk-stage1/dietlibc/syscalls.s/nice.S, - mdk-stage1/dietlibc/syscalls.s/sigprocmask.S, - mdk-stage1/dietlibc/syscalls.s/select.S, - mdk-stage1/dietlibc/include/sys/mtio.h, - mdk-stage1/dietlibc/i386/strchr.S, mdk-stage1/dietlibc/alpha/divl.S, - mdk-stage1/dietlibc/syscalls.s/sched_rr_get_interval.S, - mdk-stage1/dietlibc/lib/__telldir.c, - mdk-stage1/dietlibc/i386/__testandset.S, - mdk-stage1/dietlibc/lib/remove.c, - mdk-stage1/dietlibc/syscalls.s/sched_get_priority_min.S, - mdk-stage1/dietlibc/lib/fputc.c, mdk-stage1/dietlibc/lib/msgctl.c, - mdk-stage1/dietlibc/alpha/clone.S, mdk-stage1/dietlibc/lib/connect.c, - mdk-stage1/dietlibc/include/sys/un.h, - mdk-stage1/dietlibc/alpha/connect.S, - mdk-stage1/dietlibc/include/termios.h, - mdk-stage1/dietlibc/lib/sigfillset.c, - mdk-stage1/dietlibc/lib/sigismember.c, - mdk-stage1/dietlibc/syscalls.s/dietstat64.S, - mdk-stage1/dietlibc/i386/start.S, mdk-stage1/dietlibc/lib/shmget.c, - mdk-stage1/dietlibc/lib/strtok.c, mdk-stage1/dietlibc/lib/fclose.c, - mdk-stage1/dietlibc/lib/tcsetpgrp.c, - mdk-stage1/dietlibc/sparc/Makefile.add, - mdk-stage1/dietlibc/include/sys/shm.h, mdk-stage1/dietlibc/alpha/send.S, - mdk-stage1/dietlibc/i386/__longjmp.S, mdk-stage1/dietlibc/lib/recvmsg.c, - mdk-stage1/dietlibc/include/inttypes.h, - mdk-stage1/dietlibc/syscalls.s/sched_getscheduler.S, - mdk-stage1/dietlibc/lib/semget.c, mdk-stage1/dietlibc/lib/open64.c, - mdk-stage1/dietlibc/alpha/recvmsg.S, - mdk-stage1/dietlibc/syscalls.s/fork.S, - mdk-stage1/dietlibc/lib/strcasecmp.c, mdk-stage1/dietlibc/lib/htonl.c, - mdk-stage1/dietlibc/lib/accept.c, mdk-stage1/dietlibc/alpha/shmat.S, - mdk-stage1/dietlibc/include/features.h, - mdk-stage1/dietlibc/include/syslog.h, mdk-stage1/dietlibc/lib/isascii.c, - mdk-stage1/dietlibc/syscalls.s/writev.S, - mdk-stage1/dietlibc/lib/fputs.c, - mdk-stage1/dietlibc/alpha/sigprocmask.S, - mdk-stage1/dietlibc/lib/ntohs.c, mdk-stage1/dietlibc/include/sys/uio.h, - mdk-stage1/dietlibc/syscalls.s/nanosleep.S, - mdk-stage1/dietlibc/syscalls.s/creat.S, - mdk-stage1/dietlibc/include/sys/sysinfo.h, - mdk-stage1/dietlibc/lib/atof.c, mdk-stage1/dietlibc/alpha/msgsnd.S, - mdk-stage1/dietlibc/lib/vsprintf.c, mdk-stage1/dietlibc/lib/toupper.c, - mdk-stage1/dietlibc/lib/strlcpy.3, mdk-stage1/dietlibc/lib/sigaddset.c, - mdk-stage1/dietlibc/i386/select.S, mdk-stage1/dietlibc/i386/unified.S, - mdk-stage1/dietlibc/include/dirent.h, - mdk-stage1/dietlibc/include/getopt.h, mdk-stage1/dietlibc/lib/seekdir.c, - mdk-stage1/dietlibc/include/net/route.h, - mdk-stage1/dietlibc/syscalls.s/exit.S, - mdk-stage1/dietlibc/include/pthread.h, - mdk-stage1/dietlibc/lib/sprintf.c, mdk-stage1/dietlibc/alpha/msgget.S, - mdk-stage1/dietlibc/include/limits.h, mdk-stage1/dietlibc/lib/qsort.c, - mdk-stage1/dietlibc/lib/execvp.c, - mdk-stage1/dietlibc/syscalls.s/__reboot.S, - mdk-stage1/dietlibc/lib/stdin.c, - mdk-stage1/dietlibc/syscalls.s/getitimer.S, - mdk-stage1/dietlibc/include/grp.h, mdk-stage1/dietlibc/lib/usleep.c, - mdk-stage1/dietlibc/lib/lstat.c, mdk-stage1/dietlibc/sparc/setjmp.S, - mdk-stage1/dietlibc/sparc/fork.S, - mdk-stage1/dietlibc/syscalls.s/__pread.S, - mdk-stage1/dietlibc/include/sys/poll.h, - mdk-stage1/dietlibc/syscalls.s/personality.S, - mdk-stage1/dietlibc/lib/lseek64.c, mdk-stage1/dietlibc/include/setjmp.h, - mdk-stage1/dietlibc/lib/recv.c, mdk-stage1/dietlibc/include/string.h, - mdk-stage1/dietlibc/include/sys/time.h, mdk-stage1/dietlibc/lib/fstat.c, - mdk-stage1/dietlibc/lib/memcmp.c, mdk-stage1/dietlibc/lib/isupper.c, - mdk-stage1/dietlibc/include/sys/param.h, - mdk-stage1/dietlibc/syscalls.s/__getpagesize.S, - mdk-stage1/dietlibc/lib/exec_lib.c, mdk-stage1/dietlibc/alpha/shmdt.S, - mdk-stage1/dietlibc/include/dlfcn.h, mdk-stage1/dietlibc/lib/isdigit.c, - mdk-stage1/dietlibc/lib/fdopen.c, mdk-stage1/dietlibc/lib/exec_lib.h, - mdk-stage1/dietlibc/lib/__lxstat.c, mdk-stage1/dietlibc/alpha/remq.S, - mdk-stage1/dietlibc/include/sys/kd.h, - mdk-stage1/dietlibc/syscalls.s/read.S, mdk-stage1/dietlibc/lib/fopen.c, - mdk-stage1/dietlibc/syscalls.s/sched_yield.S, - mdk-stage1/dietlibc/include/sys/mman.h, - mdk-stage1/dietlibc/lib/__readdir.c, - mdk-stage1/dietlibc/lib/cfgetospeed.c, - mdk-stage1/dietlibc/lib/__dtostr.c, mdk-stage1/dietlibc/lib/execv.c, - mdk-stage1/dietlibc/alpha/reml.S, - mdk-stage1/dietlibc/syscalls.s/fcntl.S, - mdk-stage1/dietlibc/include/errno.h, mdk-stage1/dietlibc/lib/ferror.c, - mdk-stage1/dietlibc/syscalls.s/ipc.S, - mdk-stage1/dietlibc/syscalls.s/mlockall.S, - mdk-stage1/dietlibc/lib/fgetc.c, mdk-stage1/dietlibc/lib/strtoull.c, - mdk-stage1/dietlibc/include/sys/msg.h, - mdk-stage1/dietlibc/syscalls.s/sigsuspend.S, - mdk-stage1/dietlibc/lib/isgraph.c, mdk-stage1/dietlibc/lib/vsscanf.c, - mdk-stage1/dietlibc/lib/ftell.c, mdk-stage1/dietlibc/include/unistd.h, - mdk-stage1/dietlibc/lib/msgsnd.c, mdk-stage1/dietlibc/lib/semop.c, - mdk-stage1/dietlibc/include/net/if_arp.h, - mdk-stage1/dietlibc/lib/execlp.c, - mdk-stage1/dietlibc/syscalls.s/stat64.S, - mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/dietstdio.h, - mdk-stage1/dietlibc/lib/feof.c, mdk-stage1/dietlibc/lib/opendir.c, - mdk-stage1/dietlibc/syscalls.s/fstat64.S, - mdk-stage1/dietlibc/syscalls.s/sched_setparam.S, - mdk-stage1/dietlibc/include/sys/reboot.h, - mdk-stage1/dietlibc/lib/sigdelset.c, mdk-stage1/dietlibc/lib/execl.c, - mdk-stage1/dietlibc/include/sys/sendfile.h, - mdk-stage1/dietlibc/include/sys/syslog.h, - mdk-stage1/dietlibc/syscalls.s/iopl.S, mdk-stage1/dietlibc/lib/msgget.c, - mdk-stage1/dietlibc/syscalls.s/sched_getparam.S, - mdk-stage1/dietlibc/lib/vsnprintf.c, - mdk-stage1/dietlibc/include/signal.h, - mdk-stage1/dietlibc/syscalls.s/pause.S, - mdk-stage1/dietlibc/include/arpa/inet.h, - mdk-stage1/dietlibc/include/sys/wait.h, - mdk-stage1/dietlibc/alpha/time.S, mdk-stage1/dietlibc/lib/ttyname.c, - mdk-stage1/dietlibc/lib/__lstat64.c, mdk-stage1/dietlibc/lib/__stat64.c, - mdk-stage1/dietlibc/alpha/recv.S, mdk-stage1/dietlibc/lib/fgets.c, - mdk-stage1/dietlibc/lib/strncat.c, mdk-stage1/dietlibc/lib/__lltostr.c, - mdk-stage1/dietlibc/lib/__ltostr.c, - mdk-stage1/dietlibc/sparc/__longjmp.S, mdk-stage1/dietlibc/lib/puts.c, - mdk-stage1/dietlibc/lib/rand.c, mdk-stage1/dietlibc/syscalls.s/fsync.S, - mdk-stage1/dietlibc/include/fnmatch.h, mdk-stage1/dietlibc/lib/fflush.c, - mdk-stage1/dietlibc/lib/htons.c, - mdk-stage1/dietlibc/syscalls.s/sigaltstack.S, - mdk-stage1/dietlibc/include/sys/resource.h, - mdk-stage1/dietlibc/lib/__stat64_cvt.c, - mdk-stage1/dietlibc/lib/localtime.c, - mdk-stage1/dietlibc/alpha/seteuid.c, - mdk-stage1/dietlibc/syscalls.s/stime.S, - mdk-stage1/dietlibc/include/resolv.h, mdk-stage1/dietlibc/lib/__xstat.c, - mdk-stage1/dietlibc/ppc/Makefile.add, - mdk-stage1/dietlibc/sparc/unified.S, mdk-stage1/dietlibc/lib/bsearch.c, - mdk-stage1/dietlibc/include/net/if.h, - mdk-stage1/dietlibc/include/shadow.h, - mdk-stage1/dietlibc/lib/__rewinddir.c, - mdk-stage1/dietlibc/include/daemon.h, mdk-stage1/dietlibc/lib/mkfifo.c, - mdk-stage1/dietlibc/include/paths.h, mdk-stage1/dietlibc/include/pwd.h, - mdk-stage1/dietlibc/lib/strrchr.c, mdk-stage1/dietlibc/lib/__seekdir.c, - mdk-stage1/dietlibc/syscalls.h, mdk-stage1/dietlibc/alpha/shmctl.S, - mdk-stage1/dietlibc/lib/fdglue.c, mdk-stage1/dietlibc/lib/fseek.c, - mdk-stage1/dietlibc/include/regex.h, - mdk-stage1/dietlibc/include/sys/ptrace.h, - mdk-stage1/dietlibc/lib/tcdrain.c, - mdk-stage1/dietlibc/syscalls.s/lstat.S, - mdk-stage1/dietlibc/alpha/semctl.S, mdk-stage1/dietlibc/lib/recvfrom.c, - mdk-stage1/dietlibc/lib/random.c, - mdk-stage1/dietlibc/syscalls.s/times.S, - mdk-stage1/dietlibc/lib/getpgrp.c, mdk-stage1/dietlibc/lib/cfmakeraw.c, - mdk-stage1/dietlibc/lib/stat.c, mdk-stage1/dietlibc/syscalls.s/write.S, - mdk-stage1/dietlibc/syscalls.s/dietlstat64.S, - mdk-stage1/dietlibc/ppc/__testandset.S, - mdk-stage1/dietlibc/include/mntent.h, - mdk-stage1/dietlibc/include/sys/file.h, - mdk-stage1/dietlibc/syscalls.s/fstat.S, - mdk-stage1/dietlibc/syscalls.s/llseek.S, - mdk-stage1/dietlibc/lib/strsep.c, - mdk-stage1/dietlibc/include/sys/stat.h, - mdk-stage1/dietlibc/syscalls.s/munlockall.S, - mdk-stage1/dietlibc/syscalls.s/setpriority.S, - mdk-stage1/dietlibc/include/assert.h, - mdk-stage1/dietlibc/include/strings.h, - mdk-stage1/dietlibc/include/alloca.h, mdk-stage1/dietlibc/lib/gmtime.c, - mdk-stage1/dietlibc/lib/shmat.c, mdk-stage1/dietlibc/lib/__isnan.c, - mdk-stage1/dietlibc/ppc/__longjmp.S, - mdk-stage1/dietlibc/lib/__closedir.c, - mdk-stage1/dietlibc/include/sys/signal.h, - mdk-stage1/dietlibc/lib/rewinddir.c, mdk-stage1/dietlibc/lib/stdout.c, - mdk-stage1/dietlibc/lib/vfprintf.c, mdk-stage1/dietlibc/.cvsignore, - mdk-stage1/dietlibc/lib/telldir.c, mdk-stage1/dietlibc/include/glob.h, - mdk-stage1/dietlibc/lib/tm_conv.c, - mdk-stage1/dietlibc/syscalls.s/reboot.S, - mdk-stage1/dietlibc/syscalls.s/sched_setscheduler.S, - mdk-stage1/dietlibc/syscalls.s/umount2.S, - mdk-stage1/dietlibc/syscalls.s/readv.S, - mdk-stage1/dietlibc/lib/__fxstat.c, - mdk-stage1/dietlibc/include/sys/select.h, - mdk-stage1/dietlibc/syscalls.s/syslog.S, - mdk-stage1/dietlibc/syscalls.s/sysinfo.S, - mdk-stage1/dietlibc/lib/fprintf.c, - mdk-stage1/dietlibc/include/sys/cdefs.h, mdk-stage1/dietlibc/README, - mdk-stage1/dietlibc/lib/fread.c, mdk-stage1/dietlibc/lib/getpwnam.c, - mdk-stage1/dietlibc/syscalls.s/getcwd.S, - mdk-stage1/dietlibc/lib/getservent.c, mdk-stage1/dietlibc/lib/tolower.c, - mdk-stage1/dietlibc/diet.c, mdk-stage1/dietlibc/alpha/recvfrom.S, - mdk-stage1/dietlibc/include/elf.h, mdk-stage1/dietlibc/alpha/sendto.S, - mdk-stage1/dietlibc/lib/fileno.c, mdk-stage1/dietlibc/i386/clone.S, - mdk-stage1/dietlibc/lib/__opendir.c, - mdk-stage1/dietlibc/include/sched.h, mdk-stage1/dietlibc/alpha/__time.c, - mdk-stage1/dietlibc/lib/ispunct.c, mdk-stage1/dietlibc/lib/printf.c, - mdk-stage1/dietlibc/lib/strtod.c, mdk-stage1/dietlibc/lib/strncasecmp.c, - mdk-stage1/dietlibc/lib/__getcwd.c, - mdk-stage1/dietlibc/include/netinet/in.h, - mdk-stage1/dietlibc/lib/shmctl.c, - mdk-stage1/dietlibc/syscalls.s/dietlstat.S, - mdk-stage1/dietlibc/include/arpa/nameser.h, - mdk-stage1/dietlibc/lib/assert_fail.c, mdk-stage1/dietlibc/lib/semctl.c, - mdk-stage1/dietlibc/lib/shmdt.c, mdk-stage1/dietlibc/lib/shutdown.c, - mdk-stage1/dietlibc/lib/setpgrp.c, mdk-stage1/dietlibc/alpha/msgrcv.S, - mdk-stage1/dietlibc/lib/stderr.c, - mdk-stage1/dietlibc/syscalls.s/close.S, - mdk-stage1/dietlibc/syscalls.s/dietfstat.S, - mdk-stage1/dietlibc/include/locale.h, - mdk-stage1/dietlibc/syscalls.s/getpriority.S, - mdk-stage1/dietlibc/lib/__fstat64.c, mdk-stage1/dietlibc/lib/isalpha.c, - mdk-stage1/dietlibc/lib/reboot.c, mdk-stage1/dietlibc/lib/isspace.c, - mdk-stage1/dietlibc/include/sys/mount.h, - mdk-stage1/dietlibc/lib/creat.c, mdk-stage1/dietlibc/syscalls.s/lseek.S, - mdk-stage1/dietlibc/sparc/clone.S, mdk-stage1/dietlibc/dietwarning.h, - mdk-stage1/dietlibc/lib/islower.c, - mdk-stage1/dietlibc/alpha/Makefile.add, mdk-stage1/dietlibc/lib/abort.c, - mdk-stage1/dietlibc/alpha/msgctl.S, mdk-stage1/dietlibc/lib/isalnum.c, - mdk-stage1/dietlibc/include/ctype.h, - mdk-stage1/dietlibc/include/netdb.h, - mdk-stage1/dietlibc/include/memory.h, mdk-stage1/dietlibc/lib/iscntrl.c, - mdk-stage1/dietlibc/i386/Makefile.add, mdk-stage1/dietlibc/lib/getopt.c, - mdk-stage1/dietlibc/syscalls.s/waitpid.S, - mdk-stage1/dietlibc/lib/strtoul.c, - mdk-stage1/dietlibc/syscalls.s/stat.S, - mdk-stage1/dietlibc/syscalls.s/sysctl.S: import new version of dietlibc - - * mdk-stage1/insmod-busybox/busybox.h: fix conflicts with dietlibc headers - - * mdk-stage1/dietlibc/include/stdio.h, - mdk-stage1/dietlibc/include/stdlib.h, - mdk-stage1/dietlibc/include/math.h, - mdk-stage1/dietlibc/include/sys/times.h: have slang and newt compile - with dietlibc - import new version of dietlibc - - * mdk-stage1/Makefile.common: new dietlibc binaries location - - * mdk-stage1/newt-frontend.c: i can compile slang and newt with dietlibc - now - - * mdk-stage1/dietlibc/lib/abs.c: have slang and newt compile with dietlibc - - * mdk-stage1/dhcp.c: Have the wait_message() with the sleep() - - add a sleep(2) after ioctl ifupping so that further operation can - work normally - - more logs - -2001/05/14 kjx - - * share/po/zh_CN.GB2312.po: process untranslated - -2001/05/14 Pixel - - * fs.pm, fsedit.pm, partition_table.pm, install_any.pm: basic xfs handling - -2001/05/11 François Pons - - * tools/oem-prepare: fixed missing package which may be selected on - hardware during real install. - - * rescue/tree/etc/oem: added support to change boot entries when invoking - oem script. - fixed missing SCSI support and driver module loading. - fixed missing speficic packages not installed on HW detected. - -2001/05/08 dam's - - * my_gtk.pm: VBox -> HBox in Embedded mode - - * standalone/mousedrake: code cleaned and debugged - added mouse test. Ugly - -2001/05/08 Guillaume Cottenceau - - * mdk-stage1/stdio-frontend.c: fix minor stuff - re-include correct layout for [] choices, in a smaller way than before - - * mdk-stage1/tools.c: minor fix - needs to poll() for available data before loading ramdisk because ftp - transfers would fail in some situations - - * mdk-stage1/init.c: new maxim - - * mdk-stage1/config-stage1.h: adjust COMPRESSION_RATIO so that last star - is printed when last blocks of file are read - - * mdk-stage1/dhcp.c: use poll() rather than select() to win some bytesCVS: - ---------------------------------------------------------------------- - -2001/05/08 siegel - - * share/po/de.po: fixed plenty ugly typos - -2001/05/07 Pablo Saratxaga - - * share/po/pt_BR.po: updated Brazilian file - -2001/05/07 yduret - - * docs/README.devel: fix one typo - - * any.pm, bootloader.pm: updated install_lilo() according to new lilo - package - (/boot/lilo-{menu,graphic,text}) - -2001/05/06 dam's - - * netconnect.pm: corrected bad output and bad adsl script - -2001/05/06 Stew Benedict - - * install2.pm: workaround for msec hang on PPC - -2001/05/04 Guillaume Cottenceau - - * share/rpmsrate: KDE+SOUND -> 4 xmms-arts - -2001/05/04 tvignaud - - * mdk-stage1/mar/mar-extract-only.c: text size micro-opt - -2001/05/04 Guillaume Cottenceau - - * share/rpmsrate: KDE+SOUND -> 4 xmms-arts - -2001/05/04 Stew Benedict - - * c/smp.c, keyboard.pm, Xconfigurator.pm: force XF4 in expert too for PPC, - don't run xmodmap, PPC SMP routine placeholder - -2001/05/04 tvignaud - - * mdk-stage1/mar/mar-extract-only.c: text size micro-opt - -2001/04/30 Guillaume Cottenceau - - * mdk-stage1/stdio-frontend.c: nicer layout for progressbar and - statusreport, when update_progression - Provide some description of the drivers - - * docs/HACKING: fix - pserver -> ext - - * mdk-stage1/tools.c, mdk-stage1/Makefile, mdk-stage1/tools.h, - mdk-stage1/newt-frontend.c, mdk-stage1/modules_descr.h, - mdk-stage1/modules.c: Provide some description of the drivers - -2001/04/30 Pixel - - * docs/README: s/gi.tar.bz2/DrakX-*.src.rpm/ - - * docs/advocacy: fuck'em all - -2001/04/26 François Pons - - * docs/README.devel, docs/README: added some more comments for DrakX code - source and usage. - -2001/04/25 François Pons - - * tools/oem-prepare: fixed use of VERSION file to find language. - prepare a oem disk to be used by moving all files that will not be - installed by oem (oem-master disk preparation). - - * rescue/tree/etc/closurepkgs, rescue/tree/etc/part_and_bootloader: fixed - usage of free space on disk, added NVIDIA packages to install. - - * rescue/tree/etc/oem-server: added missing VERSION file. - fixed usage of free space on disk, added NVIDIA packages to install. - - * rescue/tree/etc/oem: added missing autologin package. - added option to enable oem mode. - added missing VERSION file. - fixed usage of free space on disk, added NVIDIA packages to install. - -2001/04/24 Guillaume Cottenceau - - * mdk-stage1/Makefile: version is labelled "cooker" - -2001/04/19 Guillaume Cottenceau - - * tools/serial_probe/serial.c, tools/serial_probe/serial_probe.c: - integrate fg's fixes for includes - -2001/04/19 Stew Benedict - - * rescue/list.sparc, rescue/list.i386, rescue/list.ppc, rescue/list.alpha, - rescue/list: move /sbin/sfdisk to list.arch, update both list.ppc - -2001/04/18 Guillaume Cottenceau - - * mdk-stage1/network.c: fix bug that trashes the network config of stage1 - during stage2, when no DNS is provided - -2001/04/18 dam's - - * standalone/net_monitor: last corrections - - * standalone/draknet, netconnect.pm: last corrections - corrected internet connection test, and parameters editing - - * install_steps_gtk.pm: corrected cursor on details - -2001/04/18 Frederic Lepied - - * share/rpmsrate: * put am-utils and autofs in NETWORKING_FILE - * drakprofile in level 1 - * swapped tkinter and python-devel - * vnc-server in NETWORKING_REMOTE_ACCESS_SERVER - * vnc-SVGALIB in level 2 - -2001/04/17 dam's - - * standalone/mousedrake: fixed embedded - - * bootlook.pm: chmoded autologin - -2001/04/17 François Pons - - * any.pm: restored grub as everything seems fine. - - * rescue/tree/etc/oem-server: fixed swap size instead of inst size for - swap gap. - make sure kernel will be selected. - - * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. - make sure kernel is selected. - - * install_steps_interactive.pm: fixed missing mouse update in summary. - -2001/04/17 Guillaume Cottenceau - - * share/rpmsrate: fix 75dpi-fonts bug with MAKEDEV - -2001/04/17 Pablo Saratxaga - - * standalone/draknet: fixed typo - - * 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/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/nl.po, share/po/ja.po, share/po/wa.po, - share/po/sv.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/vi.po, share/po/br.po, - share/po/gl.po, share/po/ca.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 Basque file - -2001/04/17 Pixel - - * install_steps_interactive.pm (setRootPassword): better ensure - 'broadcast' insteaf of overriding - (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still - means no NIS - - * any.pm (setupBootloader): remove a warning - -2001/04/17 warly - - * share/rpmsrate: put MAKEDEV at end of line - -2001/04/17 dam's - - * standalone/mousedrake: fixed embedded - - * bootlook.pm: chmoded autologin - -2001/04/17 François Pons - - * any.pm: restored grub as everything seems fine. - - * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. - make sure kernel is selected. - fixed parted problem. - - * rescue/tree/etc/oem-server: fixed swap size instead of inst size for - swap gap. - make sure kernel will be selected. - - * install_steps_interactive.pm: fixed missing mouse update in summary. - -2001/04/17 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/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/nl.po, share/po/ja.po, share/po/wa.po, - share/po/sv.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/vi.po, share/po/br.po, - share/po/gl.po, share/po/ca.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 Basque file - -2001/04/17 Pixel - - * install_steps_interactive.pm (setRootPassword): better ensure - 'broadcast' insteaf of overriding - (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still - means no NIS - - * any.pm (setupBootloader): remove a warning - -2001/04/17 dam's - - * bootlook.pm: chmoded autologin - -2001/04/17 François Pons - - * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. - make sure kernel is selected. - fixed parted problem. - - * rescue/tree/etc/oem-server: fixed swap size instead of inst size for - swap gap. - make sure kernel will be selected. - -2001/04/17 Pixel - - * install_steps_interactive.pm (setRootPassword): better ensure - 'broadcast' insteaf of overriding - (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still - means no NIS - - * any.pm (setupBootloader): remove a warning - -2001/04/17 dam's - - * bootlook.pm: chmoded autologin - -2001/04/17 François Pons - - * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. - make sure kernel is selected. - fixed parted problem. - - * rescue/tree/etc/oem-server: fixed swap size instead of inst size for - swap gap. - make sure kernel will be selected. - -2001/04/17 Pixel - - * install_steps_interactive.pm (setRootPassword): set NIS to broadcast - when NIS asked. Empty NIS still means no NIS - - * any.pm (setupBootloader): remove a warning - -2001/04/16 dam's - - * any.pm: removed Grub if Embedded - -2001/04/16 dam's - - * netconnect.pm: minor bug. - - * any.pm: removed Grub if Embedded - -2001/04/16 dam's - - * standalone/net_monitor: updated - updated - - * network.pm: dhcpd -> dhcpcd - - * Xconfigurator.pm: added nice monitor.png - - * netconnect.pm: minor bug. - dhcpd -> dhcpcd - - * standalone/draknet: updated - - * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, - pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, - pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, - pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, - pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, - pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, - pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop - removed for readd in kb - - * my_gtk.pm: corrected typo - added grey fix for contreol-center - -2001/04/16 François Pons - - * rescue/tree/etc/oem: added missing rio500 in closure. - finally fixed menu by generating /etc/rpm/macros file. - added missing LF. - now fixed menu problems. - try another fix for RPM_INSTALL_LANG as first fr_FR:fr instead of - fr:fr_FR. - really disable server. - maybe fixed RPM_INSTALL_LANG (from "fr" to "fr:fr_FR" for french). - fixed to avoid nasty message in wrong places. - moved warning message around. - fixed wrong LOCALES"...". - fixed lang weirdness, fixed minimal size of / partition to be more - confortable, - fixed default language for starting DrakX after. - - * Xconfig.pm: fixed standalone error for wacom weirdness. - fixed HASH() in /etc/X11/XF86Config*. - - * fs.pm: restored not neccessary to load reiserfs for formating. - loading reiserfs module before formatting. - -2001/04/16 Guillaume Cottenceau - - * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, - pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for - XFdrake - - * mdk-stage1/TECH-INFOS: update doc - - * share/po/fr.po: fix minor thing - -2001/04/16 Pixel - - * share/compssUsers: remove BURNER from Utilities - -2001/04/16 warly - - * share/rpmsrate: lower portsentry - -2001/04/16 dam's - - * Xconfigurator.pm: added nice monitor.png - - * standalone/net_monitor: updated - - * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, - pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, - pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, - pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, - pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, - pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, - pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop - removed for readd in kb - - * my_gtk.pm: corrected typo - added grey fix for contreol-center - -2001/04/16 François Pons - - * Xconfig.pm: fixed standalone error for wacom weirdness. - fixed HASH() in /etc/X11/XF86Config*. - - * rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to - "fr:fr_FR" for french). - fixed to avoid nasty message in wrong places. - moved warning message around. - fixed wrong LOCALES"...". - fixed lang weirdness, fixed minimal size of / partition to be more - confortable, - fixed default language for starting DrakX after. - -2001/04/16 Guillaume Cottenceau - - * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, - pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for - XFdrake - -2001/04/16 Pixel - - * share/compssUsers: remove BURNER from Utilities - -2001/04/16 warly - - * share/rpmsrate: lower portsentry - -2001/04/16 dam's - - * standalone/draknet: bugfix - added update thread - corrected bad install package. - updated expert mode - - * network.pm, install_steps.pm: corrected bad install package. - - * Xconfigurator.pm: added nice monitor.png - - * tinyfirewall.pm: corrected package installation - - * standalone/net_monitor: updated - - * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, - pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, - pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, - pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, - pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, - pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, - pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop - removed for readd in kb - - * my_gtk.pm: corrected typo - added grey fix for contreol-center - - * netconnect.pm: debug - corrected bad install package. - -2001/04/16 François Pons - - * Xconfig.pm: fixed standalone error for wacom weirdness. - fixed HASH() in /etc/X11/XF86Config*. - - * rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to - "fr:fr_FR" for french). - fixed to avoid nasty message in wrong places. - moved warning message around. - fixed wrong LOCALES"...". - fixed lang weirdness, fixed minimal size of / partition to be more - confortable, - fixed default language for starting DrakX after. - -2001/04/16 Guillaume Cottenceau - - * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, - pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for - XFdrake - -2001/04/16 Pixel - - * share/compssUsers: remove BURNER from Utilities - - * install_any.pm (g_auto_install): do not take 'mkbootdisk' - -2001/04/16 warly - - * share/rpmsrate: lower portsentry - -2001/04/15 fabman - - * share/po/es.po: updates - -2001/04/15 Guillaume Cottenceau - - * share/po/fr.po: fix minor typo - -2001/04/15 Pablo Saratxaga - - * share/po/gl.po: updated Galician file - -2001/04/15 Pixel - - * install_steps_gtk.pm (reallyChooseGroups): translate path (eg: - Workstation, Server) to make gg happy - -2001/04/15 fabman - - * share/po/es.po: updates - -2001/04/15 fcrozat - - * share/rpmsrate: Add mozilla-mail and mozilla-irc to correct categories - -2001/04/15 Guillaume Cottenceau - - * share/po/fr.po: fix minor typo - -2001/04/15 Pablo Saratxaga - - * share/po/sv.po, share/po/ko.po: Updated Swedish and Korean files - -2001/04/15 Pixel - - * install_steps_gtk.pm (reallyChooseGroups): translate path (eg: - Workstation, Server) to make gg happy - - * printerdrake.pm (main): restore the "Ok" button for the queues - manipulation - - * any.pm (write_passwd_user): fix use of local - - * interactive.pm (ask_from_entries_refH_powered_normalize): add an eval - around "require log" to keep perl from going totally mad (getting things - like v18.843.482 required--this is only v5.6.0) - -2001/04/15 yduret - - * bootlook.pm: bug fix: if cancel pressed in lilo/grub choice => return to - mcc normally - fix layout & size - -2001/04/14 dam's - - * netconnect.pm: corrected isdn detect display - - * standalone/net_monitor, standalone/draknet: wait 10 sec, instead of 7 - -2001/04/14 François Pons - - * rescue/tree/etc/oem: changed priority level from 2 to 4 for rate - selection of packages. - - * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. - -2001/04/14 Pixel - - * pkgs.pm (naughtyServers): add apache - - * install_gtk.pm (createXconf): ensure the mouse device is created (mainly - for auto_inst) - - * install_steps_interactive.pm (exitInstall): fix bad i18n of Replay - button (thx2submarine) - -2001/04/14 warly - - * share/rpmsrate: lower viavoicemenu to 1 to avoid error message for - powerpack boxes without ViaVoice - -2001/04/14 François Pons - - * rescue/tree/etc/oem: changed priority level from 2 to 4 for rate - selection of packages. - - * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. - -2001/04/14 Pixel - - * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's - test) - - * Xconfigurator.pm (use vars): fix stew sux - (testFinalConfig): nicer stderr handling - - * interactive_gtk.pm, interactive_newt.pm (exit): fix the exit code - -2001/04/14 François Pons - - * install_any.pm: fixed to gzip synthesis file. - safe guard generation of synthesis file. - fixed umask on urpmi list file and generate synthesis file for each - hdlist. - - * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. - -2001/04/14 Pixel - - * install_steps_interactive.pm (configureX): fix link /etc/gtk (to - /mnt/etc/gtk) instead of /etc/gtkrc - - * any.pm (autologin): spurious messages of chksession -> dave nul - - * interactive_newt.pm (exit): fix the exit code - (wait_message_endW): don't log "none stacked wait-messages" (as a lot of - them exist...) - (waitbox): remove spurious '0' in wait_messages - - * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's - test) - - * Xconfigurator.pm (use vars): fix stew sux - (testFinalConfig): nicer stderr handling - - * interactive_gtk.pm (exit): fix the exit code - -2001/04/14 warly - - * share/compssUsers, share/list, share/rpmsrate: add icons in compssUser - and list - -2001/04/14 François Pons - - * install_any.pm: fixed to gzip synthesis file. - safe guard generation of synthesis file. - fixed umask on urpmi list file and generate synthesis file for each - hdlist. - -2001/04/14 Pixel - - * install_steps_interactive.pm (configureX): fix link /etc/gtk (to - /mnt/etc/gtk) instead of /etc/gtkrc - - * any.pm (autologin): spurious messages of chksession -> dave nul - - * interactive_newt.pm (exit): fix the exit code - (wait_message_endW): don't log "none stacked wait-messages" (as a lot of - them exist...) - (waitbox): remove spurious '0' in wait_messages - - * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's - test) - - * Xconfigurator.pm (use vars): fix stew sux - (testFinalConfig): nicer stderr handling - - * interactive_gtk.pm (exit): fix the exit code - -2001/04/14 Stew Benedict - - * Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm: updates to X, mouse - setup for PPC - -2001/04/14 warly - - * share/compssUsers, share/list, share/rpmsrate: add icons in compssUser - and list - -2001/04/13 dam's - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * Xconfigurator.pm: corrected - updated - updated message - - * standalone/draknet: message corrected - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * rescue/tree/etc/oem: avoid locking cdrom for oem (compssUsers file still - opened). - -2001/04/13 Pablo Saratxaga - - * share/po/no.po: Updated Norwegian file - Updated po files - - * 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/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/nl.po, share/po/ja.po, share/po/wa.po, - share/po/sv.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/zh_CN.GB2312.po, share/po/th.po, share/po/el.po, - share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/br.po, - share/po/gl.po, share/po/ca.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 po files - -2001/04/13 Pixel - - * Xconfigurator.pm (main): reverse message - - * install_steps_gtk.pm (installPackages): hide Details button sooner - (installPackages): do not show button "Details" when no advertising - - * Xconfigurator_consts.pm: do not set XkbVariant "winkeys" for - ru(winkeys), it is redondant - - * interactive_gtk.pm (ask_from_entries_refW): set_default_size width 250 - - * any.pm (ask_users): do not have an empty icon. better not ask for icon - if no icon - -2001/04/13 siegel - - * share/po/de.po: updates - -2001/04/13 dam's - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * Xconfigurator.pm: corrected - updated - updated message - - * standalone/draknet: message corrected - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * rescue/tree/etc/oem: avoid locking cdrom for oem (compssUsers file still - opened). - - * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is - available. - fixed very old typo not encountered before; - -2001/04/13 Pixel - - * Xconfigurator.pm (main): reverse message - - * install_steps_gtk.pm (installPackages): hide Details button sooner - (installPackages): do not show button "Details" when no advertising - - * Xconfigurator_consts.pm: do not set XkbVariant "winkeys" for - ru(winkeys), it is redondant - - * interactive_gtk.pm (ask_from_entries_refW): set_default_size width 250 - - * any.pm (ask_users): do not have an empty icon. better not ask for icon - if no icon - -2001/04/13 warly - - * share/compssUsers: add ssh server in Network Computer Server - -2001/04/13 dam's - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * Xconfigurator.pm: corrected - updated - updated message - - * standalone/draknet: message corrected - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is - available. - fixed very old typo not encountered before; - -2001/04/13 Pixel - - * common.pm (backtrace): created - - * install_steps_interactive.pm (addUser): remove the setting of - $o->{autologin}, now done in any::autologin - - * install_steps_gtk.pm (installPackages): hide Details button sooner - (installPackages): do not show button "Details" when no advertising - - * install2.pm (miscellaneous): add setting KEYBOARD=yes in - /etc/sysconfig/usb as asked by Lord Chmou - - * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty - list instead of dying (for 8.0 only, should be switched back to die) - (ask_from_listf): display the backtrace when empty list - - * any.pm (ask_users): add the empty icon - (autologin): fix - -2001/04/13 warly - - * share/compssUsers: add ssh server in Network Computer Server - -2001/04/13 dam's - - * Xconfigurator.pm: updated - updated message - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * standalone/draknet: message corrected - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is - available. - fixed very old typo not encountered before; - -2001/04/13 Pixel - - * common.pm (backtrace): created - - * install_steps_interactive.pm (addUser): remove the setting of - $o->{autologin}, now done in any::autologin - - * install2.pm (miscellaneous): add setting KEYBOARD=yes in - /etc/sysconfig/usb as asked by Lord Chmou - - * install_steps_gtk.pm (installPackages): do not show button "Details" - when no advertising - - * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty - list instead of dying (for 8.0 only, should be switched back to die) - (ask_from_listf): display the backtrace when empty list - - * any.pm (ask_users): add the empty icon - (autologin): fix - -2001/04/13 warly - - * share/compssUsers: add ssh server in Network Computer Server - -2001/04/13 dam's - - * Xconfigurator.pm: updated - updated message - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * standalone/draknet: message corrected - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is - available. - fixed very old typo not encountered before; - -2001/04/13 Pixel - - * common.pm (backtrace): created - - * install_steps_interactive.pm (addUser): remove the setting of - $o->{autologin}, now done in any::autologin - - * install2.pm (miscellaneous): add setting KEYBOARD=yes in - /etc/sysconfig/usb as asked by Lord Chmou - - * install_steps_gtk.pm (installPackages): do not show button "Details" - when no advertising - - * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty - list instead of dying (for 8.0 only, should be switched back to die) - (ask_from_listf): display the backtrace when empty list - - * any.pm (ask_users): add the empty icon - (autologin): fix - -2001/04/13 warly - - * share/compssUsers: add ssh server in Network Computer Server - -2001/04/13 dam's - - * Xconfigurator.pm: updated - updated message - - * standalone/draknet: message corrected - updated - - * netconnect.pm: net_cnx_up/down xritten in neuneu - - * bootlook.pm: embedded = 0 -> local - -2001/04/13 fabman - - * share/po/es.po: synchro with EN - -2001/04/13 François Pons - - * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is - available. - fixed very old typo not encountered before; - -2001/04/13 Pixel - - * common.pm (backtrace): created - - * install_steps_interactive.pm (addUser): remove the setting of - $o->{autologin}, now done in any::autologin - - * install2.pm (miscellaneous): add setting KEYBOARD=yes in - /etc/sysconfig/usb as asked by Lord Chmou - - * install_steps_gtk.pm (installPackages): do not show button "Details" - when no advertising - - * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty - list instead of dying (for 8.0 only, should be switched back to die) - (ask_from_listf): display the backtrace when empty list - - * any.pm (ask_users): add the empty icon - (autologin): fix - -2001/04/13 warly - - * share/compssUsers: add ssh server in Network Computer Server - add DATABASES to Database - add icons for server - -2001/04/13 dam's - - * network.pm: updated wireless configuration - - * netconnect.pm: corrected loop in isdn + other things - - * bootlook.pm: embedded = 0 -> local - - * standalone/draknet: updated - added delete event - -2001/04/13 François Pons - - * netconnect.pm: fixed syntax error :-) - - * install_steps.pm, install_steps_gtk.pm: added conditional update-menus - if package are installed. - - * install_steps_interactive.pm: added conditional update-menus if package - are installed. - make sure update-menus is called after installing cups related packages. - -2001/04/13 Pablo Saratxaga - - * share/po/hr.po, share/po/fr.po, share/po/sv.po, share/po/hu.po: Updated - Croatian and Swedish files - - * share/po/sl.po, share/po/cy.po, share/po/ca.po, share/po/ga.po, - share/po/is.po, share/po/cs.po: Removed po files with too low leve lof - translating ( < 60% ) - so they are not included on final CD - -2001/04/13 Pixel - - * common.pm (backtrace): created - - * install_steps_interactive.pm (addUser): remove the setting of - $o->{autologin}, now done in any::autologin - - * bootlook.pm: don't use Locale::GetText, use DrakX's i18n - - * install2.pm (miscellaneous): add setting KEYBOARD=yes in - /etc/sysconfig/usb as asked by Lord Chmou - - * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty - list instead of dying (for 8.0 only, should be switched back to die) - (ask_from_listf): display the backtrace when empty list - - * my_gtk.pm (new): make dams happy - - * any.pm (ask_users): add the empty icon - (autologin): fix - -2001/04/13 warly - - * share/compssUsers: add DATABASES to Database - add icons for server - -2001/04/12 Guillaume Cottenceau - - * mdk-stage1/dhcp.c: remove unnecessary redhat history code - -2001/04/12 François Pons - - * install_any.pm: fixed wrong kernel version extraction (typically for - upgrade). - - * install_steps_interactive.pm: removed Cancel of Summary. - fixed ask printer configuration. - - * detect_devices.pm: fix Hewlett-Packard to HP in case. - - * standalone/printerdrake: never ask to configure a printer in standalone. - - * printerdrake.pm: automatically add a queue if nothing exists. - fixed ask to configure a printer. - - * interactive.pm: removed strict die on empty list. - - * live_install2: added some gtk and gdk_imlib missing variables. - - * live_install: removed gtk variable for data, moved to second script. - - * modules.pm, commands.pm, lang.pm, pkgs.pm, keyboard.pm: fixed log of - packdrake. - -2001/04/12 Guillaume Cottenceau - - * mdk-stage1/dhcp.c: remove unneeded #define - - * standalone/drakgw: add some rule so later on tinyfirewall will not - prevent everything from working - - * share/po/fr.po: minor fix - write some ppc translations - -2001/04/12 Pablo Saratxaga - - * share/po/it.po: Updated Italian file - -2001/04/12 Pixel - - * printer.pm: use run_program and remove "require run_program"s - - * my_gtk.pm (main): only accept X (gdk) events key_press, key_release and - exposure (so - that not to receive motion_notify which would generate focus_out in - non-interesting cases) - - * interactive.pm (ask_from_entries_refH_powered_normalize): fix the test - for empty lists - (ask_from_entries_refH_powered_normalize): - - when not_edit and empty list, die. - - when not_edit and single element list, don't display that entry. - - * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" - - * modules.pm (configure_pcmcia): better handling for not running cardmgr - many times - (configure_pcmcia): always run cardmgr so that it is run even if stage1 - did create a /var/run/stab. This is just a try :-/ - -2001/04/12 dam's - - * netconnect.pm: if neuneu but explicited clicked, don't skip - corrected pcmcia driver - -2001/04/12 François Pons - - * install_steps_interactive.pm: removed Cancel of Summary. - fixed ask printer configuration. - - * common.pm: improved bestMatchSentence2. - - * detect_devices.pm: fix Hewlett-Packard to HP in case. - - * standalone/printerdrake: never ask to configure a printer in standalone. - - * printerdrake.pm: automatically add a queue if nothing exists. - fixed ask to configure a printer. - - * interactive.pm: removed strict die on empty list. - - * modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of - packdrake. - -2001/04/12 Guillaume Cottenceau - - * standalone/drakgw: add some rule so later on tinyfirewall will not - prevent everything from working - - * share/po/fr.po: write some ppc translations - un-dadouize a problem - -2001/04/12 Pablo Saratxaga - - * share/po/it.po: Updated Italian file - -2001/04/12 Pixel - - * install_steps_gtk.pm (installPackages): fix no advertising with less - than 20MB of packages - - * interactive.pm (ask_from_entries_refH_powered_normalize): - - when not_edit and empty list, die. - - when not_edit and single element list, don't display that entry. - - * install_steps_interactive.pm (configureX): fix for X test at install - with exotic fonts - - * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" - - * modules.pm (configure_pcmcia): better handling for not running cardmgr - many times - (configure_pcmcia): always run cardmgr so that it is run even if stage1 - did create a /var/run/stab. This is just a try :-/ - -2001/04/12 dam's - - * bootlook.pm: corrected typo - added use bootloader - - * standalone/net_monitor: typo - - * netconnect.pm: if neuneu but explicited clicked, don't skip - corrected pcmcia driver - corrected typo - - * lang.pm: pixel sux - - * network.pm, standalone/draknet: corrected network connection - - * my_gtk.pm: corrected set_modal - -2001/04/12 fabman - - * share/po/es.po: updated spanish .po files - -2001/04/12 François Pons - - * install_steps_interactive.pm: removed Cancel of Summary. - fixed ask printer configuration. - - * common.pm: improved bestMatchSentence2. - - * detect_devices.pm: fix Hewlett-Packard to HP in case. - - * standalone/printerdrake: never ask to configure a printer in standalone. - - * printerdrake.pm: automatically add a queue if nothing exists. - fixed ask to configure a printer. - - * modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of - packdrake. - -2001/04/12 Guillaume Cottenceau - - * share/po/fr.po: un-dadouize a problem - sync - -2001/04/12 Pablo Saratxaga - - * share/po/sp.po, share/po/fi.po, share/po/DrakX.pot, - share/po/zh_CN.GB2312.po, share/po/es.po, share/po/fr.po, - share/po/sr.po, share/po/de.po, share/po/el.po, share/po/et.po, - share/po/sk.po, share/po/eu.po, share/po/sl.po, share/po/vi.po, - share/po/ko.po, share/po/eo.po, share/po/ja.po, share/po/wa.po, - share/po/sv.po, share/po/da.po, share/po/is.po, share/po/zh_TW.Big5.po, - share/po/id.po: Updated Chinese file - - * share/po/it.po: Updated Italian file - Updated Chinese file - -2001/04/12 Pixel - - * install_steps_gtk.pm (installPackages): fix no advertising with less - than 20MB of packages - - * interactive.pm (ask_from_entries_refH_powered_normalize): - - when not_edit and empty list, die. - - when not_edit and single element list, don't display that entry. - - * install_steps_interactive.pm (configureX): fix for X test at install - with exotic fonts - - * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" - - * modules.pm (configure_pcmcia): better handling for not running cardmgr - many times - (configure_pcmcia): always run cardmgr so that it is run even if stage1 - did create a /var/run/stab. This is just a try :-/ - -2001/04/12 siegel - - * share/po/de.po: new german version - -2001/04/12 yduret - - * bootlook.pm: added some stuff - -2001/04/11 dam's - - * my_gtk.pm: no setmodal 0 if wizard - -2001/04/12 dam's - - * bootlook.pm: corrected typo - added use bootloader - - * netconnect.pm: corrected typo - -2001/04/12 fabman - - * share/po/es.po: updated spanish .po files - -2001/04/12 siegel - - * share/po/de.po: new german version - -2001/04/11 dam's - - * share/themes-mdk.rc: tooltips - - * netconnect.pm: updated - - * my_gtk.pm: no setmodal 0 if wizard - -2001/04/11 Pixel - - * install_steps_gtk.pm (reallyChooseGroups): relook - - * install_steps_interactive.pm (chooseGroups): warn if chosen size is too - big - - * share/compssUsers: adapt for new profile choosing layout - -2001/04/11 yduret - - * bootlook.pm: bug fix in autologin - -2001/04/11 dam's - - * share/themes-mdk.rc: tooltips - - * bootlook.pm: updated - corrected - - * tinyfirewall.pm: installation of package : not at the same place - - * netconnect.pm: updated - added driver for pcmcia, corrected eth conf for pppoe - -2001/04/11 François Pons - - * install_any.pm: added missing LD_LOADER for calling rpm. - - * printerdrake.pm: fixed probe on kernel 2.4. - make printer devices more accurate. - removed limitation to only one port probed - - * pkgs.pm: added missing use of LD_LOADER for starting parsehdlist on - upgrade. - - * detect_devices.pm: avoid need of shell for live upgrade on serial_probe - (removed 2>/dev/null which - is not necessary). - fixed printer probe (usb and parallel). - - * mouse.pm: fix wacom usb tablet - - * standalone/printerdrake: added missing take into account of - /etc/modules.conf - - * lang.pm: added missing LD_LOADER reference and remove old code - commented. - -2001/04/11 Guillaume Cottenceau - - * share/po/fr.po: unfuzzyize - sync with new msg in services.pm and compssUsers - sync with pablo update - fixes of translations - write the shitload of untranslated and fuzzy msg - - * standalone/tinyfirewall: i18n title - - * services.pm: have many more services tooltipped from here so we can get - translations afterwards - - * share/compssUsers: fix typos of rpmsrate groups - - * standalone/drakgw: kosmetik - do i18n for title also - -2001/04/11 Pablo Saratxaga - - * share/rpmsrate: Added reference to netscape-chinese_big5 file - - * share/po/DrakX.pot, share/po/wa.po: Updated Walloon file - Updated po files - Updated Slovak, Walloon and Polish files - - * share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po, - share/po/ko.po, share/po/ja.po, share/po/is.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/zh_CN.GB2312.po, share/po/sk.po, share/po/vi.po, - share/po/ca.po, share/po/cs.po: Updated po files - Updated Slovak, Walloon and Polish files - - * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/ga.po, - share/po/sr.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/cy.po, share/po/nl.po, share/po/sv.po, share/po/hu.po, - share/po/no.po, share/po/th.po, share/po/el.po, share/po/lt.po, - share/po/sl.po, share/po/br.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/af.po: Updated po files - -2001/04/11 Pixel - - * run_program.pm (rooted): don't call install_any::check_prog if rooted - - * standalone/drakboot: make it work (why was bootloader::install - commented?) - - * share/compssUsers: adapt for new profile choosing layout - - * Makefile: take cardmgr-* - - * install_steps_interactive.pm (chooseGroups): warn if chosen size is too - big - translate the ``path'' in profile selection - - * share/po/i18n_compssUsers: relooking - - * any.pm (setupBootloader): translate the bootloaders to use - (setupBootloader): nicer look&feel - - * install_any.pm (fsck_option): add a closing ``"'' so that strings to - i18n extraction works - (fsck_option): add a closing ``"'' so that strings to i18n extraction - works - (check_prog): make it work - - * install_steps_gtk.pm (reallyChooseGroups): relook - (installPackages): pressing "Details" gives you more detailed info - (reallyChooseGroups): start relooking - (installPackages): don't display advertising if less 20MB of packages - translate the ``path'' in profile selection - -2001/04/11 warly - - * share/compssUsers: Add descr for servers - -2001/04/11 François Pons - - * printerdrake.pm: make printer devices more accurate. - removed limitation to only one port probed - - * mouse.pm: fix wacom usb tablet - - * standalone/printerdrake: added missing take into account of - /etc/modules.conf - - * detect_devices.pm: fixed printer probe (usb and parallel). - -2001/04/11 Guillaume Cottenceau - - * services.pm: have many more services tooltipped from here so we can get - translations afterwards - - * share/po/fr.po: write the shitload of untranslated and fuzzy msg - - * share/compssUsers: fix typos of rpmsrate groups - -2001/04/11 Pixel - - * run_program.pm (rooted): don't call install_any::check_prog if rooted - - * diskdrake.pm (More): fix exception relaunching - - * install_any.pm (check_prog): make it work - - * any.pm (setupBootloader): nicer look&feel - - * standalone/drakboot: make it work (why was bootloader::install - commented?) - - * Makefile: take cardmgr-* - -2001/04/11 fabman - - * share/po/es.po: updated spanish .po file - -2001/04/11 François Pons - - * printerdrake.pm: make printer devices more accurate. - removed limitation to only one port probed - - * mouse.pm: fix wacom usb tablet - - * standalone/printerdrake: added missing take into account of - /etc/modules.conf - - * detect_devices.pm: fixed printer probe (usb and parallel). - -2001/04/11 Guillaume Cottenceau - - * share/po/fr.po: write the shitload of untranslated and fuzzy msg - -2001/04/11 Pixel - - * tools/make_mdkinst_stage2: to lighten mdkinst_stage2: - - completly remove po's (will be getFile'd) - - remove LVM progs, resize_reiserfs, big fonts (will be getFile'd) - - * standalone/drakboot: make it work (why was bootloader::install - commented?) - - * share/aliases: add rmmod -> insmod_ - - * lang.pm (get_x_fontset): special cases for some big (size) fonts - - * Makefile: take cardmgr-* - - * install_any.pm (check_prog): make it work - (check_prog): if a prog isn't available, try to fetch it via getFile - (remove_bigseldom_used): created, purpose: remove unneeded stuff on - stage2 - to allow a getAndSaveFile. - (getAndSaveFile): if only one arg is given, assume the name is the same - - * standalone/XFdrake: fix bug for running xfs - - * any.pm (setupBootloader): nicer look&feel - - * diskdrake.pm (More): fix exception relaunching - check resize_reiserfs is there or get it - - * run_program.pm (rooted): don't call install_any::check_prog if rooted - in install, call install_any::check_prog to allow shadow progs which are - fetched when needed via getFile - - * share/list: remove rmmod (is now a symlink) - -2001/04/11 siegel - - * share/po/de.po: updated german version - -2001/04/10 Pablo Saratxaga - - * share/po/ca.po: Updated Catalan file - -2001/04/10 Pixel - - * Makefile: - - fix wiz_*.png removing - - fix copying cardmgr* which included cardmgr.o - -2001/04/11 Pixel - - * tools/make_mdkinst_stage2: to lighten mdkinst_stage2: - - completly remove po's (will be getFile'd) - - remove LVM progs, resize_reiserfs, big fonts (will be getFile'd) - - * standalone/XFdrake: fix bug for running xfs - - * diskdrake.pm: check resize_reiserfs is there or get it - - * share/aliases: add rmmod -> insmod_ - - * install_any.pm (check_prog): if a prog isn't available, try to fetch it - via getFile - (remove_bigseldom_used): created, purpose: remove unneeded stuff on - stage2 - to allow a getAndSaveFile. - (getAndSaveFile): if only one arg is given, assume the name is the same - - * share/list: remove rmmod (is now a symlink) - - * run_program.pm: in install, call install_any::check_prog to allow shadow - progs which are - fetched when needed via getFile - - * lang.pm (get_x_fontset): special cases for some big (size) fonts - -2001/04/10 dam's - - * netconnect.pm: corrected bad network restart - - * my_gtk.pm: corrected bad font - - * network.pm: get rid of ifcfg- - minor correction - -2001/04/10 François Pons - - * install_steps_interactive.pm: fixed selection of CDs. - - * devices.pm: added input/event class of devices (necessary for usb wacom - at install) - -2001/04/10 Guillaume Cottenceau - - * mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, - mdk-stage1/mkinitrd_helper/Makefile: - - honour quiet mode at boot time - - fake modprobe to shut up kmod - - * bootlook.pm: do not use french in i18n'ed msg yvounet!! - - * standalone/drakgw: add INTERFACE param in sysconfig parameter for smooth - interoperation with bastille-firewall - -2001/04/10 Pablo Saratxaga - - * share/po/cs.po: Updated Czech file - Updated po files - - * share/po/ko.po, share/po/ja.po, share/po/id.po, share/po/vi.po: Updated - Indonesian, Japanese, Korean and Vietnamese files - Updated po files - - * share/po/DrakX.pot, share/po/wa.po, share/po/fi.po: Added a missing - translatable string - Updated po files - - * share/po/ca.po: Updated Catalan file - Updated po files - - * share/locales.tar.bz2: Added missing file for Vietnamese - - * share/po/bg.po: Updated Bulgarian file - Updated po files - - * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po, - share/po/fr.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/cy.po, - share/po/nl.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/pl.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/sl.po, share/po/br.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/af.po: Updated po files - -2001/04/10 Pixel - - * interactive_gtk.pm: use gtkset_tip (so that no tip is set when tip eq - '') - (create_boxradio): handle double_click - (ask_from_entries_refW): use radio boxes instead of list/clist if small - number - of choices - (create_ctree): handle single click on node opens the node - - * my_gtk.pm: create and use gtkset_tip - (_create_window): XSetInputFocus done only on expose_event of the - topmost window - (new): ensure only one modal - - * Xconfigurator.pm (main): have an "Ok" button to leave - - * install_steps_gtk.pm: use gtkset_tip - (choosePackagesTree): fix "Show automatically selected packages" - create and use gtkset_tip - - * Makefile: - - fix wiz_*.png removing - - fix copying cardmgr* which included cardmgr.o - -2001/04/10 warly - - * share/rpmsrate: add viavoicemenu_{us,gr,fe} - -2001/04/10 yduret - - * bootlook.pm: grub/lilo mode - -2001/04/10 dam's - - * netconnect.pm: corrected bad network restart - - * my_gtk.pm: corrected bad font - - * network.pm: get rid of ifcfg- - minor correction - -2001/04/09 dam's - - * tinyfirewall.pm: typo - -2001/04/09 Pixel - - * diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs - size as the check is done before rounding. - - * bootloader.pm (install_grub): altconfigfile only if /boot is not - reiserfs :-/ - - * tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many - modules.cz) - - * install_any.pm (setPackages): also have SOUND set in compssUsersChoice - based on pciusbtable - - * share/compssUsers, share/rpmsrate: - - SOUND is now a flag - - AUDIO is the group - -2001/04/09 siegel - - * tinyfirewall.pm: i18n fixes - -2001/04/09 François Pons - - * rescue/tree/etc/oem: fixes of grub installation using hd.img - fix the fix for loopback mounting of hd.img. - - * Xconfigurator.pm: fixed always 8bpp for autoDefaultDepth. - - * pkgs.pm: changed transaction error management this way: if a transaction - fails, DrakX - tries to make as many transaction as there are package that have failed - to be - installed (this means one transaction of only one package). This help - installing - most package that are correct (as a transaction that failed cause all - remaining - package to be not installed). - -2001/04/09 Guillaume Cottenceau - - * mdk-stage1/Makefile: 8.0rc -> 8.0 - - * rescue/tree/etc/oem: fix english thanks to Kevin - - * standalone/drakgw: do not die when an initscript returns non-0 - (initscripts too buggy) - -2001/04/09 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/sl.po, share/po/vi.po, - share/po/br.po, share/po/gl.po, share/po/ca.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 Danish file - - * any.pm: changed ISO_8859-1 TO ISO-8859-1 - -2001/04/09 Pixel - - * c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings, - use it for kdm message - - * diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs - size as the check is done before rounding. - - * bootloader.pm (install_grub): altconfigfile only if /boot is not - reiserfs :-/ - - * tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many - modules.cz) - - * install2.pm (main): sets umask (seems like default one is no more 022, - kernel change?) - - * Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel - (especially for abnt2 (br)) - - * install_any.pm (setPackages): also have SOUND set in compssUsersChoice - based on pciusbtable - - * share/compssUsers, share/rpmsrate: - - SOUND is now a flag - - AUDIO is the group - - * lang.pm (load_po): sets $lang::charset to the charset used in the po - -2001/04/09 siegel - - * share/po/de.po: fixes - - * Xconfigurator.pm: fixed i18n bug - -2001/04/09 yduret - - * standalone/tinyfirewall: button policy (thx gc) - - * standalone/drakgw: deyvounification : remove some un-useful comments in - code - -2001/04/09 dam's - - * tinyfirewall.pm: corrected - - * standalone.pm: install function now returns the return value of the - system. - - * netconnect.pm: corrected buggy cable - removed buggy modem screen repetition - -2001/04/09 François Pons - - * standalone/mousedrake: fixed mousedrake (with interactive.pm fixes - applied). - fixed cancel support. - added conditional restart of gpm on mouse configuration change. - - * fs.pm: removed notail option for reiserfs. - - * standalone/keyboarddrake: fixed exit on cancel (should cause trouble in - DrakConf only). - - * install_any.pm: added missing package to copy. - - * rescue/tree/etc/oem: fixes of grub installation using hd.img - fix the fix for loopback mounting of hd.img. - fixed hd.img access right. - make kernel22 installed for every oem install... - moved some package to closure instead of installed. - added some missing packages. - added nolock option for nfsmount. - added missing package to copy. - -2001/04/09 Guillaume Cottenceau - - * mdk-stage1/init.c: fix Traktopel Maxim thanks to Kevin Lawton - - * mdk-stage1/Makefile: 8.0beta -> 8.0rc - - * standalone/drakgw: fix for when there is an already existing rc.firewall - complies with old format of drakgw so that upgrades will work - - * rescue/tree/etc/oem: fix english thanks to Kevin - -2001/04/09 Pablo Saratxaga - - * any.pm: changed ISO_8859-1 TO ISO-8859-1 - -2001/04/09 Pixel - - * c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings, - use it for kdm message - - * interactive.pm (ask_from_treelistf): make it behaves correctly when - "cancel" is clicked - - * Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel - (especially for abnt2 (br)) - - * install2.pm (main): sets umask (seems like default one is no more 022, - kernel change?) - (main): log the umask - - * devices.pm (entry): add hd[ijkl]* - - * bootloader.pm (install_lilo): better handling of map-drive (there's not - always only 2 disks!) - - * lang.pm (load_po): sets $lang::charset to the charset used in the po - -2001/04/09 siegel - - * share/po/de.po: fixes - -2001/04/09 yduret - - * standalone/drakboot: added lilo/grub - - * bootlook.pm: added lilo/grub mode - -2001/04/09 dam's - - * modules.pm: removed use install_any - - * tinyfirewall.pm: corrected - - * netconnect.pm: corrected buggy cable - removed buggy modem screen repetition - corrected bad bug when creating new profile - - * standalone.pm: install function now returns the return value of the - system. - - * Makefile: removed install_any - -2001/04/09 François Pons - - * standalone/mousedrake: fixed mousedrake (with interactive.pm fixes - applied). - fixed cancel support. - added conditional restart of gpm on mouse configuration change. - - * rescue/tree/etc/oem: fixed hd.img access right. - make kernel22 installed for every oem install... - moved some package to closure instead of installed. - added some missing packages. - added nolock option for nfsmount. - added missing package to copy. - - * fs.pm: removed notail option for reiserfs. - - * standalone/keyboarddrake: fixed exit on cancel (should cause trouble in - DrakConf only). - - * printer.pm: added Till patch for printer (raw queue and PostScript - queue). - - * install_any.pm: added missing package to copy. - -2001/04/09 kjx - - * share/po/zh_CN.GB2312.po: translate before 8.0 release - -2001/04/09 Pixel - - * install2.pm (main): log the umask - - * interactive.pm (ask_from_treelistf): make it behaves correctly when - "cancel" is clicked - - * devices.pm (entry): add hd[ijkl]* - - * bootloader.pm (install_lilo): better handling of map-drive (there's not - always only 2 disks!) - -2001/04/09 yduret - - * bootlook.pm: fix, added lilo/grub frame - fixed till bug - -2001/04/08 dam's - - * rescue/tree/etc/oem, rescue/tree/etc/closurepkgs, install_any.pm: get - rid of kisdn - - * tinyfirewall.pm: updated - added package installation - - * netconnect.pm: get rid of kisdn - updated - no more askwarn in wizard mode - updated - - * standalone/tinyfirewall, standalone/drakgw, my_gtk.pm, - netconnect_consts.pm: updated - - * standalone/net_monitor: removed Data::Dumper - typo - - * standalone/draknet: updated - typo - corrected bad isdn field - -2001/04/08 daouda - - * share/rpmsrate: increase quanta weight . - -2001/04/08 fabman - - * share/po/es.po: updated spanish .po files - -2001/04/08 Guillaume Cottenceau - - * modules.pm: correct my mistakes on removing some modules from stage1 and - stage2 (-> remove only from stage1) - -2001/04/08 Pablo Saratxaga - - * share/compssUsers.desktop, standalone/draknet: Fixed some english typos - - * standalone/net_monitor, netconnect.pm: Some English changes - - * 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/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: Fixed some english typos - Updated pot file and various po files - -2001/04/08 Pixel - - * fs.pm (write): remove debugging info :-( - - * bootloader.pm (suggest): add option "quiet" to the kernel in fb - (requested by chmou) - - * install_steps.pm (afterInstallPackages): remove setting of kde charset - in kdeglobals (kde is a grown-up now) - -2001/04/08 siegel - - * share/po/de.po: new german version - updates - -2001/04/07 dam's - - * netconnect.pm: typo - typo - net_monitor incorporation - - * standalone/net_monitor, Makefile.config: net_monitor incorporation - -2001/04/07 Pablo Saratxaga - - * share/po/hr.po: updated Croatian files - - * share/po/wa.po, share/po/sr.po, share/po/sp.po, share/po/DrakX.pot, - share/po/ko.po, share/po/it.po: Updated Korean, Italian, Serbian and - Walloon files - -2001/04/07 warly - - * share/compssUsers: PCL-CVS release v2_9_9 - Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker - Working directory: /home/warly/local/share/mdk/gi/perl-install/share/ - In directory .: - Modified compssUsers - In directory po: - patched Up-To-Date po/DrakX.pot - patched Up-To-Date po/ca.po - patched Up-To-Date po/de.po - patched Up-To-Date po/hr.po - patched Up-To-Date po/id.po - patched Up-To-Date po/it.po - patched Up-To-Date po/ja.po - patched Up-To-Date po/ko.po - patched Up-To-Date po/sp.po - patched Up-To-Date po/sr.po - patched Up-To-Date po/vi.po - patched Up-To-Date po/wa.po - - --------------------- End --------------------- - -- last cmd: cvs -f update -d -P -- - - * share/rpmsrate: PCL-CVS release v2_9_9 - Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker - Working directory: /home/warly/local/share/mdk/gi/perl-install/share/ - In directory .: - Modified rpmsrate - - --------------------- End --------------------- - -- last cmd: cvs -f update -d -P -- - -2001/04/06 François Pons - - * rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff. - -2001/04/06 Guillaume Cottenceau - - * modules.pm: use jeff's suggestions to remove some old stuff - Sun Happy Meal only for Sparc - - * mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c: - - - do not print warning when we are in AUTOMATIC and insmod failed - because of file-not-found in mar file (raid cards, etc) - - print "please include msg from Alt-F3" for this warning message to - ease further support - - print pci entry of cards found in te logs - - * mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, - mdk-stage1/mkinitrd_helper/Makefile: steal raid_autorun from rh - -2001/04/06 Pablo Saratxaga - - * share/po/ca.po, share/po/id.po: Updated Catalan and Indonesian files - - * share/po/ja.po, share/po/vi.po: Updated Japanese and Vietnamese files - -2001/04/06 siegel - - * share/po/de.po: updates - -2001/04/06 yduret - - * standalone/drakgw: swap cancel/configure button - -2001/04/06 dam's - - * standalone/draknet2: dead code - - * standalone/net_monitor: updated - - * netconnect.pm: be quiet - -2001/04/06 François Pons - - * rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff. - fixed if label does not exists and grub refuse to read. - - * install_steps_interactive.pm: fixed typo for cups checking of - installation. - fixed "No printer" after configuring cups for remove server. - added log for CD medium chosen par user. - - * pkgs.pm: added killing on child process of transaction that have been - detached (typically - with pid > transaction_pid and parent is 1). - -2001/04/06 Guillaume Cottenceau - - * standalone/drakgw: - - correct yvounetification in i18n stuff - - remove some remaining debugging printings - - add a bit more of explanations when starting drakgw in wizard mode - - * modules.pm: re integrate some TR net cards - - * mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c: - - - do not print warning when we are in AUTOMATIC and insmod failed - because of file-not-found in mar file (raid cards, etc) - - print "please include msg from Alt-F3" for this warning message to - ease further support - - print pci entry of cards found in te logs - -2001/04/06 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/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 Thai file - Updated pot file - -2001/04/06 yduret - - * standalone/drakgw: swap cancel/configure button - -2001/04/06 dam's - - * my_gtk.pm: addde tk like routines - - * netconnect.pm: be quiet - correctedInternetAccessTye and ADSLType - - * Makefile: iCorrected missing file install_any.pm. pixel sux. - - * standalone/draknet2: dead code - - * standalone/net_monitor: updated - updated - updated - updated - updated - added - - * pixmaps/net_d.png, pixmaps/net_c.png: added - - * share/logo-mandrake.png: new icon - -2001/04/06 François Pons - - * rescue/tree/etc/oem: fixed if label does not exists and grub refuse to - read. - - * install_steps_interactive.pm: fixed typo for cups checking of - installation. - fixed "No printer" after configuring cups for remove server. - added log for CD medium chosen par user. - - * pkgs.pm: added killing on child process of transaction that have been - detached (typically - with pid > transaction_pid and parent is 1). - -2001/04/06 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/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 Thai file - Updated pot file - -2001/04/06 Pixel - - * tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove - every modules.cz except the - biggest one - - * install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab - and use it - - * install_any.pm: add write_fstab - create install_any::write_fstab and use it - -2001/04/06 yduret - - * bootlook.pm: minor fix - - * standalone/drakgw: recoded a embedded && gtk mode - -2001/04/05 Pixel - - * lang.pm (fs_options): created (gets codepage and iocharset) - - * common.pm (if_): better logging of the error - -2001/04/06 Pixel - - * tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove - every modules.cz except the - biggest one - - * install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab - and use it - - * install_any.pm: add write_fstab - create install_any::write_fstab and use it - -2001/04/05 Pixel - - * standalone/drakboot: - - fix getting result of fsedit::hds - - cleanup - - * lang.pm (fs_options): created (gets codepage and iocharset) - - * common.pm (if_): better logging of the error - (getVarsFromSh): fix for AA="" inspired by chmou the Great (but the - Great - what?) - - * bootloader.pm (install_grub): small fix - (install_lilo): fix lilo's dumbness (when lilo warns about not the first - drive, it usually fails) - - * diskdrake.pm (More): created, asks for supermount, rescue pt, reload. - - * install_steps_interactive.pm (addUser): default autologin to first user - in beginner - -2001/04/05 Pixel - - * any.pm (autologin): fix - ask for autologin - - * install_steps_interactive.pm: ask for autologin - (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img - was used. Better have a look at /proc/cmdline - - * bootloader.pm (install_lilo): fix lilo's dumbness (when lilo warns about - not the first drive, it usually fails) - - * pkgs.pm, share/rpmsrate: - - s/PCI/HW/ - - add rio500 - - * install_any.pm (kernelVersion): fix enormous stupid typo - - * common.pm (getVarsFromSh): fix for AA="" inspired by chmou the Great - (but the Great - what?) - - * install_steps.pm (exitInstall): oups, report_bug is no more in - commands:: - - * diskdrake.pm (More): created, asks for supermount, rescue pt, reload. - -2001/04/05 Pixel - - * install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show - automatically selected - packages' to go along with the new description - - * Xconfigurator.pm (write_XF86Config): try to have $_ interpreted - (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') - - * install_any.pm (kernelVersion): fix enormous stupid typo - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - - * install_steps.pm (exitInstall): oups, report_bug is no more in - commands:: - (configureXBefore): fix the xkb verification (was broken for things like - ``de(nodeadkeys)'') - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - - * any.pm: ask for autologin - - * fs.pm (format_reiserfs): quietly format reiserfs - - * commands.pm: - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - - * install_steps_interactive.pm: ask for autologin - (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img - was used. Better have a look at /proc/cmdline - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - - * share/rpmsrate: - - add ldetect - - the default Aurora chose is the categorizing one - -2001/04/05 siegel - - * share/po/de.po: fixed typo - -2001/04/05 yduret - - * bootlook.pm: fix pablo mess - install autolgin just if we want to autolog :) - -2001/04/05 dam's - - * ChangeLog, bootloader.pm: readded passwd. Must verify that it's secure - vs msec. - - * my_gtk.pm: added gtksize - -2001/04/05 fcrozat - - * share/rpmsrate: No longer propose nautilus-mozilla (required by - nautilus) - propose nautilus-trilobite (for Eazel services) - -2001/04/05 Pixel - - * install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show - automatically selected - packages' to go along with the new description - - * commands.pm, install_steps_interactive.pm, install_any.pm: - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - - * fs.pm (format_reiserfs): quietly format reiserfs - - * Xconfigurator.pm (write_XF86Config): try to have $_ interpreted - (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') - - * share/rpmsrate: - - add ldetect - - the default Aurora chose is the categorizing one - - * install_steps.pm (configureXBefore): fix the xkb verification (was - broken for things like ``de(nodeadkeys)'') - - move report_bug in install_any - - g_auto_install generates the auto_inst.cfg string without output'ing - it - -2001/04/05 siegel - - * share/po/de.po: fixed typo - -2001/04/05 yduret - - * bootlook.pm: fix pablo mess - install autolgin just if we want to autolog :) - -2001/04/04 Frederic Lepied - - * share/rpmsrate: added SCANNER and PHOTO groups - -2001/04/04 François Pons - - * printerdrake.pm: make sure to insmod parport_probe alone as it is not - available in 2.4 kernel and - this this not a problem (silent error). - added complete callback to check queue name under cups does contains - only letters, numerics or underscore. - - * install_steps_interactive.pm: fixed printer description in summary. - - * install2.pm: added selectPackagesToUpgrade the first time choosePackages - is called. - - * Xconfigurator.pm: removed limitation to 24 bits for SiS card, make sure - to remove 32 bits depth - for such card. - - * detect_devices.pm: fixed parport probe for printer under 2.4 kernel. - - * diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption - some times. - - * printer.pm: added die on error of lpadmin. - - * install_any.pm: fixed multiple wait message (looking+finding packages) - -2001/04/04 Pablo Saratxaga - - * share/po/sk.po, share/po/az.po: Updated Azeri and Slovak files - -2001/04/04 Pixel - - * modules.pm (tv): add ultracam & usbvideo - (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so - skip them - (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so - skip them - - * install_any.pm (kernelVersion): cleanup - -2001/04/04 Stew Benedict - - * install_any.pm: kernelVersion mods for PPC - -2001/04/04 daouda - - * share/rpmsrate: add gatos for ati tv card . - -2001/04/04 Frederic Lepied - - * share/rpmsrate: added SCANNER and PHOTO groups - -2001/04/04 François Pons - - * live_install: unset locale environment for safety - - * detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg - (needed for live upgrade so - that error message are not printed) - - * diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption - some times. - - * install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share - - * any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share - - * install2.pm: added selectPackagesToUpgrade the first time choosePackages - is called. - - * install_any.pm: fixed multiple wait message (looking+finding packages) - -2001/04/04 Pixel - - * install_any.pm (setPackages): better handling for tv, photo and scanner - - * modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on - stage1, so skip them - - add photo, tv and scanner - - add pegasus and kaweth modules - -2001/04/04 dam's - - * netconnect.pm: typo - -2001/04/04 daouda - - * share/rpmsrate: add gatos for ati tv card . - reput klyx but in lower weight (2) - removed klyx from rpmsrate (bad idea according to pixel ) - add klyx in install "Office KDE" - -2001/04/04 François Pons - - * live_install: unset locale environment for safety - - * detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg - (needed for live upgrade so - that error message are not printed) - - * install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share - - * any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share - - * install2.pm: added selectPackagesToUpgrade the first time choosePackages - is called. - - * install_steps.pm: disable frame buffer for Matrox cards. - - * install_any.pm: fixed multiple wait message (looking+finding packages) - -2001/04/04 Pixel - - * install_any.pm (setPackages): better handling for tv, photo and scanner - - * modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on - stage1, so skip them - - add photo, tv and scanner - - add pegasus and kaweth modules - - * share/compssUsers: remove TV (it is a hardware flag) - -2001/04/03 François Pons - - * install_any.pm: keep mount point configuration trhough multi-passes of - diskdrake and others. - - * Xconfigurator.pm: prefer XF3 for SiS card. - -2001/04/03 Pablo Saratxaga - - * share/po/sr.po, share/po/sp.po, share/po/ko.po: Updated Korean file - -2001/04/03 Pixel - - * diskdrake.pm: do not use isSpecial which should only be used on - partitions - (main): do not have loopback pseudo hd in hds out of diskdrake - - * modules.pm (load_raw): add the require install_any - - * share/rpmsrate: restore Aurora (i really don't understand what i've done - with flag AURORA a month ago) to a simple behaviour - - * install_steps_interactive.pm (choosePackages): do not make a special - case for upgrades (was: select the - min size, which was on contradiction with profile selection) - - * fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2 - - * standalone/mousedrake: fix horrible error (using an undefined $o) - - * share/list: add back mkreiserfs - - * standalone/XFdrake: don't start xfs if skiptest - - * fsedit.pm (get_fstab): restore loopback::loopbacks because hds contains - only true - hard drives (not pseudo one like raid, loopback and lvm) - - * bootloader.pm (suggest): trap strange error. Should not really fix the - pb - - * install_steps.pm (setupBootloaderBefore): nicer Aurora presence - detetection - - * lang.pm (charset): fix for chineese which have charset in the name - - * Makefile: no more special case for mkreiserfs (can be done via -v 1) - - * install_steps_gtk.pm (choosePackagesTree): better name than "Automatic - dependencies" - - * install_any.pm (setPackages): don't preselect profiles in upgrade - (setPackages): handle Flag: - (setPackages): install kernel22 if install kernel is a 2.2 - - * lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong - (didn't - propose to format it) - protect the loading of module lvm-mod - -2001/04/03 Stew Benedict - - * install_steps_interactive.pm, mouse.pm: PPC keyboard/mouse button - emulation - -2001/04/03 dam's - - * netconnect.pm: a lot of bugfixs - corrected bad flag test - corrected bad priority - - * standalone/draknet: typo - bug fixes - removed debugging messages and Data::Dumper - corrected bad flag test - -2001/04/03 Pablo Saratxaga - - * share/po/vi.po, share/po/DrakX.pot: Updated Vietnamese file - -2001/04/03 Pixel - - * modules.pm (load_raw): add the require install_any - - * share/rpmsrate: restore Aurora (i really don't understand what i've done - with flag AURORA a month ago) to a simple behaviour - - * lang.pm (charset): fix for chineese which have charset in the name - - * install_steps.pm (setupBootloaderBefore): nicer Aurora presence - detetection - - * Makefile: no more special case for mkreiserfs (can be done via -v 1) - - * install_steps_interactive.pm (choosePackages): do not make a special - case for upgrades (was: select the - min size, which was on contradiction with profile selection) - - * fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2 - - * install_steps_gtk.pm (choosePackagesTree): better name than "Automatic - dependencies" - - * install_any.pm (setPackages): don't preselect profiles in upgrade - (setPackages): handle Flag: - (setPackages): install kernel22 if install kernel is a 2.2 - - * share/list: add back mkreiserfs - - * standalone/XFdrake: don't start xfs if skiptest - - * lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong - (didn't - propose to format it) - protect the loading of module lvm-mod - -2001/04/02 dam's - - * modules.pm: corrected petite's mistake - - * netconnect.pm: protecting against non existent files - -2001/04/02 Guillaume Cottenceau - - * mdk-stage1/make_boot_img, mdk-stage1/.cvsignore: fix - comply to all.kernels policy - - * tools/make_mdkinst_stage2: fix remove of alternate cz modules - -2001/04/02 Pablo Saratxaga - - * share/po/cs.po: Updated Czech file - - * lang.pm: codepage option to mount requires only numeric values, eg "437" - and not "cp437" - Changed accordingly in the lists - - * share/rpmsrate: Install latin2 Postscript fonts for latin2 locales, - install fonts-ttf-thai for Thai locale - -2001/04/02 Pixel - - * c/Makefile: small cleanup for pcmcia_probe.c - - * tools/Makefile (install): s/-r/-rf/ - - * install_any.pm (setPackages): s/reiserfs-utils/reiserfsprogs/ - (setPackages): install imwheel if nbuttons > 3 - - * c/Makefile.PL: small cleanup for pcmcia_probe.c - don't use pcmcia_probe.o from stage1, better compile it here, otherwise - perl-install require mdk-stage1 to do compiled => circular dependency - - * Makefile: ignore dams or at least dams errors - - * c/.cvsignore: add pcmcia_probe.c - -2001/04/02 Guillaume Cottenceau - - * rescue/make_rescue_img: fix pixelization (aka take advantage of - all.kernels/.main) - -2001/04/02 Pixel - - * tools/Makefile (install): s/-r/-rf/ - -2001/03/30 Pixel - - * tools/Makefile (install): fix the globbing for packdrake.pm and - rpmtools.pm - -2001/03/29 Guillaume Cottenceau - - * rescue/drvinst: test for "Card:" and not install, some videoboards are - not reported as DISPLAY_VGA :-( - - * tools/make_mdkinst_stage2, docs/HACKING, rescue/make_rescue_img, - mdk-stage1/pci-resource/update-pci-ids.pl, docs/README: support more - than one boot kernel :-) - - * rescue/list.i386: add reiserfsck - -2001/03/29 dam's - - * tinyfirewall.pm: bad message at the end if kernel2.4 - - * netconnect.pm: added missing Device in Ethx when saving/loading - - * standalone/draknet: translation - -2001/03/28 dam's - - * standalone/tinyfirewall: typo - - * interactive_gtk.pm: corrected pixel shit if embedded - - * standalone/draksec: embedded mode - - * standalone/draknet: corrected gtkpng in gtkwpm - added translation - - * bootlook.pm: cute button box - - * tinyfirewall.pm: workaround to make it work if kernel 2.4 - -2001/03/28 fcrozat - - * share/rpmsrate: gmc is back in standard GNOME install, for people with - existing home - -2001/03/28 François Pons - - * standalone/mousedrake, mouse.pm, standalone/XFdrake: fixed for - standalone XFdrake and mousedrake (multi-mouse and - correct probe (USB)). - - * Xconfig.pm: re-fix mouse fix. - fixed wrong mouse probe. - fixed for standalone XFdrake and mousedrake (multi-mouse and - correct probe (USB)). - - * Xconfigurator.pm: restore multi mouse support for XF3. - -2001/03/28 Pablo Saratxaga - - * share/po/hr.po, share/po/ca.po, share/po/tr.po: Updated Catalan, Danish, - Finnish, Croatian and Turkish files - - * share/po/sk.po, share/po/ko.po: Updated Finnish, Korean and Slovak files - - * share/po/az.po: Updated Azeri and Danish files - - * share/po/fi.po: Updated Catalan, Danish, Finnish, Croatian and Turkish - files - Updated Finnish, Korean and Slovak files - - * share/po/da.po: Updated Catalan, Danish, Finnish, Croatian and Turkish - files - Updated Azeri and Danish files - -2001/03/28 Pixel - - * install_steps.pm: add fstab in the log - - * interactive_gtk.pm: better default_size setting - - * commands.pm: fix typo - add fstab in the log - - * install_gtk.pm (test_mouse): ensure the test mouse is not too big - -2001/03/28 warly - - * share/rpmsrate: add some commercial apps - -2001/03/27 dam's - - * bootlook.pm: added kill USR2 before main - - * share/help.png: changed help button - - * share/help.xpm: changed help - - * tinyfirewall.pm: workaround to make it xork. - -2001/03/27 François Pons - - * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image. - - * Xconfigurator.pm: fixed mouse support for XF3, only one mouse supported - currently. - -2001/03/27 Guillaume Cottenceau - - * mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers - -2001/03/27 Pablo Saratxaga - - * share/po/i18n_compssUsers, share/po/vi.po, share/po/fi.po, - share/po/br.po, share/po/DrakX.pot, share/po/ko.po, share/po/ja.po, - share/po/wa.po, share/po/de.po, share/po/id.po: Updated Vietnamese, - Indonesian, Japanese, Korean and Walloon files - changed i18n_compssUsers to make "path" i18n'able - -2001/03/27 Pixel - - * install_any.pm: warnAboutNaughtyServers - (setPackages): default profiles selection to GNOME, KDE, CONFIG - - * install_steps_interactive.pm: warnAboutNaughtyServers - (summary): fix displaying of printer configured - - * pkgs.pm: warnAboutNaughtyServers - - * install_steps_gtk.pm (installPackages): catch the no png file exception - (in case warly is dumb again) - - * my_gtk.pm: try to fix displaying in draksec - (create_box_with_title): save the box_size in field "box_size" - - * install2.pm, any.pm: remove use of Bastille. get back to the good state - we had :) - - * interactive_gtk.pm: try to fix displaying in draksec - - * share/rpmsrate: move back Bastille-Curses-module to CONFIG - - cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is - LOCALES"zh" - - raise WindowMaker - - add xfce - - am-utils is a server - - raise some stuff in CONFIG to have stuff there - - remove drakxtools from CONFIG (DrakConf requires drakxtools) - - DrakConf from 5 to 4 - - * lang.pm (langsLANGUAGE): give the list of languages - -2001/03/27 Stew Benedict - - * install_steps_interactive.pm: change verbage on bootloader warning - -2001/03/27 siegel - - * share/po/de.po: minor typo-fixes - -2001/03/27 dam's - - * share/help.png: changed help button - - * share/help.xpm: changed help - -2001/03/27 François Pons - - * install_steps.pm, pkgs.pm: fixed too early erasing of old rpmlib db. now - postponed at end of install - and only if rpm-4.0 or above has been installed. - - * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image. - - * Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm, Xconfig.pm: added - support for two mice (laptop). The second mice is generally PS/2 as - probe can says it is present. - -2001/03/27 Guillaume Cottenceau - - * mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers - -2001/03/27 Pixel - - * any.pm, install2.pm: remove use of Bastille. get back to the good state - we had :) - - * install_any.pm: warnAboutNaughtyServers - (setPackages): default profiles selection to GNOME, KDE, CONFIG - - * share/rpmsrate: move back Bastille-Curses-module to CONFIG - - cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is - LOCALES"zh" - - raise WindowMaker - - add xfce - - am-utils is a server - - raise some stuff in CONFIG to have stuff there - - remove drakxtools from CONFIG (DrakConf requires drakxtools) - - DrakConf from 5 to 4 - - * install_steps_interactive.pm: warnAboutNaughtyServers - (summary): fix displaying of printer configured - - * lang.pm (langsLANGUAGE): give the list of languages - - * pkgs.pm: warnAboutNaughtyServers - - * install_steps_gtk.pm (installPackages): catch the no png file exception - (in case warly is dumb again) - -2001/03/27 siegel - - * share/po/i18n_compssUsers: i18n group names - - * share/po/de.po: minor typo-fixes - new german version - -2001/03/26 daouda - - * share/rpmsrate: add mandrake_desk and rootfiles to SYSTEM (rpmsrate) - -2001/03/26 fcrozat - - * share/rpmsrate: Install xscreensaver when installing GNOME - -2001/03/26 Guillaume Cottenceau - - * standalone/drakgw: first attempt at pixelization of code (till's cups - patches) - -2001/03/26 Pablo Saratxaga - - * share/po/hr.po, share/po/wa.po: Updated Croatian, vietnamese and Walloon - files - - * share/po/vi.po: Updated Croatian, vietnamese and Walloon files - Updated Portuguese, Swedish and Thai files - - * share/po/pt.po, share/po/th.po, share/po/es.po, share/po/de.po, - share/po/sv.po: Updated Portuguese, Swedish and Thai files - -2001/03/25 Pixel - - * http.pm (getFile): verify the return value of the server. If not 200 - (aka Ok), - return undef - - * install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp - and libqtcups2 for kups in - pkg_install_if_requires_satisfied - -2001/03/25 siegel - - * share/po/de.po: new german version - -2001/03/25 fabman - - * share/po/es.po: updated spanish .po file - -2001/03/25 Pablo Saratxaga - - * share/po/ko.po: Updated Korean file - - * share/po/sv.po: Updated Swedish file - -2001/03/25 Pixel - - * http.pm (getFile): verify the return value of the server. If not 200 - (aka Ok), - return undef - - * install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp - and libqtcups2 for kups in - pkg_install_if_requires_satisfied - - * any.pm (ask_users): fix dead-loop - - * bootloader.pm (suggest): add entry for nt - -2001/03/25 siegel - - * share/po/de.po: new german version - -2001/03/24 Pablo Saratxaga - - * share/po/vi.po: Updated Vietnamese file - -2001/03/24 Pixel - - * mdk-stage1/pci-resource/update-pci-ids.pl: remove the "use common" which - is unneeded (and "member" of merge2pcitable - was clashing) - - * any.pm (ask_users): when "Done" is pressed, do "Accept User" if a user - is given. - - * install_steps.pm (addUser): disable_user_view (in kdm/gdm) if no users - - * install_any.pm (disable_user_view): created, takes care of gdm too - (taken from msec) - - * mouse.pm (detect): fix francois... uh, no too hard. easier to fix - francois's bugs ;pp - - * timezone.pm (%l2t): fix for fuzzyChoice - - * share/keyboards.tar.bz2: - - readding with -kb - - fixing permissions on xmodmap.kr - remove before adding again with -kb - - * modules.pm: have natsemi in network.img - -2001/03/24 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/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 Azeri file - -2001/03/24 Pixel - - * mouse.pm (detect): fix francois... uh, no too hard. easier to fix - francois's bugs ;pp - - * timezone.pm (%l2t): fix for fuzzyChoice - - * modules.pm: - - add missing modules (now in sync with pcitable) - - add 'media' class - - cleanup - -2001/03/24 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/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 Azeri file - -2001/03/24 Pixel - - * install_any.pm (copy_advertising): fix escaping $f causing perl to - segfault :-( - (copy_advertising): handle i18n'ed advertising - - * pkgs.pm: cleanup - - * modules.pm: - - add missing modules (now in sync with pcitable) - - add 'media' class - - cleanup - -2001/03/24 dam's - - * tinyfirewall.pm: corrected bad exited. reincorporated some ugly code, - need fixing - -2001/03/24 Pixel - - * install_any.pm (copy_advertising): handle i18n'ed advertising - - * modules.pm (read_stage1_conf): cleanup parport stuff obsolote in kernel - 2.4 - -2001/03/23 François Pons - - * Xconfigurator.pm: fixed screen id for Device to be present whenever the - same BusID is used. - added multiple tablet support (wacom), moved usb probe for mouse and - tablet - at the beginning. - - * printerdrake.pm: Do not ask to configure a printer if standalone, - previously only for embended. - - * Xconfig.pm: fixed typo for wacom. - added multiple tablet support (wacom), moved usb probe for mouse and - tablet - at the beginning. - - * mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added - multiple tablet support (wacom), moved usb probe for mouse and tablet - at the beginning. - -2001/03/23 Pixel - - * interactive.pm (ask_from_listf_no_check): fix the fix fix fix - (ask_from_listf_no_check): fix the fix fix - - * common.pm (formatError): created - - * network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in - DHCP/BOOTP - - * diskdrake.pm (try): format the error (no more "at line ...") - (Add2LVM): "new" was not i18n'ed - - * install_steps_interactive.pm (exitInstall): no "cancel" button - - * partition_table.pm: add Empty to bad_types - - * fsedit.pm (change_type): When changing a partition type from ext2fs to - Linux RAID - (or LVM), the mount point should be removed. - -2001/03/23 siegel - - * share/po/de.po: new german version - -2001/03/23 dam's - - * tinyfirewall.pm: corrected bad translation - correctedd typo - updated - code cleaning - tinyfirewall now works. - - * Makefile.config: added tinyfirewall - - * any.pm, mouse.pm: added /dev/modem in modem list selection - - * standalone/drakxconf: added tinyfirewall entry - - * standalone/tinyfirewall: added update code - updated wrapper to launch tinyfirewall in embedded mode - - * netconnect.pm: added /dev/modem in modem list selection - netconnect doesn't write the file 1 - -2001/03/23 fcrozat - - * share/rpmsrate: nautilus-mozilla and xalf are installed by default in - GNOME - gmc is not installed by default in GNOME - gabber gaim are moved to instant messaging - gcombust in moved to GNOME CD burner - gtm is installed by GNOME/File transfer - mozilla is installed by default as www browser - galeon is installed by default as www browser for GNOME - -2001/03/23 François Pons - - * tools/syncrpms: added size-stamp test to copy identical file in version, - release. - - * Xconfig.pm: fixed typo for wacom. - added multiple tablet support (wacom), moved usb probe for mouse and - tablet - at the beginning. - - * Xconfigurator.pm: added multiple tablet support (wacom), moved usb probe - for mouse and tablet - at the beginning. - fixed wrong usage of Screen keyword in Device section, should be present - and - reseted for any multi head card with only one BusID. - - * mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added - multiple tablet support (wacom), moved usb probe for mouse and tablet - at the beginning. - -2001/03/23 Pablo Saratxaga - - * share/po/es.po, share/po/de.po, share/po/fi.po: Added Vietnamese file - Updated Finnish file - - * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, - share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.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/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/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/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: Added Vietnamese file - -2001/03/23 Pixel - - * any.pm: ifix the dams stuff - - * install_steps_interactive.pm (exitInstall): no "cancel" button - - * share/po/i18n_compssUsers: fix for better compliance with po format - - * netconnect.pm: ifix the dams stuff - cleanup and enable gzip'ed isdn.db - - * Makefile: gzip ldetect-lst files - - * modules.pm: add i810_audio (still need a script to add missing one and - keep in sync) - - * bootloader.pm (suggest_floppy): don't add an entry for non-fd0 drives - - * interactive.pm (ask_from_listf_no_check): fix the fix fix fix - (ask_from_listf_no_check): fix the fix fix - (ask_from_listf_no_check): fix the bad fix - - * common.pm (formatError): created - (openFileMaybeCompressed, catMaybeCompressed): added - (getVarsFromSh): take care of comments - - * network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in - DHCP/BOOTP - - * partition_table.pm: add Empty to bad_types - - * mouse.pm (detect): never probe psaux (workaround for kernel/xfree bug) - - * fsedit.pm (change_type): When changing a partition type from ext2fs to - Linux RAID - (or LVM), the mount point should be removed. - - * detect_devices.pm (isUSBFDUDrive, usbfdus): removed, doesn't scale - (isFloppyOrHD): floppy type is 'fd', not 'floppy' - (stringlist): nicer (a la new lspcidrake) - - * Xconfigurator.pm: enable use of gzip'ed Cards+, CardsNames and - MonitorsDB - - * diskdrake.pm (try): format the error (no more "at line ...") - (Add2LVM): "new" was not i18n'ed - -2001/03/23 Stew Benedict - - * mouse.pm, bootloader.pm: mods to create/move image, to /export for PPC, - use vmlinux for PPC - prepend of_dev to initrd stanza in yaboot.conf - add 1-button mouse for PPC - -2001/03/23 siegel - - * share/po/de.po: new german version - -2001/03/22 Chmouel Boudjnah - - * tools/i386/netboot/stage1.rtl8139, tools/i386/netboot/stage2.rtl8139: - Add 8139 grub stage. - -2001/03/22 dam's - - * bootlook.pm: corrected mapn - - * standalone/draknet: removed use Data::Dumper - - * netconnect.pm: removed mail informat oin - comment update - - * tinyfirewall.pm: removed use Data::Dumper - working on tinyfirewall - -2001/03/22 fabman - - * share/po/es.po: changed "swap" for "intercambio" in the spanish .po - files - updated DrakX, menudrake and urpmi es.po files - -2001/03/22 François Pons - - * Xconfigurator.pm: fixed wrong access to undefined value promoted to - empty array reference. - -2001/03/22 Guillaume Cottenceau - - * mdk-stage1/probing.c, mdk-stage1/tools.h: - - fix detection of more than 3 scsi attached devices - - cleaner code for cmp of ptr against static strings - -2001/03/22 Pixel - - * standalone/mousedrake: remove test ugliness of dams - - * c/Makefile.PL: no pcmcia_probe in drakxtools - - * modules.pm (load_thiskind): indent as it should be - - * install_steps_interactive.pm (generateAutoInstFloppy): fix the message - which was uptodate only for - sparc :-( - - * Xconfigurator.pm: no need for "use Data::Dumper;" - -2001/03/22 Stew Benedict - - * modules.pm: no imm,ppa PPC, scan mesh,mac53c94 scsi only, pmac should - have been mace - -2001/03/22 yduret - - * bootlook.pm: mapn works tx dams - nmap - added mapn fun to reduce code.. testing it - added install of rpm - xpm png files - - * pixmaps/hori.png, pixmaps/gmon.png, pixmaps/tradi.png, pixmaps/hori.xpm, - pixmaps/verti.png, pixmaps/gmon.xpm, pixmaps/tradi.xpm, - pixmaps/verti.xpm: convert xpm to png - -2001/03/21 dam's - - * standalone/tinyfirewall, tinyfirewall.pm: new tinyfirewall conf tool - - * netconnect.pm: corrected /etc/sysconfig/network-scripts/net_up.* bug - -2001/03/21 François Pons - - * detect_devices.pm: added pci id reference. - - * c/stuff.xs.pm: added support for pci id extraction. - - * Xconfigurator.pm: fixed wrong XFree4 version reference. - fixed null string in monitor identifier. - added multi-head support in XFdrake. - -2001/03/21 Guillaume Cottenceau - - * standalone/drakgw: honour embedded mode - - * share/compssUsers: move NETWORKING_FILE (contains stuff for nfs - mounting..) from Internet - Station to Network Computer - -2001/03/21 Pablo Saratxaga - - * share/po/be.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/de.po, - share/po/et.po, share/po/tr.po, share/po/eu.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/lt.po, share/po/sl.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 - Croatian and Serbian files - - * share/po/sp.po, share/po/sr.po: Updated Serbian files - Updated Croatian and Serbian files - - * share/po/az.po: Updated Azeri file - Updated Croatian and Serbian files - - * share/po/sk.po: Updated Azeri and Slovak files - Updated Croatian and Serbian files - - * lang.pm: Added fields to charsets table holding info for mount - (iocharset and - codepage mount options) - -2001/03/21 Pixel - - * install_any.pm (g_default_packages): nice warning if mount in vfat fails - - * share/rpmsrate: move webmin to CONFIG - remove ipchains and iptables, raise gfcc - - * docs/README: add cvs howto - - * install_steps_interactive.pm (summary): fix - - * detect_devices.pm: old code - - * bootloader.pm (install_lilo): ensure labels don't contain spaces, lilo - doesn't like them - (add_kernel): cleanup - (suggest): make it work with kernel22-secure and no kernel22 - - * modules.pm (when_load): move the alias sound to when_load, don't check - ppc as it - could be used for non-ppc - (load_thiskind): fix pb causing imm,ppa,usb-storage to be tested for - every - load_thiskind, not only scsi one - - * c/stuff.xs.pm (from_utf8): as pablo said... - -2001/03/21 siegel - - * share/po/de.po: new german version - new german version - -2001/03/20 Pixel - - * modules.pm (@drivers_by_category): if_ization - (load_thiskind): cleanup - -2001/03/21 Pixel - - * bootloader.pm (add_kernel): cleanup - (suggest): make it work with kernel22-secure and no kernel22 - - * share/rpmsrate: remove ipchains and iptables, raise gfcc - -2001/03/20 dam's - - * interactive.pm: no wizard if warning - -2001/03/20 Pixel - - * install_steps_interactive.pm: fix pcmcia functions only on x86 - - create install_any::unselectMostPackages - - use it instead of pkgs::unselectAllPackages (otherwise - default_packages ends up non-selected) - - * modules.pm (@drivers_by_category): if_ization - (load_thiskind): cleanup - - * any.pm, install2.pm, share/rpmsrate: use bastille backend - - * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 - - * install_steps.pm, install_any.pm: - - create install_any::unselectMostPackages - - use it instead of pkgs::unselectAllPackages (otherwise - default_packages ends up non-selected) - -2001/03/20 Stew Benedict - - * modules.pm, install_steps_interactive.pm, any.pm: make_boot_img: add - routine for - PPC - any.pm: double "Append" entry in expert mode for yaboot.conf - PPC - install_steps_interactive: setup dmasound - PPC - modules.pm: load Mac hardware modules - PPC - -2001/03/20 dam's - - * netconnect.pm: corrected bug in reading resolv.conf, and changed chmod - for net_cnx_* - - * interactive.pm: no wizard if warning - - * standalone/draknet: added update after {dis}connecting - -2001/03/20 Guillaume Cottenceau - - * diskdrake.pm: fix formatting of raid - -2001/03/20 Pixel - - * share/rpmsrate: use bastille backend - - add nautilus - - * install_steps_interactive.pm: fix pcmcia functions only on x86 - - create install_any::unselectMostPackages - - use it instead of pkgs::unselectAllPackages (otherwise - default_packages ends up non-selected) - (setupSCSI): don't pcmcia_probe if testing - - tellAboutProprietaryModules moved to setupSCSI - - miscellaneous step re-enabled, called Security - - pcmcia_probe moved to setupSCSI, skipped in noauto - - * any.pm: use bastille backend - - * install2.pm: use bastille backend - - tellAboutProprietaryModules moved to setupSCSI - - miscellaneous step re-enabled, called Security - - pcmcia_probe moved to setupSCSI, skipped in noauto - have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the - parameter any more) - - * netconnect.pm (modem_detect_backend): cleanup - - * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 - have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the - parameter any more) - - * Makefile: install cardmgr - - * install_any.pm: - - create install_any::unselectMostPackages - - use it instead of pkgs::unselectAllPackages (otherwise - default_packages ends up non-selected) - (setPackages): install usbd in case of usb - - * install_steps.pm: - - create install_any::unselectMostPackages - - use it instead of pkgs::unselectAllPackages (otherwise - default_packages ends up non-selected) - -2001/03/20 Stew Benedict - - * any.pm, netconnect.pm, detect_devices.pm: any.pm: enable module load PPC - detect_devices.pm: forgot to remove commented code after test - netconnect.pm: load macserial module for PPC - -2001/03/20 dam's - - * standalone/draknet, netconnect.pm: improved connection windows, and - loading / saving of /etc/sysconfig/network-scripot/netècnx* - -2001/03/20 Pixel - - * share/rpmsrate: - - add nautilus - - * install_any.pm (setPackages): install usbd in case of usb - - * Makefile: install cardmgr - -2001/03/19 Guillaume Cottenceau - - * fsedit.pm: fix loopback appearing twice in format partition - - * diskdrake.pm: fix "loopback" name of loopback tab in diskdrake - -2001/03/19 Pablo Saratxaga - - * share/po/ko.po: updated korean file - Updated po files - - * 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/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/sl.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 po files - -2001/03/19 Pixel - - * pkgs.pm (computeGroupSize): fix hacks, better hacks - (saveCompssUsers): fix - - * install_steps_interactive.pm (chooseGroups): - - make the computed size work - - unselectAll when a profile is unselected - - * interactive_gtk.pm (ask_from_entries_refW): better sizing in case of - scrolls - -2001/03/19 Stew Benedict - - * mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC - -2001/03/19 dam's - - * standalone/draknet: corrected graphical layout for newbies - - * netconnect.pm: added net_cnx_{up, down} save - -2001/03/19 Pablo Saratxaga - - * share/po/ko.po: updated korean file - Updated po files - - * 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/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/sl.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 po files - -2001/03/19 Pixel - - * pkgs.pm (computeGroupSize): fix hacks, better hacks - (saveCompssUsers): fix - - * share/rpmsrate: - - add rxvt-CJK - - exchange xterm and rxvt - - move bc from SCIENCES to SYSTEM - - * interactive_newt.pm (ask_from_entries_refW): - - ensure the width is less than $width - 7 (in french and 80x25, the - treelist was too big) - - if term is very big, use 10 lines instead of 5 - - if no button is asked, but one in any case otherwise it's buggy - - * install_steps_interactive.pm (chooseGroups): - - make the computed size work - - unselectAll when a profile is unselected - - * interactive.pm (ask_from_listf_no_check): fix fix - (ask_from_listf_no_check): fix the filtering of exceptions - -2001/03/19 Stew Benedict - - * mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC - -2001/03/18 Guillaume Cottenceau - - * mdk-stage1/lomount.h, mdk-stage1/lomount.c, mdk-stage1/disk.c: fix for - hd-install when you provide a not valid ISO (cd #2 for example) - - * mdk-stage1/frontend.h, mdk-stage1/minilibc.h, mdk-stage1/stage1.h, - mdk-stage1/log.h: use some help with __attribute__ - -2001/03/17 Guillaume Cottenceau - - * rescue/tree/etc/rc.sysinit: load sr_mod and sd_mod at startup - - * mdk-stage1/Makefile.mkinitrd_helper, mdk-stage1/.cvsignore: sync - - * mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in - editing ask_from_entries in stdio mode - - * mdk-stage1/pci-resource/Makefile: do not use marfiles for deps - -2001/03/17 Pixel - - * lang.pm (write_langs): in case of empty %_install_langs, don't write it - - * install_steps.pm (pkg_install_if_requires_satisfied): better logging - - * share/rpmsrate: add gpm & evolution - -2001/03/17 Guillaume Cottenceau - - * mdk-stage1/insmod-busybox/utility.c: fix insmod calling realloc(0,0) to - work with dietlibc - - * mdk-stage1/insmod-busybox/Makefile: also build standalone insmod-DIET - for testing purposes.. - - * mdk-stage1/mkinitrd_helper/Makefile: bump version to 1.0.1 for new - mkinitrd package release - - * mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in - editing ask_from_entries in stdio mode - -2001/03/17 Pablo Saratxaga - - * share/po/sv.po: updated Swedish file - - * share/keyboards.tar.bz2: Added a Korean keyboard, fixed bug in Japanese - keyboard - - * keyboard.pm: Added choice of Korean keyboard - -2001/03/17 Pixel - - * lang.pm (write_langs): in case of empty %_install_langs, don't write it - - * install_steps.pm (pkg_install_if_requires_satisfied): better logging - - * share/rpmsrate: add gpm & evolution - -2001/03/16 Guillaume Cottenceau - - * mdk-stage1/pci-resource/Makefile: refine deps - - * mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, mdk-stage1/Makefile, - mdk-stage1/mkinitrd_helper/Makefile: write down mkinitrd_helper - - * mdk-stage1/insmod-busybox/insmod.c: force load - -2001/03/16 Pixel - - * install_any.pm (setPackages): set flag "TV" when bttv hardware is there - - * share/compssUsers, share/rpmsrate: move out TV from VIDEO - - * diskdrake.pm (Type): fix the code verifying size >32 for reiserfs - - * modules.pm (write_conf): better logging - - * c/stuff.xs.pm: add from_utf8 - - * c/stuff.pm (headerGetEntry): use from_utf8 on group, summary and - description - -2001/03/16 Stew Benedict - - * tools/ppc/magic, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/convert, - tools/ppc/yaboot, tools/ppc/mapping: gi/tools/ppc/convert, magic, - mapping, mkhybrid-1.12b5.4, yaboot - re-add - my bad - gi/tools/ppc/convert, magic, mapping, mkhybrid-1.12b5.4, yaboot - - remove/re-add - did not use -kb switch - thx Pixel - -2001/03/15 François Pons - - * Xconfigurator.pm: SiS card are no more prefered for XF3. - added standalone support to prefer XF3 or XF4 to - keep current used server version. - - * standalone/XFdrake: remove duplicate begin label. - take care of existing configuration. - -2001/03/15 Guillaume Cottenceau - - * modules.pm: skip dc395x_trm on stage1 - dc395x_trm is back in 2.4 - - * share/compssUsers: try to enhance - -2001/03/15 Pablo Saratxaga - - * share/po/az.po: updated Azeri file - -2001/03/15 Pixel - - * Xconfigurator_consts.pm, Xconfigurator.pm: andre@node1583e.a2000.nl says - this is not needed anymore :) - -2001/03/15 Stew Benedict - - * tools/ppc/magic, tools/ppc/convert, tools/ppc/iboot, - tools/ppc/mkINSTALLCD, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/yaboot, - tools/ppc/mapping: gi/tools/ppc/convert, magic, mapping, mkINSTALLCD, - mkhybrid-1.12b5.4, yaboot: create PPC CD - - * install_steps_interactive.pm, detect_devices.pm, bootloader.pm: - bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed - temporary file read/write per Pixel - - * Xconfigurator.pm: force 1024x768 on Powerbook - - * tools/ppc/README: README: README for creating PPC boot CD - -2001/03/14 dam's - - * netconnect.pm: changed label + profile before types.. - -2001/03/14 Pablo Saratxaga - - * share/po/be.po, share/po/sp.po, share/po/pt.po, - share/po/i18n_compssUsers, 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/Changelog, share/po/sk.po, - share/po/lt.po, share/po/sl.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: - corrected the script and updated po files - -2001/03/14 Pixel - - * share/compssUsers: keep only one Development entry - - * install_steps_gtk.pm, pkgs.pm: fix the compssUsers interpretation - - * bootlook.pm: fix for perl2fcalls - - * install_steps_interactive.pm (chooseGroups): disable the size display as - it is wrong (for the beta2) - -2001/03/14 Stew Benedict - - * install_steps_interactive.pm, install_steps_gtk.pm, - partition_table_mac.pm, bootloader.pm: fix bootstrap partition - creation/tracking - allow Xpmac to launch in 2 modes based on cmdline - -2001/03/14 siegel - - * share/po/de.po: new german version - -2001/03/14 dam's - - * netconnect.pm: changed label + profile before types.. - -2001/03/14 François Pons - - * pkgs.pm: fixed unselect management of choice, propagate unselection - correctly to all - packages requiring unselected package. - - * install_any.pm: use LD_LOADER when invoking parshedlist. - -2001/03/14 Pablo Saratxaga - - * share/po/no.po, share/po/nl.po: updated Norwegian file - - * share/locales.tar.bz2, share/gconv.tar.bz2, share/list, - share/fonts.tar.bz2: new fonts and locale files - - * share/po/ko.po: Fixed email of Korean translator - updated Korean file - - * install_steps_interactive.pm, install_gtk.pm, lang.pm, keyboard.pm: - completed language list - completed language->keyboard guessing list - aesthetic changes to an English message (removed \n and let gtk+ - do the formatting, it is nicer) - - * share/po/az.po: Updated Azeri file - -2001/03/14 Pixel - - * pkgs.pm: fix the compssUsers interpretation - (readCompssUsers): change the key of compssUsers, added "label" - (computeGroupSize): fix bug - (computeGroupSize): fix logging - - * share/gconv.tar.bz2: moved to share/list - - * bootlook.pm: fix for perl2fcalls - - * share/rpmsrate: CLIENT & SERVER is prohibited - - * timezone.pm: - - add many timezones - - defaults to GMT - - verifier added - - * install_steps_gtk.pm: fix the compssUsers interpretation - (choosePackagesTree): fix - - * common.pm (bestMatchSentence, bestMatchSentence2): in wantarray, return - the number - of matched words/characters - - * share/compssUsers: keep only one Development entry - CLIENT & SERVER is prohibited - - * install_steps_interactive.pm (chooseGroups): disable the size display as - it is wrong (for the beta2) - (chooseGroups): add path for seperating groups, use "label" for the - group text - - * Makefile: remove gconv - -2001/03/13 siegel - - * share/po/de.po: Fixed typos. - -2001/03/13 siegel - - * share/po/de.po: Fixed typos. - -2001/03/13 dam's - - * share/help.png: changed - -2001/03/13 Pixel - - * install2.pm, install_steps_gtk.pm: compss is deprecated. use compssUsers - for the tree - - * standalone/drakgw: pixelization - - * share/rpmsrate: HDF can't be at the beginning of the line or it will be - taken as a flag - moved icewm to SYSTEM with !KDE !GNOME - - * pkgs.pm: compss is deprecated. use compssUsers for the tree - (readCompssUsers): get the "path" - - * install_steps.pm: compss is deprecated. use compssUsers for the tree - renamef created and used - - * detect_devices.pm (burners): don't use cdroms() which return scdX for - ide burners, and - isBurner don't use the same technique. so use get() and grep for type - "cdrom" - - * install_any.pm: compss is deprecated. use compssUsers for the tree - (setPackages): set {compssUsersChoice}{PCMCIA} if hasPCMCIA - renamef created and used - - * install_steps_interactive.pm: compss is deprecated. use compssUsers for - the tree - (chooseGroups): fix to get back the icons - (chooseGroups): size computed should work - - * common.pm: renamef created and used - -2001/03/13 siegel - - * share/po/de.po: new german translation - -2001/03/13 warly - - * share/compssUsers: fix {W,w}orkstation - remove ^Server and ^Development - -2001/03/13 Pixel - - * standalone/drakgw: pixelization - - * install_steps_interactive.pm (chooseGroups): size computed should work - - * share/rpmsrate: moved icewm to SYSTEM with !KDE !GNOME - - * install_steps.pm, common.pm, install_any.pm: renamef created and used - -2001/03/12 dam's - - * Makefile: removed wizard pixmap from install - - * pixmaps/wiz_internet.png, pixmaps/wiz_internet_left.png: updated - added pixmap for wizard - - * my_gtk.pm: new wizard layout, with pixmaps. - added ugly workaround for ugly Hseparator - - * share/step-red.png, share/step-orange.png, share/step-orange-click.png, - share/step-green-click.png, share/step-green.png, share/step-red-on.png, - share/step-orange-on.png, share/step-green-on.png, - share/step-green_s.png, share/step-red-click.png: removing bad png - files... - - * share/help.png: new help button. blah - - * install_any.pm: typo - - * pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png: updated - - * netconnect.pm: corrected askokcancel -> askyesorno - - * interactive.pm: corrected bad okcanel in wizard mode - - * install_steps_interactive.pm: added $::isInstall - - * share/logo-mandrake_trans.png: new logo for other themes - - * services.pm: removed use Data::Dumper - corrected bug in display - -2001/03/12 François Pons - - * modules.pm, lang.pm, commands.pm, detect_devices.pm, pkgs.pm, - live_install2: fixed live update between GLIBC 2.1 and GLIBC 2.2. should - work for other - combination but not tested. fixed locale usage and gtk environment - interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). - created LD_LOADER environment variable to keep track of right ELF loader - to be used for the GLIBC used by the live update. added internal PATH - to LD_LIBRARY_PATH as ELF loader only check this one and not PATH. - -2001/03/12 Guillaume Cottenceau - - * standalone/drakgw: - - make it work as a wizard - - make it work with iptables (kernel-2.4) - - * modules.pm: reflect Jeff Garzik's answers to my questions on kernel@ - -2001/03/12 Pablo Saratxaga - - * share/po/be.po, share/po/DrakX.pot, share/po/zh_CN.GB2312.po, - share/po/th.po, share/po/bg.po, share/po/de.po, share/po/tr.po, - share/po/eu.po, share/po/az.po, share/po/br.po, share/po/ca.po, - share/po/cy.po, share/po/uk.po, share/po/wa.po, share/po/da.po, - share/po/cs.po, share/po/zh_TW.Big5.po, share/po/af.po: Updated Basque - file - -2001/03/12 Pixel - - * install_steps.pm (afterInstallPackages): save the compssUsers flattened - for rpmdrake - - * install_steps_interactive.pm (summary): remove 'clicked' (labels are - used) - put everything in %compssUsers, use field flags for the flags :) - - * pkgs.pm (computeGroupSize): log what is found - (saveCompssUsers): make it work - (readCompssUsers): clean-up - (saveCompssUsers): created - put everything in %compssUsers, use field flags for the flags :) - (computeGroupSize): created - - * share/rpmsrate: lower Zope (anyway Zope is not in main) - - * fsedit.pm (hds): search for existing lvm in @hds *and* @lvms - - * commands.pm (loadkeys): created - - * install_any.pm (setPackages): don't readCompssUsers with $o->{packages} - (setPackages): kernel-secure doesn't exist anymore, use kernel22-secure. - don't use kernel-secure as a kernel-smp. - put everything in %compssUsers, use field flags for the flags :) - (setPackages): set compssUsersChoice "3D" if 3D enabled graphic card - - * interactive_gtk.pm (ask_from_entries_refW): add $set for "label" entries - add "label" type - - * share/compssUsers: change the path format - - * detect_devices.pm (get_mac_model): fix for perl2fcalls - - * interactive.pm: add "label" type - -2001/03/12 warly - - * share/compssUsers: add some NETWORKING_* that were empty - dispach some DEVELOPMENT and SERVER to more appropriate groups - added path - - * share/rpmsrate: add some NETWORKING_* that were empty - dispach some DEVELOPMENT and SERVER to more appropriate groups - -2001/03/11 Guillaume Cottenceau - - * ftp.pm: do not retry on 550 file unavailable - -2001/03/12 Pixel - - * install_any.pm (setPackages): set compssUsersChoice "3D" if 3D enabled - graphic card - -2001/03/11 dam's - - * services.pm: no more restart button - -2001/03/11 Guillaume Cottenceau - - * ftp.pm: do not retry on 550 file unavailable - -2001/03/11 Pixel - - * install_steps_interactive.pm (summary): fix clicked empty handler - - * share/rpmsrate: - - lower tftp-server - - a lot of modifs (thanks to Prana) - -2001/03/10 dam's - - * standalone/drakxservices: embedded mode - - * my_gtk.pm: added gtkset_border_width - typo again - typo - added gtkmove - added gtkset_modal and gtkappenditems - - * services.pm: fixed big bug. - imajor improvement. - improved. - -2001/03/10 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/sl.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 Korean file - -2001/03/09 dam's - - * standalone/drakxconf: added harddrake - - * my_gtk.pm: applied gtkradio - created create_boxradio - in wizard mode : list -> radio buttons - added gtkradio - - * bootlook.pm: workaround for the graphical layout. - - * install_steps_gtk.pm: applied gtkradio - created create_boxradio - in wizard mode : list -> radio buttons - - * printerdrake.pm: if embedded -> no first question - - * interactive_gtk.pm: added tooltips to create_boxradio - applied gtkradio - created create_boxradio - in wizard mode : list -> radio buttons - -2001/03/09 Pixel - - * share/rpmsrate: a hell lot of modifications, mostly cleanup of - DEVELOPEMENT - -2001/03/09 Stew Benedict - - * Xconfigurator_consts.pm: keyboard mapping for PPC - - * detect_devices.pm: routine to detect MacIntosh model code - -2001/03/09 dam's - - * my_gtk.pm: added gtkradio - - * standalone/draknet: changed graphical layout, expert mode - -2001/03/09 Pixel - - * pkgs.pm (read_rpmsrate): handle the special case of packages requiring - locales-*, - adding the flag LOCALES"*" for them - - * install_steps_interactive.pm (choosePackages): moved the log to - install2::choosePackages (to have it in - auto_installs too) - - * install_any.pm (setPackages): set compssUsersChoice LOCALES"*" - - * install2.pm (choosePackages): log groups choosen - - * share/rpmsrate: a hell lot of modifications, mostly cleanup of - DEVELOPEMENT - - chineese packages - - move Aurora's to AURORA (DrakX take care of Aurora) - - * install_steps_gtk.pm (remove_advertising): created - -2001/03/08 Guillaume Cottenceau - - * mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log - -2001/03/08 Pixel - - * verify_c: fix the regexp - - * detect_devices.pm (floppies): load module "floppy" before probing - -2001/03/08 dam's - - * netconnect.pm: applied if__ - -2001/03/08 Guillaume Cottenceau - - * mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log - -2001/03/08 Pixel - - * verify_c: fix the regexp - - * share/rpmsrate: add i18n'ed packages - - * detect_devices.pm (floppies): load module "floppy" before probing - -2001/03/08 dam's - - * common.pm: added if__ - - * netconnect.pm: applied if__ - -2001/03/08 François Pons - - * diskdrake.pm: avoid using e2fsck, else it abort by checking partition - size (which differs). - fix resize ext2 by using resize2fs. - - * pkgs.pm: changed choice of package for selection. - - * share/list: added resize2fs and dumpe2fs, removed ext2resize which is - replaced. - -2001/03/08 Guillaume Cottenceau - - * mdk-stage1/dhcp.c: do not segfault in dhcp stuff, when af_packet is not - honoured by kernel - -2001/03/08 Pablo Saratxaga - - * share/po/no.po: updated Norwegian file - -2001/03/08 Pixel - - * install_any.pm: advertising modifs - (setPackages): use burners instead of IDEburners - - * bootloader.pm: cleanup - - * interactive.pm (ask_from_listf_no_check): catch wizcancel and return - undef - - * fs.pm (write_fstab): change again for 'none' checking the mount point - (write_fstab): special case for device ``none'' (which can be mounted - twice or more :) - - * my_gtk.pm (_create_window): on delete_event, destroy the window and - raise wizcancel - - * share/po/fr.po: fix bad translation - - * share/rpmsrate: add i18n'ed packages - raise kdebase - - * install2.pm, install_steps.pm, install_steps_gtk.pm: advertising modifs - - * detect_devices.pm: cleanup - (isBurner): use syslog to detect scsi burners - -2001/03/08 Stew Benedict - - * install_steps_gtk.pm: encourage Xpmac to run in at least 16bpp - - * partition_table_mac.pm: fixed variable referencing - thx Pixel - -2001/03/08 dam's - - * netconnect.pm: corrected bad pci number -> string - -2001/03/08 Pablo Saratxaga - - * share/po/bg.po, share/po/sr.po, share/po/sp.po, share/po/ca.po: updated - Bulgarian, Catalan and Serbian files - -2001/03/08 Pixel - - * bootloader.pm (dev2grub): better error reporting - - * tools/cvslog2changelog.pl (%users): add stew - - * install_steps.pm (setupBootloaderBefore): aurora stupid renaming fix - - * share/rpmsrate: raise kdebase - xcdroast is the best cd burner ui, raise it above others - lower some EDITORS - raise vim-X11 - lower xrn, raise pan - - * install_any.pm (setPackages): use burners instead of IDEburners - (setPackages): at least set BURNER for ide burners - - * any.pm: cleanup - - * install_steps_interactive.pm, install2.pm: re-add miscellaneous step, - but always hidden (aka automatic) - - * detect_devices.pm (isBurner): use syslog to detect scsi burners - - * fs.pm (write_fstab): special case for device ``none'' (which can be - mounted - twice or more :) - - * tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions - (without mem=) - -2001/03/08 dam's - - * netconnect.pm: corrected bad pci number -> string - -2001/03/08 Pixel - - * tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions - (without mem=) - -2001/03/07 dam's - - * netconnect.pm: corrected default focus after detection - don't test adsl if net install - -2001/03/07 Pixel - - * modules.pm (add_alias): remove the alias block-major-11 as it's - overriding the - default alias to sr_mod, and is uneeded with scsi_hostadapter being - added - to /etc/modules.conf - - * share/rpmsrate: lower heartbeat - -2001/03/07 sbenedict - - * help.pm: * perl-install/help.pm - typo in yaboot help - - * any.pm: * perl-install/any.pm - fixed two $l vs. @l references - - bootloader menu, need image/boot in rec mode PPC - CVl: - ---------------------------------------------------------------------- - - * devices.pm: * perl-install/devices.pm - add adbmouse - -2001/03/07 dam's - - * standalone/draknet: not use common anymore, uses gtkpng, cosmetic chages - -2001/03/07 François Pons - - * install_any.pm, bootloader.pm: fixed support for other kernel for - bootloader entries. - automatically add 2.2 entries for kernel22 (manage hack-kernel too). - - * Xconfigurator.pm: remove 32 bit depth for S3 Trio3D card. - - * pkgs.pm: added support for killing all child process of a transaction, - necessary to be - able to umount cdrom and eject it correctly. - -2001/03/07 Pixel - - * share/fonts.tar.bz2: use gb16fs instead of gb16st - - * modules.pm (add_alias): remove the alias block-major-11 as it's - overriding the - default alias to sr_mod, and is uneeded with scsi_hostadapter being - added - to /etc/modules.conf - - * share/rpmsrate: lower heartbeat - lower Mesa's rate - - * install2.pm (main): save $@ in $err so that it's not modified before - being used - - * share/locales.tar.bz2: remove ending '/' in symlinks not pleasing - packdrake - - * standalone/drakboot: make it please perl2fcalls - -2001/03/07 sbenedict - - * bootloader.pm, Xconfigurator.pm: * perl-install/Xconfigurator.pm - force - XF4 for PPC in recommended mode - * perl-install/bootloader.pm - rework get_of_dev to work in live install - - * install_steps_interactive.pm, any.pm, partition_table_mac.pm: * - perl-install/any.pm - change in partition_table_mac'xxx syntax - * perl-install/install_steps_interactive.pm - change in - partition_table_mac'xxx syntax - - * perl-install/partition_table_mac.pm - change in - partition_table_mac'xxx syntax - -2001/03/07 Pablo Saratxaga - - * share/po/fr.po: Fixed French typos reported by tester - -2001/03/07 Pixel - - * share/fonts.tar.bz2: use gb16fs instead of gb16st - - * fsedit.pm: fix typo - - * install2.pm (main): save $@ in $err so that it's not modified before - being used - - * share/rpmsrate: lower Mesa's rate - - * standalone/drakboot: make it please perl2fcalls - -2001/03/06 dam's - - * netconnect.pm: corrected bad %intf while savung - don't ask configuration if expert - now detecting adsl - - * standalone/draknet: remmoved 'quiting appli' screen - -2001/03/06 Guillaume Cottenceau - - * install_any.pm: fix save of automatic stage1 info for static network - - * mdk-stage1/init.c: do not display from syslog msg's from RPM telling - that it - installed/removed some pkg's - - * mdk-stage1/Makefile: fix includes for init - -2001/03/06 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, help.pm, 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/sl.po, standalone/draknet, - 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: corrected some typos, Updated Japanese - file - -2001/03/06 Pixel - - * perl2fcalls: - - small fix for bootlook.pm - - don't display reused - - * detect_devices.pm (stringlist): if no text description, display ids - - * install_steps_interactive.pm (generateAutoInstFloppy): comment old code - (summary): fixes - (setupSCSI): cleanup - (summary): display sound/tv/isdn cards found - - * fsedit.pm (check_mntpoint): don't allow LVM on / or /boot - (@suggestions_mntpoints): add /boot - - * install_any.pm: hack to make perl2fcalls happy - (getHds): fix for no hd detected in newbie installs - (setPackages): s/snd-slot/sound-slot/ - - * install_steps_auto_install.pm (@graphical_steps): add - beforeInstallPackages so that advertisings are there - - * install2.pm (setupSCSI): remove autoSCSI, cleanup - - * http.pm, ftp.pm: don't use install_any - - * modules.pm: add cciss - - * partition_table.pm (add): create 3 primaries before creating an extended - if DAC960 (/dev/rd/*) - (add): max number of parts for rd, ida and cciss - -2001/03/06 yduret - - * bootlook.pm: pixelisation - -2001/03/06 dam's - - * install2.pm: corrected bad file search - corrected intf setting - - * standalone/draknet: added enable/disable networking button. - - * standalone/drakxconf: updated to be launched frome DrakConf if no - DISPLAY - - * netconnect.pm: now detecting adsl - typo - better load_conf - - * Xconfigurator.pm: cleaned png displaying - - * common.pm: setinhash -> set_in_hash - added setinhash - - * fs.pm: typo - use set_in_hash - -2001/03/06 Guillaume Cottenceau - - * mdk-stage1/cdrom.c: enable probing of all the CDROM drives in automatic - mode - - * mdk-stage1/Makefile: fix includes for init - -2001/03/06 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/sl.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: corrected some typos, Updated Japanese file - updated Lithuanian file - - * help.pm, standalone/draknet: corrected some typos, Updated Japanese file - -2001/03/06 Pixel - - * install_steps.pm, any.pm, Xconfigurator.pm: move inittab modifying to - any::runlevel - - * partition_table.pm (add): max number of parts for rd, ida and cciss - - * fs.pm, netconnect.pm, common.pm: set_in_hash is now put_in_hash - - * diskdrake.pm (Create): pixelization - - * fsedit.pm (hds): pixelization - - * install_steps_auto_install.pm (@graphical_steps): add - beforeInstallPackages so that advertisings are there - - * modules.pm: add cciss - - * install2.pm (main): remove unloading vfat (not needed anymore with - mdk-stage1) - -2001/03/05 dam's - - * netconnect.pm: $mouse->{device} is set if it doesn't exists. - - * Makefile: added pixmaps copying - -2001/03/05 Pablo Saratxaga - - * netconnect.pm, bootlook.pm, help.pm: fixed English typos - -2001/03/05 Pixel - - * install_steps_interactive.pm (generateAutoInstFloppy): use - generate_automatic_stage1_params - - * c/stuff.xs.pm, my_gtk.pm: XSetInputFocus now done in perl-GTK - - * install_any.pm (generate_automatic_stage1_params): replace - generate_ks_cfg - -2001/03/05 dam's - - * Makefile: added pixmaps copying - - * standalone/draknet: required gtk only if needed, added redirection to - newt if needed - - * netconnect.pm: $mouse->{device} is set if it doesn't exists. - corrected short circuit if network install - corrected bad end message, - added copying of resolv.conf & modules.conf - - * install2.pm: moved askrootpasswd and adduser before network conf - - * network.pm: removed old NS0 fetching. /etc/resolv.conf is read in - install2.pm now - removed setdefaultroute and sethostname - -2001/03/05 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/sl.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 Latvian, Belarussian and Spanish files - -2001/03/05 Pixel - - * lvm.pm (lv_create): fix typo - - * bootloader.pm: add use devices - (install_grub): ensure the translated messages are not too big the hard - way - - * install_any.pm (generate_automatic_stage1_params): replace - generate_ks_cfg - (install_urpmi): have "use hdlist ..." in any case - - * my_gtk.pm: XSetInputFocus now done in perl-GTK - (_create_window): don't care about c::XSetInputFocus not existing - - * any.pm (setupBootloader): pixelization - (setupBootloader): fix call to get_append - - * interactive.pm (vnew): cleanup - - * common.pm (salt): cleanup - - * install_steps_interactive.pm (generateAutoInstFloppy): use - generate_automatic_stage1_params - - * c/stuff.xs.pm: XSetInputFocus now done in perl-GTK - - * c/Makefile.PL: compile fix - - * diskdrake.pm (create_buttons4partitions_): fix for displaying LVM - - * Xconfigurator.pm (xtest): use external xtest if standalone - - * install2.pm (main): remove unloading vfat (not needed anymore with - mdk-stage1) - -2001/03/04 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/sl.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, - diskdrake.pm, share/po/af.po: updated po files - -2001/03/04 Pixel - - * diskdrake.pm (Add2LVM): fix bug (causing empty list), make cancel work - - * share/rpmsrate: - - remove autologin - - move X11R6-contrib to DEVELOPEMENT and lower rate - -2001/03/04 stew - - * any.pm - changes to enable yaboot configuration for PPC - - * diskdrake.pm, fs.pm, partition_table.pm isBootstrap -> isAppleBootstrap - - * install_steps_interactive.pm - auto-add Apple Bootstrap - PPC - -2001/03/03 Pixel - - * install_steps.pm, fsedit.pm, lvm.pm, standalone/diskdrake, - install_interactive.pm, install2.pm: small fixes for LVM - - * diskdrake.pm: don't default the LVM name to 'pp' ;pp - small fixes for LVM - -2001/03/03 Pixel - - * install_steps.pm: small fixes for LVM - (doPartitionDisksAfter): small adaptation for LVMs - use run_or_die - - * fsedit.pm: small fixes for LVM - (hds): detect LVMs and return them - (add): handling of LVMs - (@partitions_signatures): add new magic of reiserfs - - * bootloader.pm: use run_or_die - - * run_program.pm (run_or_die, rooted_or_die): created - - * install_steps_interactive.pm: cleanup - - * install_any.pm (getHds): handle LVMs. $o->{lvms} contain them - (setPackages): ask for installation of package lvm when needed - (suggest_mount_points, find_root_parts): take $fstab as arg instead of - $hds - - * install2.pm: small fixes for LVM - (formatPartitions): call vgscan if needed when / is mounted - - * devices.pm (make): better caller in error - - * share/list: add progs for LVM handling - - * install_interactive.pm: small fixes for LVM - - * diskdrake.pm: small fixes for LVM - - addition of drive to notebook cleaned - - various clean-up - - handling of LVMs - - * standalone/diskdrake: small fixes for LVM - small adaptation - - * lvm.pm: small fixes for LVM - creation - - * partition_table.pm: add isLVMBased - -2001/03/02 stew - - * commands.pm - fdisk locks up machine on report_bug - replace with pdisk PPC - - * install_steps.pm - no bootfloppy, added yaboot.conf - PPC - - * install_interactive.pm - pdisk vs. fdisk - PPC - - * bootloader.pm - added code to create yaboot.conf, run ybin - vmlinux vs. vmlinuz - -2001/03/02 stew - - * c/smp.c -stanza for PPC - - * detect_devices.pm - added code for MO devices - - * help.pm - help information for yaboot - PPC - - * partition_table.pm - PPC mods - - * partition_table_mac.pm - PPC mods - - * modules.pm - PPC mods - parallel port not used - - * diskdrake.pm - PPC mods - display like pdisk - - * install2.pm - PPC mod - no bootdisk - - * fs.pm - bootstrap partition - PPC - -2001/02/27 dam's - - * standalone/draknet: pop up a dialog to quit X when accepting - configuration - -2001/02/27 Pixel - - * partition_table_raw.pm (@MBR_signatures): add yet another grub signature - - * devices.pm (entry): add fd0H1440 and fd1H1440 - - * bootloader.pm (mkbootdisk): fix for mkbootdisk using fd0H1440. Must be - created - -2001/02/26 dam's - - * Makefile.drakxtools, pixmaps/hori.xpm, pixmaps/tradi.xpm, - pixmaps/eth_card_mini.xpm, pixmaps/verti.xpm: new pixmap policy - - * Makefile: typo - new pixmap policy - - * bootlook.pm: typo - new pixmap policy - need to be merged with bootloader - - * standalone/draknet: reincluded Gtk + init Gtk - thiskind -> thiskind_backend - new pixmap policy - - * standalone/drakboot: short-circuit to bootlook for the moment. - -2001/02/26 Pablo Saratxaga - - * share/po/be.po, share/po/sp.po, share/po/pt.po, - share/po/i18n_compssUsers, 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/sl.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: Fixed i18n_compssUsers - script to produce a correct pot file - Updated Estonian and Walloon files - - * bootlook.pm: changed I_() to _() so xgettext cna find the translatable - strings - -2001/02/26 Pixel - - * standalone/drakgw: pixelization - - * install_steps.pm: remove unneeded "use install_interactive" - - * install_steps_gtk.pm (copy_advertising): fix changing for - advertising_images - -2001/02/26 dam's - - * netconnect.pm: should correct bad resolv.conf when swithcinf in - standalone embedded mode. Not Certified - fixed standalone edition - corrected wizard mode. - - * Makefile.drakxtools, Makefile, pixmaps/eth_card_mini.xpm: new pixmap - policy - - * standalone/draknet: new pixmap policy - fixed standalone edition - - * bootlook.pm: need to be merged with bootloader - - * interactive_gtk.pm: if wizard, show the button - - * standalone/drakboot: short-circuit to bootlook for the moment. - -2001/02/26 Pixel - - * common.pm (if_): fix for use in scalar context - - * install_steps_interactive.pm (summary): translate mouse description - - * install_steps.pm: remove unneeded "use install_interactive" - - * install_steps_gtk.pm (copy_advertising): fix changing for - advertising_images - -2001/02/26 warly - - * share/compssUsers, share/rpmsrate: remove some packages - -2001/02/26 dam's - - * interactive_gtk.pm: if wizard, show the button - - * netconnect.pm: corrected wizard mode. - -2001/02/26 Pixel - - * common.pm (if_): fix for use in scalar context - - * install_steps_interactive.pm (summary): translate mouse description - -2001/02/25 dam's - - * share/logo-mandrake-Firewall.xpm, share/logo-mandrake.xpm: changed logo. - - * netconnect.pm: profile handling. - profile handling - corrected wizard. - - * standalone/draknet: profile handling. - profile handling - - * install_steps_interactive.pm: updated - -2001/02/25 Pixel - - * install2.pm (main): move the load_deps before all the loadO's - - * install_any.pm (g_auto_install): have formatMountPartitions graphical if - $graphical - - * install_steps_interactive.pm (generateAutoInstFloppy): use "timeout 1" - for replay - - * interactive_gtk.pm (ask_from_entries_refW): ensure "advanced" lists - center the chosen value - -2001/02/24 Pixel - - * install_steps.pm, install2.pm: move writing to config files from - install2::selectKeyboard to install_steps - - * share/list, Makefile, tools/i386/mkreiserfs: for now, have mkreiserfs in - the CVS since the current cooker version is too recent - - * commands.pm (more): handle 'q' to quit - -2001/02/24 Pixel - - * c/Makefile (stuff): fix the fix's fix :'-( - - * detect_devices.pm (pci_probe): fix to clean the log - - * install_steps_interactive.pm (setRootPassword): NIS server must be - editable - -2001/02/23 Pixel - - * install_any.pm (g_auto_install): handle $replay flag. It means a 'not - fully automated install'. - - * install_steps_auto_install.pm (@graphical_steps): specify which step - should be interactive - - * c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed - - * install_steps.pm (afterInstallPackages): no kdm UserView in NIS - (configurePrinter): if_'ization - - * install_steps_interactive.pm (exitInstall): ask wether Replay or - Automated - (generateAutoInstFloppy): handle $replay flag. It means a 'not fully - automated install'. - (summary): nicer mouse name - -2001/02/23 dam's - - * network.pm, standalone/draknet, netconnect.pm, my_gtk.pm: new wizard - layout, no use gtk in draknet, minor bugfixes - -2001/02/23 François Pons - - * pkgs.pm: added accessor the rpmsrate data of packages. - avoid rebuilding the database for oem, rpm db is assumed to be fine. - - * rescue/make_rescue_img: removed kernel_reread program. - - * rescue/tree/etc/oem: removed server from selection. - added mutli CD support to OEM (NFS/DVD transparent) - fixed selection of package now select much more than before. - fixed root partition size set to the minimum. - -2001/02/23 Guillaume Cottenceau - - * share/rpmsrate: move xterm to SYSTEM - -2001/02/23 Pixel - - * Xconfigurator.pm: move the 'use my_gtk' in 'require my_gtk' and only if - needed - - * install_steps_auto_install.pm (@graphical_steps): specify which step - should be interactive - - * c/stuff.xs.pm: hack for macroporcessing in term.h - use C_DRAKX - - * install_steps.pm (afterInstallPackages): no kdm UserView in NIS - (configurePrinter): if_'ization - - * share/rpmsrate: add packages installed on demand by DrakX. they are - specifically flagged - or flagged 'INSTALL' - - * perl2fcalls: handling of ``package''->import(``what to import'') - - * interactive.pm (vnew): use /usr/X11R6/bin/xtest instead of c::Xtest - - * Makefile (tar-drakxtools): C_RPM and C_DRAKX set to 0 - - * install_any.pm (g_auto_install): handle $replay flag. It means a 'not - fully automated install'. - - * c/Makefile.PL: use C_DRAKX - - * pkgs.pm (setSelectedFromCompssList): fix the fix - - * c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed - add setting C_DRAKX to 1 by default - - * install_steps_interactive.pm (exitInstall): ask wether Replay or - Automated - (generateAutoInstFloppy): handle $replay flag. It means a 'not fully - automated install'. - (summary): nicer mouse name - -2001/02/23 Pixel - - * interactive_gtk.pm (ask_from_entries_refW): double clicking on list - means 'Ok' - - * pkgs.pm (setSelectedFromCompssList): fix sillyness - -2001/02/22 dam's - - * netconnect.pm: corected infinite loop - -2001/02/22 François Pons - - * rescue/tree/etc/oem: minor cleanup to edit partition size more easily. - brand new version written in perl, support repartitionning on the fly of - the - hard disk and resize of already present FAT partition. - - * rescue/list.i386, rescue/list, rescue/Makefile: make rescue build a bit - more cleaner (added dependancy). - added missing file for rescue to enable new oem install. - -2001/02/22 Guillaume Cottenceau - - * mdk-stage1/insmod-modutils/include/elf_hppa64.h, - mdk-stage1/insmod-modutils/util/alias.h, - mdk-stage1/insmod-modutils/util/xstrcat.c, - mdk-stage1/insmod-modutils/util/gzfiles.c, - mdk-stage1/insmod-modutils/include/elf_arm.h, - mdk-stage1/insmod-modutils/util/sys_qm.c, - mdk-stage1/insmod-modutils/util/modstat.c, - mdk-stage1/insmod-modutils/obj/obj_sparc.c, - mdk-stage1/insmod-modutils/include/elf_m68k.h, - mdk-stage1/insmod-modutils/Makefile, - mdk-stage1/insmod-modutils/util/xstrdup.c, - mdk-stage1/insmod-modutils/obj/obj_arm.c, - mdk-stage1/insmod-modutils/obj/obj_m68k.c, - mdk-stage1/insmod-modutils/obj/obj_hppa64.c, - mdk-stage1/insmod-modutils/include/elf_sparc64.h, - mdk-stage1/insmod-modutils/util/sys_dm.c, - mdk-stage1/insmod-modutils/include/elf_s390.h, - mdk-stage1/insmod-modutils/obj/obj_s390.c, - mdk-stage1/insmod-modutils/util/xmalloc.c, - mdk-stage1/insmod-modutils/util/xsystem.c, mdk-stage1/insmod.h, - mdk-stage1/insmod-modutils/util/xftw.c, - mdk-stage1/insmod-modutils/include/elf_i386.h, - mdk-stage1/insmod-modutils/util/sys_gks.c, - mdk-stage1/insmod-modutils/util/snap_shot.c, - mdk-stage1/insmod-modutils/obj/obj_i386.c, mdk-stage1/modules.c, - mdk-stage1/stage1.c, mdk-stage1/insmod-modutils/include/obj.h, - mdk-stage1/insmod-modutils/include/elf_ppc.h, - mdk-stage1/insmod-modutils/obj/obj_reloc.c, - mdk-stage1/insmod-modutils/include/elf_sparc.h, - mdk-stage1/insmod-modutils/util/sys_nim.c, - mdk-stage1/insmod-modutils/obj/obj_ppc.c, mdk-stage1/Makefile, - mdk-stage1/insmod-modutils/include/elf_hppa.h, - mdk-stage1/insmod-busybox/insmod.c, - mdk-stage1/insmod-modutils/util/meta_expand.c, - mdk-stage1/insmod-modutils/util/arch64.c, - mdk-stage1/insmod-modutils/obj/obj_load.c, - mdk-stage1/insmod-modutils/obj/obj_hppa.c, - mdk-stage1/insmod-busybox/insmod.h, - mdk-stage1/insmod-modutils/include/elf_ia64.h, - mdk-stage1/insmod-modutils/obj/obj_ia64.c, - mdk-stage1/insmod-modutils/obj/obj_sparc64.c, - mdk-stage1/insmod-modutils/include/elf_mips.h, - mdk-stage1/insmod-modutils/include/module.h, - mdk-stage1/insmod-modutils/obj/obj_mips.c, - mdk-stage1/insmod-modutils/util/sys_cm.c, - mdk-stage1/insmod-modutils/obj/obj_alpha.c, - mdk-stage1/insmod-modutils/include/kerneld.h, - mdk-stage1/insmod-modutils/util/xrealloc.c, - mdk-stage1/insmod-modutils/obj/Makefile, - mdk-stage1/insmod-modutils/insmod-frontend.c, - mdk-stage1/insmod-modutils/obj/obj_common.c, - mdk-stage1/insmod-modutils/include/modstat.h, - mdk-stage1/insmod-modutils/util/Makefile, - mdk-stage1/insmod-modutils/include/config.h, - mdk-stage1/insmod-modutils/util/logger.c, - mdk-stage1/insmod-modutils/obj/obj_kallsyms.c, - mdk-stage1/Makefile.common, mdk-stage1/insmod-modutils/include/util.h, - mdk-stage1/insmod-modutils/util/config.c, - mdk-stage1/insmod-modutils/include/version.h, - mdk-stage1/insmod-modutils/include/kallsyms.h, - mdk-stage1/insmod-modutils/include/elf_alpha.h, - mdk-stage1/insmod-modutils/util/sys_oim.c, - mdk-stage1/insmod-modutils/insmod.c: use modutils for non Intel arch's - -2001/02/22 Pixel - - * fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but - not - over existing /etc/fstab. Fix some stupid stuff - - * modules.pm, commands.pm: call /usr/bin/insmod_ with full path - - * install2.pm (main): don't set a special $remote_path PATH for - postInstallNonRooted - (otherwise install's modprobe is not used, and you can't "modprobe - vfat", - even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not - found. - - * my_gtk.pm (create_box_with_title): disallow focusing on text if it is - non-scrolled - -2001/02/22 Guillaume Cottenceau - - * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/minilibc.c, - mdk-stage1/init-libc-headers.h, - mdk-stage1/dietlibc/include/sys/select.h, mdk-stage1/Makefile, - mdk-stage1/init.c, mdk-stage1/minilibc.h, - mdk-stage1/dietlibc/include/unistd.h, - mdk-stage1/dietlibc/include/sys/socket.h, - mdk-stage1/dietlibc/include/signal.h: have "init" compiled against - dietlibc (rather than glibc) on non-Intel arch's - -2001/02/22 Pixel - - * install_steps_auto_install.pm: $graphical is now a module variable. Can - be changed from everywhere - - * fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but - not - over existing /etc/fstab. Fix some stupid stuff - - * modules.pm, commands.pm: call /usr/bin/insmod_ with full path - - * install2.pm (main): don't set a special $remote_path PATH for - postInstallNonRooted - (otherwise install's modprobe is not used, and you can't "modprobe - vfat", - even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not - found. - - * my_gtk.pm (create_box_with_title): disallow focusing on text if it is - non-scrolled - - * interactive.pm (ask_from_entries_refH_powered_normalize): fix setting - type to 'list' in - case of format. should be only set if type is unset - (ask_from_entries_refH_powered_normalize): if list+format then type is - 'list', combo not accepted (hacky?) - - * interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't - call create_okcancel - -2001/02/22 Pixel - - * interactive.pm (ask_from_entries_refH_powered_normalize): if list+format - then type is - 'list', combo not accepted (hacky?) - - * install_steps_auto_install.pm: $graphical is now a module variable. Can - be changed from everywhere - - * interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't - call create_okcancel - -2001/02/21 dam's - - * network.pm, netconnect.pm: netconnect recode, wizard compatible. - network.pm modified for wizard. Still need work for ask_yesorno, - ask_okcancel. +debugging of course - - * standalone/draknet: updated (don't remember what) - -2001/02/21 Guillaume Cottenceau - - * mdk-stage1/tools.c, mdk-stage1/Makefile, - mdk-stage1/dietlibc/lib/vprintf.c, mdk-stage1/dietlibc/lib/vfprintf.c, - mdk-stage1/minilibc.h, mdk-stage1/minilibc.c, - mdk-stage1/init-libc-headers.h: - - fix "init" on ppc (do not use minilibc on non-i386 arch's) - - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - - cleanup of "init" - - * mdk-stage1/init.c: - - fix "init" on ppc (do not use minilibc on non-i386 arch's) - - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - - cleanup of "init" - fix up syslog logging stuff - -2001/02/21 Pixel - - * install_steps.pm (generateAutoInstFloppy): removed - - * install_any.pm (g_auto_install): use selected_leaves for - default_packages to reduce the - list of packages (aka cleanup auto_inst.cfg) - (g_default_packages): created - - * install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy - and g_default_packages calls in - advanced - - * netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use - - * pkgs.pm (selected_leaves): created - - * install2.pm (main): do postInstallNonRooted before postInstall (so that - 'modprobe - vfat' can be done in postInstallNonRooted and used in postInstall) - - move the loadO of patch/defcfg after loading modules.dep - - generateAutoInstFloppy is no more a step - - removed use Data::Dumper - -2001/02/21 Chmouel Boudjnah - - * share/rpmsrate: Add iputils to SYSTEM. - -2001/02/21 dam's - - * docs/wizard.doc: putain de doc de merde pout petite qui est trop débile - - * interactive.pm, my_gtk.pm: corrected wizard mode. - -2001/02/21 Guillaume Cottenceau - - * mdk-stage1/TECH-INFOS: sync doc with disk automatic installs - - * mdk-stage1/disk.c: add support for automatic (ex-kickstart) in disk - installs - -2001/02/21 Pablo Saratxaga - - * share/po/da.po: updated Danish file - -2001/02/21 Pixel - - * install_steps.pm (generateAutoInstFloppy): removed - - * install_any.pm (g_auto_install): use selected_leaves for - default_packages to reduce the - list of packages (aka cleanup auto_inst.cfg) - (g_default_packages): created - - * install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy - and g_default_packages calls in - advanced - - * netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use - - * pkgs.pm (selected_leaves): created - - * install2.pm (main): do postInstallNonRooted before postInstall (so that - 'modprobe - vfat' can be done in postInstallNonRooted and used in postInstall) - - move the loadO of patch/defcfg after loading modules.dep - - generateAutoInstFloppy is no more a step - - removed use Data::Dumper - -2001/02/20 Pixel - - * printerdrake.pm: fix typo - - * install_steps.pm, install_steps_gtk.pm, install_any.pm: better - advertising support - -2001/02/20 Guillaume Cottenceau - - * mdk-stage1/url.h, mdk-stage1/url.c, mdk-stage1/network.c: for HTTP - installs, make use of Content-Length when available, to display - progressbar - -2001/02/20 Pixel - - * Makefile: various - - pcmcia_config.patch now in tools (no more in install which is - removed) - - copy xpm's (until step icons work with png's) - - transform group icons in pngs - - * modules.pm, class_discard.pm, my_gtk.pm, Xconfigurator.pm: various - - * tools/pcmcia_config.patch: pcmcia_config.patch now here - - * printerdrake.pm: fix typo - - * install_any.pm, install_steps.pm, install_steps_gtk.pm: better - advertising support - -2001/02/20 warly - - * share/compssUsers, share/rpmsrate, share/compssList: update rpmsrate - -2001/02/20 François Pons - - * c/stuff.xs.pm, live_install, pkgs.pm, live_install2: added RPMRC_FILE - env variable to choose rpmrc file for rpmlib used - by DrakX, neccessary for live update from a 7.2 or older. - Check that if something goes wrong with rebuilddb, avoid removing - old rpm-3 db files. - Make sure live_install can start from top directory too. - -2001/02/20 Pixel - - * Makefile: various - - pcmcia_config.patch now in tools (no more in install which is - removed) - - copy xpm's (until step icons work with png's) - - transform group icons in pngs - - * modules.pm, class_discard.pm: various - - * tools/pcmcia_config.patch: pcmcia_config.patch now here - - * my_gtk.pm, Xconfigurator.pm: various - major move. now ask_from_list returns false when canceled (it doesn't - die 'ask_from_list canceled' anymore) - - * interactive_gtk.pm, standalone/mousedrake, install_steps_interactive.pm, - netconnect.pm, standalone/keyboarddrake, install2.pm, interactive.pm, - any.pm, printerdrake.pm, diskdrake.pm: major move. now ask_from_list - returns false when canceled (it doesn't die 'ask_from_list canceled' - anymore) - -2001/02/19 Guillaume Cottenceau - - * mdk-stage1/stage1.c: try to print errno's stuff when symlink to - /tmp/stage2 failed - - * mdk-stage1/dhcp.c: ARP_MAX_RETRIES: s/5/4 - -2001/02/19 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/sl.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 Estonian file - -2001/02/19 Pixel - - * interactive.pm (ask_from_listf_no_check): die 'ask_from_list cancel' on - cancel - - * my_gtk.pm (create_packtable): don't use attach_raw anymore (was a - sillyme) - -2001/02/18 dam's - - * standalone/draknet: typo - make fbastok happy about button placement. - little improvements. - -2001/02/16 dam's - - * install_gtk.pm: corrected xpm mask - - * network.pm: wireless eth support corrected. - - * share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm, - share/step-green-click.xpm, share/step-green.xpm, share/step-red-on.xpm, - share/step-orange-on.xpm, share/step-green-on.xpm, - share/step-red-click.xpm: re added these xpm files against display mask - pb. - -2001/02/16 Guillaume Cottenceau - - * mdk-stage1/init.c: better ansi colors - - * mdk-stage1/dhcp.c: comply with glibc-2.2.2 more strict headers - - * mdk-stage1/stdio-frontend.c: display more nicely when there is a long - list to choose from (1, 2 or 4 columns) - -2001/02/15 Guillaume Cottenceau - - * mdk-stage1/TECH-INFOS, mdk-stage1/README: update doc - -2001/02/15 Pablo Saratxaga - - * share/po/az.po: updated Azeri file - -2001/02/15 Pixel - - * install_steps_gtk.pm (installPackages): fix i_images - - * fsedit.pm (suggestions_mntpoint): fix - -2001/02/15 Pixel - - * install_steps_gtk.pm (installPackages): fix i_images - (installPackages): traktolpilization and advertising - - * Makefile (get_needed_files): copy png files instead of xpm's - - * fsedit.pm (suggestions_mntpoint): fix - - * my_gtk.pm (gtkcreate_png): add error message, syntax cleanup - - * share/list: add GdkImlib stuff - - * perl2fcalls: add Gtk::Gdk::ImlibImage - - * install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share - if it exists - -2001/02/15 dam's - - * my_gtk.pm, any.pm, install_gtk.pm, install_steps_interactive.pm, - install_steps_gtk.pm, interactive_gtk.pm: added png support. Need to - test the faces2xpm stuff. - - * share/step-orange-click.xpm, share/rpm-selected.xpm, - share/step-green-click.xpm, share/step-green.xpm, share/rpm-base.xpm, - share/ftin.xpm, share/step-orange-on.xpm, share/ftout.xpm, - share/step-red-click.xpm, share/step-green-on.xpm, - share/rpm-unselected.xpm, share/step-red.xpm, share/step-orange.xpm, - share/reload.xpm, share/rpm-semiselected.xpm, - share/logo-mandrake-Desktop.xpm, share/rpm-installed.xpm, - share/step-red-on.xpm: removed, png are used instead. - - * standalone/draknet: updated internet and added eth conf - - * share/help.xpm, share/logo-mandrake.xpm: removed, png are used instead. - added png images - - * share/step-red.png, share/step-orange.png, share/reload.png, - share/logo-mandrake.png, share/rpm-semiselected.png, - share/logo-mandrake-Desktop.png, share/rpm-installed.png, - share/logo-mandrake_sav.png, share/step-red-on.png, share/help_sav.png, - share/rpm-selected.png, share/step-orange-click.png, - share/step-green-click.png, share/step-green.png, share/rpm-base.png, - share/logo-mandrake2.png, share/ftin.png, share/help.png, - share/step-orange-on.png, share/step-green-on.png, share/ftout.png, - share/step-red-click.png, share/step-green_s.png, share/themes-mdk.rc, - share/rpm-unselected.png: added png images - -2001/02/15 Pixel - - * Makefile (get_needed_files): copy png files instead of xpm's - - * install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share - if it exists - (selectKeyboard): give clicked as parameter - - * my_gtk.pm (gtkcreate_png): add error message, syntax cleanup - - * fsedit.pm (suggestions_mntpoint): fix typo - - * share/list: add GdkImlib stuff - - * perl2fcalls: add Gtk::Gdk::ImlibImage - - * install_steps_interactive.pm (summary): better message for i18n - - * install_steps_gtk.pm (installPackages): traktolpilization and - advertising - -2001/02/14 dam's - - * network.pm, standalone/draknet: wireless updated - - * share/help.xpm, share/themes-mdk.rc, share/logo-mandrake.xpm: valentin - theme :) - -2001/02/14 Pixel - - * install_steps.pm (afterInstallPackages): add user in group usb - -2001/02/14 dam's - - * share/themes-mdk.rc: valentin theme :) - added drawing theme section - - * network.pm: wireless updated - updated wireless eth support - - * standalone/draknet: wireless updated - - * share/help.xpm, share/logo-mandrake.xpm: valentin theme :) - -2001/02/13 dam's - - * netconnect.pm: network con initiated in draknet. - netconnect improvement. - typo - - * network.pm: typo - corrected domainname setting - - * standalone/draknet: network con initiated in draknet. - netconnect improvement. - -2001/02/13 Guillaume Cottenceau - - * mdk-stage1/frontend.h, mdk-stage1/network.h, - mdk-stage1/stdio-frontend.c, mdk-stage1/dhcp.c, mdk-stage1/automatic.c, - mdk-stage1/newt-frontend.c, mdk-stage1/automatic.h, mdk-stage1/disk.c, - mdk-stage1/network.c: write down Magic Callback (tm) for static ip stuff - - * mdk-stage1/modules.c: ask for modules parameters everytime in expert - mode, to avoid wrong autodetections in certain cases - - better log of nfs mount errors - - don't insmod modules already present (important for bzip2 slowness) - - * mdk-stage1/cdrom.c: better error msg thx to mcdtg - - * mdk-stage1/mount.c, mdk-stage1/nfsmount.c: - - better log of nfs mount errors - - don't insmod modules already present (important for bzip2 slowness) - - * mdk-stage1/stage1.c, mdk-stage1/init.c: use exit code 66 for rescue - better console messages at startup - -2001/02/13 dam's - - * standalone/draknet: profile handling updated - - * network.pm: typo - corrected domainname setting - - * netconnect.pm: finished load_conf - -2001/02/13 Guillaume Cottenceau - - * rescue/make_rescue_img, rescue/list: include libs for hostname resolving - - * mdk-stage1/stage1.c, mdk-stage1/init.c: better console messages at - startup - - * mdk-stage1/tools.c: - - save /etc/resolv.conf for rescue - -2001/02/13 Pixel - - * install_steps_interactive.pm (selectKeyboard): can be automatic only in - non-expert - - * any.pm: md5 now done via crypt - - * install_steps.pm (exitInstall): catch exception of output report.bug - (for gc) - -2001/02/13 Pixel - - * install_steps_interactive.pm (selectKeyboard): can be automatic only in - non-expert - - * tools/cvslog2changelog.pl: fix for gc & fpons - fix for fredl broken CVS - - * any.pm: md5 now done via crypt - - * install_steps.pm (exitInstall): catch exception of output report.bug - (for gc) - -2001/02/13 dam's - - * network.pm: experimental wireless eth support. Not tested - -2001/02/13 Pixel - - * tools/cvslog2changelog.pl: fix for gc & fpons - fix for fredl broken CVS - - * c/stuff.xs.pm, c/Makefile.PL, c/md5.h, c/md5_crypt.c, c/md5.c: md5 can - be done via crypt of glibc, so remove all this - -2001/02/13 dam's - - * any.pm: merging difference - - * netconnect.pm: corrected profile handling - - * network.pm: experimental wireless eth support. Not tested - -2001/02/12 Pixel - - * tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added - docs, rescue, tools) - -2001/02/12 Guillaume Cottenceau - - * mdk-stage1/probing.c: do not close un unbound socket!! - - * c/stuff.xs.pm: close socket everytime in hasNetDevice - - * mdk-stage1/Makefile: tag it 8.0beta instead of 8.0, to avoid future - potential confusions - - * modules.pm: re include some network modules - -2001/02/12 Guillaume Cottenceau - - * rescue/list: fix vi trouble - - add lspci, lspcidrake, vim-minimal - - better /etc/issue - - better PS1 - - write embryonic tool (installation of detected drivers according to - pci cards) - - * rescue/aliases, rescue/tree/etc/issue: fix vi trouble - - * rescue/list.i386, rescue/make_rescue_img, rescue/drvinst: - - add lspci, lspcidrake, vim-minimal - - better /etc/issue - - better PS1 - - write embryonic tool (installation of detected drivers according to - pci cards) - -2001/02/12 Pixel - - * rescue/drvinst: pixelization - - * docs/README: fix doc about Mandrake/base/compss - - * install_steps_gtk.pm (choosePackagesTree): non first choice packages are - in "Other". - - * install_interactive.pm, any.pm, fsedit.pm, diskdrake.pm: auto_allocate - partitions choice modified. diskdrake in expert asks what kind - of auto_allocation is wanted, others choose 'simple' in - %fsedit::suggestions - - * install2.pm: auto_allocate partitions choice modified. diskdrake in - expert asks what kind - of auto_allocation is wanted, others choose 'simple' in - %fsedit::suggestions - (main): gc has done it again! /tmp/conf.modules is now - /etc/modules.conf, - so load both to keep compatibility. - - * my_gtk.pm: cleanup (remove ask_from_list and _ask_from_list) - - * interactive_gtk.pm (ask_from_entries_refW): use - $common->{advanced_label} - (create_ctree): add keyboard shortcuts - (create_clist): moveto only if row_is_visible - - * interactive.pm (ask_from_entries_refH_powered_normalize): advanced_label - defaults to - _("Advanced") - - * tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added - docs, rescue, tools) - - * install_steps_interactive.pm (configurePrinter): cleanup, - pkg_install_if_requires_satisfied('xpp', - 'kups') only if a printer is configured (for the case when _("Would you - like to configure a printer?") is answered no) - - * rescue/tree/etc/rc.sysinit: add floppy module for 2.4 - -2001/02/10 Pixel - - * standalone/draknet, standalone/XFdrake: corrected pkgs_install given - - * install_any.pm: add preConfigureTimezone - add step summary. remove steps configureTimezone and configurePrinter - - * install_interactive.pm: cleanup - - * standalone/keyboarddrake, share/keymaps_generate, keyboard.pm: - - lang2keyboards handle keyboard percentages - - xmodmaps now named keyboards - - * install_steps_interactive.pm: add step summary. remove steps - configureTimezone and configurePrinter, modify selectKeyboard - - * install2.pm, timezone.pm, install_steps.pm: add step summary. remove - steps configureTimezone and configurePrinter - - * netconnect.pm: corrected back $install call - -2001/02/10 Pixel - - * standalone/keyboarddrake, share/keymaps_generate, keyboard.pm: - - lang2keyboards handle keyboard percentages - - xmodmaps now named keyboards - - * install_steps_interactive.pm: add step summary. remove steps - configureTimezone and configurePrinter, modify selectKeyboard - - * standalone/draknet, standalone/XFdrake: corrected pkgs_install given - - * install_any.pm: add preConfigureTimezone - add step summary. remove steps configureTimezone and configurePrinter - - * install2.pm, timezone.pm, install_steps.pm: add step summary. remove - steps configureTimezone and configurePrinter - - * install_interactive.pm: cleanup - - * netconnect.pm: corrected back $install call - -2001/02/09 Pixel - - * install_steps.pm, install_steps_interactive.pm, install2.pm, - timezone.pm: configureTimezone doesn't take parameter - /etc/sysconfig/clock - -2001/02/09 Pixel - - * interactive_gtk.pm, interactive.pm, interactive_newt.pm: add button - handling, quite weird behaviour though cuz of newt sillyness - - * install2.pm: configureTimezone doesn't take parameter - /etc/sysconfig/clock - (main): have compatibility with old stage1 (rhimage -> image) - (formatPartitions): - s|etc/sysconfig/consoletrans|etc/sysconfig/console/consoletrans| - as it should now be (see lang.pm 1.143) - - * install_steps.pm, install_steps_interactive.pm, timezone.pm: - configureTimezone doesn't take parameter /etc/sysconfig/clock - -2001/02/09 siegel - - * share/po/de.po: new german version - -2001/02/08 dam's - - * standalone/drakgw: implemented or updated embedded mode - added embedded and (ugly) wizard mode. - - * standalone/printerdrake, standalone/mousedrake, standalone/diskdrake, - standalone/keyboarddrake: implemented or updated embedded mode - - * standalone/draknet: implemented or updated embedded mode - added embedded mode - - * standalone/XFdrake: implemented or updated embedded mode - corrected compilation bug. - - * standalone/drakboot: implemented or updated embedded mode - updated embedded mode. Should work, not tested in real world - - * netconnect.pm: removed testing wizard instruction - -2001/02/08 François Pons - - * ftp.pm: fixed wrong URLPREFIX formation if no user given. - - * standalone/XFdrake: fix the previous changelog wich was wrong (bad - spelling), - added a char in comment to allow a new release (thanks to pixel :-) - make sure SHARE_PATH is set. - fixed SHARE_PATH to make sure it is setted. - - * Xconfigurator.pm: added DRI experimental support (sis, radeon). Prefer - XF3 for SiS card. - - * pkgs.pm: fixed problem for updating hdlist after going back to partition - step. - -2001/02/08 Guillaume Cottenceau - - * mdk-stage1/tools.c, mdk-stage1/config-stage1.h, mdk-stage1/network.c: - better memory detection (from wonderful drakx) - -2001/02/08 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/sl.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 Norwegian file - -2001/02/08 Pixel - - * common.pm (availableRamMB): cleanup - - * standalone.pm, standalone/XFdrake: make sure SHARE_PATH is set now in - standalone - -2001/02/07 François Pons - - * install_any.pm: fixed unknown package ARRAY... and locales selection - according to langs. - - * modules.pm: fixed module name without text for SCSI configuration - dialog, add log. - -2001/02/07 Guillaume Cottenceau - - * mdk-stage1/stage1.c, mdk-stage1/probing.h, mdk-stage1/stage1.h, - mdk-stage1/tools.c, mdk-stage1/automatic.c, mdk-stage1/init.c, - mdk-stage1/probing.c, mdk-stage1/automatic.h, mdk-stage1/modules.c, - mdk-stage1/network.c: - - use description of network cards when you have to select between - interfaces; has accuracy even in the case of multiple interface for a - given kernel module - - write down a small "shell" to change parameters on the fly (needs - compile option SPAWN_INTERACTIVE) - -2001/02/07 Pixel - - * install_steps_interactive.pm (choosePackages): better fix for getting - max install size. - (choosePackages): call setSelectedFromCompssList with empty - compssUsersChoice meaning max - - * common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB - -2001/02/07 François Pons - - * install_any.pm: fixed unknown package ARRAY... and locales selection - according to langs. - -2001/02/07 Pixel - - * install_steps_interactive.pm (choosePackages): better fix for getting - max install size. - (choosePackages): call setSelectedFromCompssList with empty - compssUsersChoice meaning max - - * common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB - -2001/02/07 Guillaume Cottenceau - - * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show - 8.0 - - * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave - hostname+domain - -2001/02/07 Pixel - - * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( - - * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) - - * install_steps_interactive.pm (miscellaneous): remove asking about - numlock and hd optimizations, - deprecates it (aka don't do anything) - - * Xconfigurator.pm (main): don't need isLaptop anymore, use - detect_devices::hasPCMCIA - - * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default - value of memsize - if given - (install): save CLEAN_TMP in sysconfig/system - (get_append, add_append): get or set an append value - (has_profiles, set_profiles): get or add an entry office for profiles, - also add prof=Home in - the default entry - - * any.pm (setupBootloader): take care of profiles and memsize - (facesnames): only display icons capitalized. This goes along the new - mandrake_desk where capitalized named faces are the new one. [a-z].* - icons - being only kept for compatibility. (in case no capitalized icons - available - display everything (compatibility with old mandrake_desk) - - * standalone/draknet, standalone/XFdrake: don't pass isLaptop - - * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove - taking care of - profiles and memsize. Now in any & bootloader - (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in - $o->{miscellaneous} anymore - - * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm - - * netconnect.pm: remove the $isLaptop unused from a hell lot of functions - - * install2.pm (@installSteps): remove miscellaneous - (main): don't remove pcmcia modules anymore (not there anymore), remove - /sbin/stage1 - -2001/02/07 Guillaume Cottenceau - - * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show - 8.0 - - * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave - hostname+domain - -2001/02/07 Pixel - - * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( - - * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) - - * install_steps_interactive.pm (miscellaneous): remove asking about - numlock and hd optimizations, - deprecates it (aka don't do anything) - - * Xconfigurator.pm (main): don't need isLaptop anymore, use - detect_devices::hasPCMCIA - - * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default - value of memsize - if given - (install): save CLEAN_TMP in sysconfig/system - (get_append, add_append): get or set an append value - (has_profiles, set_profiles): get or add an entry office for profiles, - also add prof=Home in - the default entry - - * any.pm (setupBootloader): take care of profiles and memsize - (facesnames): only display icons capitalized. This goes along the new - mandrake_desk where capitalized named faces are the new one. [a-z].* - icons - being only kept for compatibility. (in case no capitalized icons - available - display everything (compatibility with old mandrake_desk) - - * standalone/draknet, standalone/XFdrake: don't pass isLaptop - - * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove - taking care of - profiles and memsize. Now in any & bootloader - (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in - $o->{miscellaneous} anymore - - * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm - - * netconnect.pm: remove the $isLaptop unused from a hell lot of functions - - * install2.pm (@installSteps): remove miscellaneous - (main): don't remove pcmcia modules anymore (not there anymore), remove - /sbin/stage1 - -2001/02/07 Chmouel Boudjnah - - * share/rpmsrate: Add usbd to SYSTEM. - -2001/02/07 dam's - - * netconnect.pm: updated wizard mode, intro and other stuff - - * interactive_gtk.pm, interactive.pm, my_gtk.pm: updated wizard mode - - * share/logo-mandrake.xpm: new logo - -2001/02/07 François Pons - - * http.pm, ftp.pm, pkgs.pm: now fully fixed ftp connection (and http too) - caused by forked DrakX - with latent ftp connection. - -2001/02/07 Guillaume Cottenceau - - * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show - 8.0 - - * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave - hostname+domain - -2001/02/07 Pixel - - * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( - - * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) - - * install_steps_interactive.pm (miscellaneous): remove asking about - numlock and hd optimizations, - deprecates it (aka don't do anything) - - * Xconfigurator.pm (main): don't need isLaptop anymore, use - detect_devices::hasPCMCIA - - * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default - value of memsize - if given - (install): save CLEAN_TMP in sysconfig/system - (get_append, add_append): get or set an append value - (has_profiles, set_profiles): get or add an entry office for profiles, - also add prof=Home in - the default entry - - * any.pm (setupBootloader): take care of profiles and memsize - (facesnames): only display icons capitalized. This goes along the new - mandrake_desk where capitalized named faces are the new one. [a-z].* - icons - being only kept for compatibility. (in case no capitalized icons - available - display everything (compatibility with old mandrake_desk) - - * standalone/draknet, standalone/XFdrake: don't pass isLaptop - - * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove - taking care of - profiles and memsize. Now in any & bootloader - (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in - $o->{miscellaneous} anymore - - * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm - - * netconnect.pm: remove the $isLaptop unused from a hell lot of functions - - * install2.pm (@installSteps): remove miscellaneous - (main): don't remove pcmcia modules anymore (not there anymore), remove - /sbin/stage1 - -2001/02/07 siegel - - * share/po/de.po: new german version - -2001/02/06 François Pons - - * ftp.pm: reworked ftp behaviour a bit for cooperative connection (avoid - opening - and closing connection too fast for each transaction). There seems - to be some problem for retrieving twice a package, this cause huge pause - between each transaction, the best is to avoid them so ? - -2001/02/06 Guillaume Cottenceau - - * mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/stage1.c, - mdk-stage1/init.c, mdk-stage1/newt-frontend.c, mdk-stage1/network.c, - mdk-stage1/modules.c, mdk-stage1/disk.c: - - slighty change the message when exiting successfully from install, - to not mess with abnormal termination - - get back dialog for hostname and domain in case of unable to guess - domain - - try to resolve DNS if self-ip can't resolve, to guess domain - - remember entries so that when there is a problem you don't have to - re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - - use larger buffer for list_directory since in /dev there can be - *many* files - -2001/02/05 dam's - - * Makefile.drakxtools, Makefile: added wizard.rc handling in Makfiles. - - * standalone/draknet: added infos recovering. - - * netconnect.pm: added load_conf() to recover saved infos from conffile. - -2001/02/05 François Pons - - * install_any.pm: removed abusive white char. - updated to use urpmi new format (change fakemedium to better label) - fixed frame buffer usage if not enabled (installation of Aurora) - clean up and remove unused code. - - * ftp.pm: rebuild URLPREFIX as stage1 does not provide it anymore. - - * pkgs.pm: updated to use urpmi new format (change fakemedium to better - label) - - * Xconfigurator.pm: Removed Device3Dfx as it is no more. - - * install_steps.pm: fixed frame buffer usage if not enabled (installation - of Aurora) - clean up and remove unused code. - -2001/02/05 Pablo Saratxaga - - * share/list: updated list of gconv modules - -2001/02/05 Pixel - - * commands.pm (head_tail): fix usage - - * interactive_gtk.pm (create_ctree): node_moveto done only if - node_is_visible is not full - -2001/02/04 Guillaume Cottenceau - - * mdk-stage1/mar/mar-frontend.c: fix bug when creating marfiles with - file-not-found in args - -2001/02/04 Pixel - - * interactive_newt.pm: fix adaptation to the terminal size, should now - work in 80x25 - - * Xconfigurator.pm (monitorConfiguration): better handling of auto_install - - * install_steps_interactive.pm (choosePackages): don't call - chooseSizeToInstall even with experts - - * install_steps_gtk.pm (charsetChanged): re-create steps window - -2001/02/03 dam's - - * modules.pm, standalone/draknet, netconnect.pm: corrected module.conf - update, net conf saving, and no wizard by default. - -2001/02/03 Pablo Saratxaga - - * share/po/da.po: updated Danish file - -2001/02/03 Pixel - - * Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in - auto_installs - - * install_steps_gtk.pm (charsetChanged): created, takes care of setting to - the right charset the windows - - * install_steps_interactive.pm (selectLanguage): call charsetChanged - - * share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"'' - move ftp to SYSTEM so that it is installed - - * Makefile: install cardmgr - - * modules.pm (configure_pcmcia): cleanup - -2001/02/03 Pixel - - * Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in - auto_installs - - * install_steps_gtk.pm (charsetChanged): created, takes care of setting to - the right charset the windows - - * install_steps_interactive.pm (selectLanguage): call charsetChanged - - * share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"'' - move ftp to SYSTEM so that it is installed - - * Makefile: install cardmgr - - * modules.pm (configure_pcmcia): cleanup - -2001/02/02 dam's - - * share/wizard.rc: added rc file for wizard mode - -2001/02/02 Pixel - - * Xconfigurator.pm (monitorConfiguration): better default for DDC probe - fails and - auto_install and not provided any info about the monitor - - * my_gtk.pm (gtkcreate_xpm): error handling with error message - - * share/rpmsrate: all GNOME and KDE moved out of GRAPHICAL_DESKTOP - - * install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in - /etc/sysconfig/i18n - - * mdk-stage1/disk.c (try_with_device): bloody guillaume changed - /tmp/hdimage to /tmp/disk without even - telling, changing it back as i don't see any good reason for the move. - - * install_any.pm (setPackages): in auto_installs, default to all groups - chosen, unless - compssUsersChoice exist. Won't change anything unless compssListLevel is - used of course - - * Xconfigurator_consts.pm: add low_default_monitor for default of - auto_installs - - * interactive_gtk.pm (ask_from_entries_refW): use gtkxpm - - * Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm, - diskdrake.pm: using the new formatXiB - - * detect_devices.pm (getCompaqSmartArray): adapted getCompaqSmartArray to - the fact that kernel - 2.4 uses /proc/driver/array instead of /proc/array. Also adapted the - regexp now that ida/c0d0p? is no more at the beginning of the line. - (get): cleanup, remove hasIDE hasSCSI... - - * common.pm (formatXiB): created, format a number in human readable format - -2001/02/02 Pixel - - * mdk-stage1/disk.c (try_with_device): bloody guillaume changed - /tmp/hdimage to /tmp/disk without even - telling, changing it back as i don't see any good reason for the move. - -2001/02/02 dam's - - * interactive_gtk.pm, standalone/draknet, netconnect.pm, my_gtk.pm, - standalone/diskdrake: recoded wizard mode - corrected some stuff. - trying not to break draknet for cooker snapshot - -2001/02/02 Pixel - - * Xconfigurator.pm (monitorConfiguration): better default for DDC probe - fails and - auto_install and not provided any info about the monitor - - * install_any.pm (setPackages): in auto_installs, default to all groups - chosen, unless - compssUsersChoice exist. Won't change anything unless compssListLevel is - used of course - - * share/locales.tar.bz2: yet another LC_NUMERIC, seems like the previous i - chose was glibc-2.1 :-( - this one en_US and seems all right! - - * Xconfigurator_consts.pm: add low_default_monitor for default of - auto_installs - - * Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm, - diskdrake.pm: using the new formatXiB - - * install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in - /etc/sysconfig/i18n - - * common.pm (formatXiB): created, format a number in human readable format - - * mdk-stage1/disk.c (try_with_device): bloody guillaume changed - /tmp/hdimage to /tmp/disk without even - telling, changing it back as i don't see any good reason for the move. - -2001/02/01 dam's - - * standalone/draknet: new draknet snapshot. Still unuseable - - * interactive_gtk.pm, netconnect.pm, my_gtk.pm: updated embedded mode in - install. - -2001/01/31 dam's - - * standalone/draknet: corected translation and conflict. - -2001/01/31 François Pons - - * modules.pm: added missing die if modprobe failed on live upgrade. - - * pkgs.pm: added rpmrebuilddb directory cleaning before, remove old rpm - file - if everything has been successfull. - - * install_steps.pm: changed to clean selection for non expert as used for - group selection - because it is not cleaned, need better solution TODO. - -2001/01/31 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/sl.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 pot file - - * standalone/draknet: Fixed English typos (in English you DON'T PUT SPACES - BEFORE COLON (:); - and it is "Profile" and not "Profil") - CV: - ---------------------------------------------------------------------- - -2001/01/31 Pixel - - * install_steps_interactive.pm (choosePackagesTree): created, simple - ask_many_from_list to choose - individual packages - (choosePackages): log for debug - (choosePackages): don't ask to install in beginner. Max is chosen - (setRootPassword): help not based on installClass being server or not - (selectInstallClass): remove installClass choice (was - normal/devel/server) - (chooseGroups): fix for individual package selection flag - - * netconnect.pm (get_net_device): more cleanup syntax - (get_net_device): cleanup syntax - - * install_steps.pm (selectLanguage): warning for debug - (miscellaneousBefore): don't use installClass to decide to use - supermount - or not. Choice is done on $::corporate. Can't say "no supermount in - server - installs" anymore - (selectInstallClass): emptied - (setupSCSI): don't configure PCMCIA if there is no PCMCIA - - * install_any.pm (g_auto_install): installClass removed - (setPackages): do not preselect compssUsers entries - - * install2.pm (main): don't set installClass=normal meta_class desktop - (deprecated) - (miscellaneous): TYPE= removed (was installClass) - (selectInstallClass): don't set $o->{partitions}. diskdrake will have to - ask in a set of possibilities - ($o): replace fclass by fbeginner and fexpert - ($o): default security level to 2 since it can't be based on - installClass (deprecated) - - * install_steps_gtk.pm: restore window size for time being - - * pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate - - * Xconfigurator.pm (main): better error message for auto_install failing - - * interactive.pm (ask_many_from_list): fix sorting - - * any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by - drakx. Still - need finding the guilty - -2001/01/31 Pablo Saratxaga - - * keyboard.pm: more kbd corrections - fixed soem keybopard values - -2001/01/31 Pixel - - * install_steps_interactive.pm (choosePackagesTree): created, simple - ask_many_from_list to choose - individual packages - (choosePackages): log for debug - (choosePackages): don't ask to install in beginner. Max is chosen - (setRootPassword): help not based on installClass being server or not - (selectInstallClass): remove installClass choice (was - normal/devel/server) - (chooseGroups): fix for individual package selection flag - - * install_steps.pm (selectLanguage): warning for debug - (miscellaneousBefore): don't use installClass to decide to use - supermount - or not. Choice is done on $::corporate. Can't say "no supermount in - server - installs" anymore - (selectInstallClass): emptied - (setupSCSI): don't configure PCMCIA if there is no PCMCIA - - * install_any.pm (g_auto_install): installClass removed - (setPackages): do not preselect compssUsers entries - - * install2.pm (main): don't set installClass=normal meta_class desktop - (deprecated) - (miscellaneous): TYPE= removed (was installClass) - (selectInstallClass): don't set $o->{partitions}. diskdrake will have to - ask in a set of possibilities - ($o): replace fclass by fbeginner and fexpert - ($o): default security level to 2 since it can't be based on - installClass (deprecated) - - * install_steps_gtk.pm: restore window size for time being - - * pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate - - * Xconfigurator.pm (main): better error message for auto_install failing - - * interactive.pm (ask_many_from_list): fix sorting - - * any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by - drakx. Still - need finding the guilty - -2001/01/30 dam's - - * standalone/draknet: new draknet. unstable - - * netconnect.pm: updated - debugged network card configuration after pixelisation. - -2001/01/30 Guillaume Cottenceau - - * mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: prevent from - trying to set progressbar to more than 100% (rescue is more compressed - than drakx) - - * share/rpmsrate: add ldetect to config stuff I want to have on all - installs (lspcidrake) - -2001/01/30 Pixel - - * install_steps_interactive.pm, netconnect.pm, install_interactive.pm: - adapt format functions given to ask_from_listf. $_ is no more set - - * mouse.pm (detect): replace commands::modprobe by modules::load as it - should (or??) - - * perl2etags: adapt to new etags (emacs 21) format - - * raid.pm (make): replace commands::modprobe by modules::load as it should - (or??) - - * perl2fcalls (@exclude_calls): add Eth as dam's use it quite a lot in his - regexps - - * share/locales.tar.bz2: misc/LC_NUMERIC tells to use "," as number - separator instead of ".". - The sheer result is: - "0.6" * 10 gives 0 - "0,6" * 10 gives 6 - - So i have overwritten misc/LC_NUMERIC with - /usr/share/locale/en/LC_NUMERIC and - it works nicely now :) - -2001/01/29 dam's - - * standalone/drakboot: corrected typo - -2001/01/29 Guillaume Cottenceau - - * modules.pm: - - deprecate "hdreiser.img" since we have room for "reiserfs.o" in - "hd.img" - - following deprecation of "other.img", reintegrate big modules in - relevant boot disks - -2001/01/29 Pablo Saratxaga - - * lang.pm, share/po/et.po: updated Estonian file - -2001/01/29 Pixel - - * detect_devices.pm (getCompaqSmartArray): /proc/array/ida0 can contain - more than one ida/c0d0p* - -2001/01/28 dam's - - * share/help.xpm, network.pm, ChangeLog, netconnect.pm: updated - -2001/01/28 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible - bug causing reiserfs partitions - not to be displayed/asked for formatting. The default value being used. - - * any.pm (get_autologin): adapt to new format of sysconfig/desktop - -2001/01/28 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible - bug causing reiserfs partitions - not to be displayed/asked for formatting. The default value being used. - - * any.pm (get_autologin): adapt to new format of sysconfig/desktop - -2001/01/28 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible - bug causing reiserfs partitions - not to be displayed/asked for formatting. The default value being used. - - * any.pm (get_autologin): adapt to new format of sysconfig/desktop - -2001/01/28 siegel - - * share/po/de.po: new german version - -2001/01/26 dam's - - * interactive_gtk.pm: updated embedded mode - - * standalone/drakboot: added embedded mode - -2001/01/26 Guillaume Cottenceau - - * mdk-stage1/dietlibc/include/stdio.h: adjust include files to compile - bzlib - - * mdk-stage1/stage1.c: restore passing of pcmcia info to stage2 - - * mdk-stage1/bzlib/compress.c, mdk-stage1/bzlib/bzlib.c, - mdk-stage1/bzlib/randtable.c, mdk-stage1/bzlib/huffman.c, - mdk-stage1/modules.c, mdk-stage1/bzlib/crctable.c, - mdk-stage1/bzlib/decompress.c, mdk-stage1/bzlib/Makefile, - mdk-stage1/bzlib/bzlib_private.h, mdk-stage1/tools.c, - mdk-stage1/Makefile, mdk-stage1/bzlib/blocksort.c: - - use bzlib instead of zlib to reduce overall size - - take home my own bzlib code to (1) reduce code size with good - compile options (2) make it compile and link against dietlibc - - * mdk-stage1/mar/mar-extract-only.c, mdk-stage1/mar/mar-extract-only.h, - mdk-stage1/mar/mar-frontend.c, mdk-stage1/mar/mar.h, - mdk-stage1/mar/Makefile: mar now uses bzlib, no more zlib - - * mdk-stage1/pci-resource/update-pci-ids.pl: comply to new "mar -l" format - -2001/01/26 Pixel - - * install_steps_gtk.pm (installPackages): prepare for advertising... - - * interactive_newt.pm (ask_from_entries_refW): major rework for new - format, still need work - (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of - NEWT_FLAG_HIDDEN - (myTextbox): wrap the text if needed - (myTextbox): use a vertical scrollbar if needed - - * Newt/Newt.xs (newtFormAddGrid): new name for - newtGridAddComponentsToForm, swap - parameters for much better understanding - (newtListboxGetCurrent): returns a SV (together with - newtListboxAddEntry) - (newtListboxAddEntry): data is now a SV - -2001/01/26 siegel - - * share/po/de.po: . - -2001/01/26 Pixel - - * install_steps_gtk.pm (installPackages): prepare for advertising... - - * interactive_newt.pm (ask_from_entries_refW): major rework for new - format, still need work - (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of - NEWT_FLAG_HIDDEN - (myTextbox): wrap the text if needed - (myTextbox): use a vertical scrollbar if needed - - * Newt/Newt.xs (newtFormAddGrid): new name for - newtGridAddComponentsToForm, swap - parameters for much better understanding - (newtListboxGetCurrent): returns a SV (together with - newtListboxAddEntry) - (newtListboxAddEntry): data is now a SV - -2001/01/26 Pixel - - * install_steps_gtk.pm (installPackages): prepare for advertising... - - * interactive_newt.pm (ask_from_entries_refW): major rework for new - format, still need work - (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of - NEWT_FLAG_HIDDEN - (myTextbox): wrap the text if needed - (myTextbox): use a vertical scrollbar if needed - - * Newt/Newt.xs (newtFormAddGrid): new name for - newtGridAddComponentsToForm, swap - parameters for much better understanding - (newtListboxGetCurrent): returns a SV (together with - newtListboxAddEntry) - (newtListboxAddEntry): data is now a SV - -2001/01/25 dam's - - * install2.pm: disable steps 'packages choice', 'configure X', and - 'configure' 'printer' - - * install_steps_interactive.pm: don't oblige user addition - - * network.pm: display ethernet module - - * netconnect.pm: network informations filled into - $prefix/var/lib/naat/configuration - -2001/01/25 Guillaume Cottenceau - - * mdk-stage1/stage1-data/stage1.tar.bz2: restore symlink /sbin/sh -> - /usr/bin/sh for stage2 - - * mdk-stage1/probing.h: better tightness of probing stuff - - * mdk-stage1/probing.c: better tightness of probing stuff - print warning message when insmod of PCI-detected device fails - - * mdk-stage1/stage1.c: - - mdk-stage1: now linux-2.4 uses floppy.o to access floppy drives - - remove fat/vfat modules from some boot floppies now that we don't - need it anymore - - * mdk-stage1/pci-resource/update-pci-ids.pl: re-integrate autoprobe of - tulip network cards, kernel-2.4 has strange way to classify some of its - net modules.. - -2001/01/25 Pablo Saratxaga - - * share/po/it.po: Waw, italian translator is very fast :) - updated Indonesian and Italian fiels - - * share/po/id.po: updated Indonesian and Italian fiels - - * share/locales.tar.bz2: added iso9 locale definitions - - * lang.pm: fixed LANGUAGE for mk locale - -2001/01/25 Pixel - - * install_any.pm (spawnShell): fix error message - -2001/01/24 Guillaume Cottenceau - - * mdk-stage1/stage1-data/stage1.tar.bz2: - - clean up deprecated symlinks (insmod, rmmod, cardmgr) - - remove unecessary device files - - * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, - mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, - mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, - mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h, - mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h, - mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c, - mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h, - mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, - mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, - mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile, - mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, - mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia - -2001/01/24 Pixel - - * partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun - - * install_steps.pm (afterInstallPackages): cleanup - - * interactive.pm: better documentation of ask_from_entries_refH features - (entry) - -2001/01/24 Guillaume Cottenceau - - * mdk-stage1/stage1-data/stage1.tar.bz2: - - clean up deprecated symlinks (insmod, rmmod, cardmgr) - - remove unecessary device files - - * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, - mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, - mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, - mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h, - mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h, - mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c, - mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h, - mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, - mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, - mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile, - mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, - mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia - -2001/01/24 Pixel - - * partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun - - * install_steps.pm (afterInstallPackages): cleanup - - * interactive.pm: better documentation of ask_from_entries_refH features - (entry) - -2001/01/23 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/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/sl.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 Greek file - -2001/01/22 dam's - - * install_steps_interactive.pm, netconnect.pm: corrected slide bar, and - added network conf save in /root/networking.tmp - -2001/01/22 Guillaume Cottenceau - - * mdk-stage1/network.c: add automatic support in choice of NET device, in - case of multiple NET devices - consistent dot-terminated error messages, consistent no-dot log messages - re-put Netmask input per default (void entry -> automatic guess) - - * mdk-stage1/stage1.c, mdk-stage1/dhcp.c, mdk-stage1/modules.c: consistent - dot-terminated error messages, consistent no-dot log messages - -2001/01/22 Pablo Saratxaga - - * share/po/id.po: updated Indonesian file - - * share/po/be.po, share/po/sp.po, share/po/pt.po, 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/ko.po, - share/po/cy.po, share/po/nl.po, share/po/ja.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/pl.po, netconnect.pm, share/po/no.po, share/po/fi.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/sl.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 po files - - * share/po/wa.po: updated po files - updated pot file - - * install2.pm, lang.pm: fixed the places where console fonts and related - files are put under - /etc/sysconfig to the places really used by console-tools - - * share/po/DrakX.pot: updated pot file - - * share/po/hr.po: updated po files - updated Croatian file - -2001/01/22 Pixel - - * pkgs.pm (read_rpmsrate): if $packages is undef, ignore it. That way, - read_rpmsrate - can be called standalone. - - * network.pm, install_steps_interactive.pm, netconnect.pm, my_gtk.pm, - install_interactive.pm, install2.pm, partition_table.pm, install_any.pm, - any.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: $::beginner is - deprecated, replaced by !$::expert - -2001/01/21 Guillaume Cottenceau - - * mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in - network/ftp installs - -2001/01/21 Pixel - - * interactive_gtk.pm (create_ctree): fix case with formatted list - -2001/01/21 Guillaume Cottenceau - - * mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's - - * mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in - network/ftp installs - -2001/01/21 Pixel - - * interactive_gtk.pm (create_ctree): fix case with formatted list - -2001/01/21 Guillaume Cottenceau - - * mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's - -2001/01/21 Pablo Saratxaga - - * share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files - -2001/01/21 Guillaume Cottenceau - - * mdk-stage1/nfsmount.c: fix remaining perror's - - * mdk-stage1/stage1.c: fix remaining perror's - - better msg in fatal errors - - do not include code to spawn a shell for releases - -2001/01/21 Pablo Saratxaga - - * share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files - -2001/01/21 Pixel - - * install_steps_interactive.pm (selectMouse): use ask_from_treelist_ - - * interactive.pm (ask_from_treelist_): created, split with the separator, - call translate on - words, then re-join. - -2001/01/19 François Pons - - * install_any.pm: fixes for CD not changeable. - - * install_steps_interactive.pm: fixed unselect group and inoperant - individual package selection. - removed expert mode and install class. - -2001/01/18 François Pons - - * install_steps.pm: fixed obligation of relative large install, now - minimum is lesser. - - * install_steps_gtk.pm: make sure no ratio above 1 can occur, still need - to see why as it happens - on install-abort-choices-install or - install-abort-choices-fs-format(none)-choices-install - - * live_install: update live install to match /tmp/image instead of - /tmp/rhimage. - -2001/01/17 François Pons - - * install_steps.pm, install_any.pm: fixes with /tmp/rhimage and - /tmp/image. - - * pkgs.pm: update to use new header file format in hdlist (added arch) but - depslist has not it... - - * install2.pm: fixes with /tmp/rhimage and /tmp/image - -2001/01/16 Pablo Saratxaga - - * share/po/bg.po: updated bulgarian file - -2001/01/12 Guillaume Cottenceau - - * mdk-stage1/url.c: use strrchr instead of doing it by hand - - * mdk-stage1/insmod-busybox/busybox.h, - mdk-stage1/insmod-busybox/utility.c, mdk-stage1/insmod-busybox/insmod.c: - - - replace remaining perror's with log_perror's - - little code cleanup - - * mdk-stage1/stage1-data/stage1.tar.bz2, - mdk-stage1/stage1-data/stage1-with-sash.tar.bz2: add /dev/fd0 - - * mdk-stage1/stage1.c, mdk-stage1/modules.h, mdk-stage1/tools.c, - mdk-stage1/tools.h, mdk-stage1/disk.c, mdk-stage1/modules.c: - - add load of third party modules in Expert mode (PS rulz) - -2001/01/12 siegel - - * share/po/de.po: updates - -2001/01/12 François Pons - - * install_steps_interactive.pm: fixed addUser for invocation of - any::ask_users. - fixed bad invocation of installation of X server. - -2001/01/12 Guillaume Cottenceau - - * mdk-stage1/cdrom.c: add more memory carefulness with CDROM install - - add wait_message for initializing of CDROM's (it can be long when - it's SCSI) - - print CDROM drive names (model) in dialogs - - * mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/disk.c: - - fix behaviour with bad ISO images (DISK installs) - - better dialogs for DISK installs - -2001/01/12 Pablo Saratxaga - - * lang.pm: make lang list in format for tree-selector - -2001/01/11 Guillaume Cottenceau - - * mdk-stage1/disk.c: fix failing umount for DISK installs in some failing - loopback situations - act nicely when no partitions are found on some disk - - * mdk-stage1/modules.h: polish generic blank.img situation (no modules - and/or modules.dep available) - - * mdk-stage1/lomount.c: fix failing umount for DISK installs in some - failing loopback situations - better log messages - continue anyway when insmod'ing of modules fail (for blank.img) - - * mdk-stage1/probing.c: close some fd's - - * mdk-stage1/stage1.c, mdk-stage1/modules.c: polish generic blank.img - situation (no modules and/or modules.dep available) - continue anyway when insmod'ing of modules fail (for blank.img) - -2001/01/11 Guillaume Cottenceau - - * mdk-stage1/Makefile, mdk-stage1/disk.c: - - add DISK install from ISO image file - - add FTP - - add HTTP - - use single place for mountpoints and static directories - - * mdk-stage1/hack, mdk-stage1/lomount.c, mdk-stage1/lomount.h: - - add DISK install from ISO image file - - * mdk-stage1/stage1.c, mdk-stage1/config-stage1.h, mdk-stage1/stage1.h, - mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c, - mdk-stage1/tools.h, mdk-stage1/newt-frontend.c, mdk-stage1/network.c: - - add FTP - - add HTTP - - use single place for mountpoints and static directories - - * mdk-stage1/insmod-busybox/Config.h: tweak config - -2001/01/11 Pixel - - * standalone/adduserdrake: adduserdrake may handles autologin - - * install_steps.pm (addUser): set autologin - - * install2.pm (addUser): moved setAuthentication to install_steps::addUser - - * install_steps_interactive.pm (addUser): fix - -2001/01/11 dam's - - * install_steps.pm, install_steps_interactive.pm, ChangeLog, - netconnect.pm: updated - -2001/01/11 Guillaume Cottenceau - - * mdk-stage1/pci-resource/update-pci-ids.pl: remove nasty messages when - mar or marfiles not available to perform consistency check - -2001/01/11 Pixel - - * install_steps.pm (configureX): call directly $o->pkg_install, no need to - add 'XFree86-' at the beginning - (addUser): use any::write_passwd_user - (setRootPassword): use any::write_passwd_user - (configureX): fix bad $install given to Xconfigurator::main - - * any.pm (write_passwd_user): add or update an entry in /etc/passwd - (ask_users): created, interactively ask users to add (used in - adduserdrake and install) - (allocUsers, addUsers): changed the prototype - (setupBootloader): grep out fat partitions for the "Boot device" - propositions (people are too stupid) - - * my_gtk.pm (main): third argument is a function to call before leaving in - case of - "cancel" clicked. - - * interactive_gtk.pm (create_ctree): fix default value selecting failing - (in case of "format") - (ask_from_entries_refW): apply "format" on label when icon is missing - for iconlist - (ask_from_entries_refW): handle "canceled" callback. Permits to overrule - the cancel. - - * install_any.pm (g_auto_install): deep copy of $o->{users} because we're - modifying it - - * install_steps_interactive.pm (addUser): use any::ask_users - - * standalone/adduserdrake: use any::ask_users - - * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in - install2::main) - - * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos - here - - * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" - callback defaults - to "sub { 0 }" - -2001/01/11 Pixel - - * interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when - icon is missing for iconlist - (ask_from_entries_refW): handle "canceled" callback. Permits to overrule - the cancel. - - * install_steps.pm (configureX): call directly $o->pkg_install, no need to - add 'XFree86-' at - the beginning - (addUser): use any::write_passwd_user - (setRootPassword): use any::write_passwd_user - (configureX): fix bad $install given to Xconfigurator::main - - * any.pm (write_passwd_user): add or update an entry in /etc/passwd - (ask_users): created, interactively ask users to add (used in - adduserdrake - and install) - (allocUsers, addUsers): changed the prototype - (setupBootloader): grep out fat partitions for the "Boot device" - propositions (people are too stupid) - - * my_gtk.pm (main): third argument is a function to call before leaving in - case of - "cancel" clicked. - - * install_any.pm (g_auto_install): deep copy of $o->{users} because we're - modifying it - - * install_steps_interactive.pm (addUser): use any::ask_users - - * standalone/adduserdrake: use any::ask_users - - * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in - install2::main) - - * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos - here - - * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" - callback defaults - to "sub { 0 }" - -2001/01/11 Pixel - - * Xconfigurator.pm (autologin): moved to package any - - * interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when - icon is missing for iconlist - (ask_from_entries_refW): handle "canceled" callback. Permits to overrule - the cancel. - - * install_steps.pm (configureX): call directly $o->pkg_install, no need to - add 'XFree86-' at - the beginning - (addUser): use any::write_passwd_user - (setRootPassword): use any::write_passwd_user - (configureX): fix bad $install given to Xconfigurator::main - - * any.pm (write_passwd_user): add or update an entry in /etc/passwd - (ask_users): created, interactively ask users to add (used in - adduserdrake - and install) - (allocUsers, addUsers): changed the prototype - (setupBootloader): grep out fat partitions for the "Boot device" - propositions (people are too stupid) - - * my_gtk.pm (main): third argument is a function to call before leaving in - case of - "cancel" clicked. - - * install_any.pm (g_auto_install): deep copy of $o->{users} because we're - modifying it - - * Makefile.config (STANDALONEPMS): remove netdrake (which is deprecated) - - * install_steps_interactive.pm (addUser): use any::ask_users - - * standalone/adduserdrake: use any::ask_users - - * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in - install2::main) - - * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos - here - - * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" - callback defaults - to "sub { 0 }" - -2001/01/10 Guillaume Cottenceau - - * mdk-stage1/dietlibc/dietfeatures.h: tweak dietlibc config to get minimal - size - - * mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/ttyname.c: - remove warnings from compile - -2001/01/10 Pixel - - * interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed' - callback on clist/list/ctree - - * install_steps.pm (addUser): use any::pack_passwd - (setRootPassword): use any::unpack_passwd and any::pack_passwd - - * Xconfigurator.pm (cardConfiguration): adapt for $install which is - generic - (autologin): use $install which is now generic - - * install_steps_interactive.pm (selectLanguage): many_languages choice - moved there as advanced - - * my_gtk.pm (create_packtable): yet another try to have something nice :) - !! uses Gtk::Table::attach_raw which is available in - perl-GTK-0.7004-6mdk !! - (create_box_with_title): with the size given to set_usize for the scroll - containing the text widget in case of long text. and don't let the - scroll - grow. - (gtktext_insert): remove adding an ending "\n" (no more needed?) - - * any.pm (setAutologin): cleanup - (pack_passwd, unpack_passwd): created - -2001/01/10 dam's - - * install_steps_interactive.pm: corrected last message . firewall - -2001/01/10 Guillaume Cottenceau - - * modules.pm: fix modules.pm for modules to be skept in stage1 (ppa, imm, - parport*, plip) - -2001/01/10 Pixel - - * interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed' - callback on clist/list/ctree - - * install_steps.pm (addUser): use any::pack_passwd - (setRootPassword): use any::unpack_passwd and any::pack_passwd - - * my_gtk.pm (create_packtable): yet another try to have something nice :) - !! uses Gtk::Table::attach_raw which is available in - perl-GTK-0.7004-6mdk !! - (create_box_with_title): with the size given to set_usize for the scroll - containing the text widget in case of long text. and don't let the - scroll - grow. - (gtktext_insert): remove adding an ending "\n" (no more needed?) - - * any.pm (setAutologin): cleanup - (pack_passwd, unpack_passwd): created - - * Xconfigurator.pm (cardConfiguration): adapt for $install which is - generic - (autologin): use $install which is now generic - - * install_steps_interactive.pm (selectLanguage): many_languages choice - moved there as advanced - - * standalone/printerdrake, standalone/keyboarddrake, standalone/draknet2, - standalone/livedrake, standalone/drakboot, standalone/draksec, - standalone/netdrake, standalone/mousedrake, standalone/drakgw, - standalone/drakxservices, standalone.pm, standalone/draknet, - standalone/XFdrake, standalone/diskdrake, standalone/adduserdrake, - standalone/drakxconf: use standalone and standalone::pkgs_install - -2001/01/09 Pixel - - * any.pm (drakx_version): nicer (4gc) - - * install2.pm (main): log::l the drakx_version - - * my_gtk.pm (create_packtable): no_expand option added - - * interactive.pm (ask_from_entries_refH_powered_normalize): field - "disabled" added, - "advanced_messages" added - - * lang.pm (langs): created (transform the $o->{langs} hash ref in a list) - (pack_langs): use lang::langs - - * install_steps.pm (selectLanguage): $o->{langs} is now a ref so - initialize as such - - * Makefile (get_needed_files): generate /usr/share/VERSION which contains - the version - of ChangeLog (which is updated at each upload) - - * install_steps_interactive.pm (choosePartitionsToFormat): handle "check - for bad blocks" as advanced - (setRootPassword): remove choosing non-md5 or non-shadow passwords. - - * install_any.pm (setPackages): use lang::langs instead of using - $o->{langs} as a array ref (it is not so anymore) - (spawnShell): print the drakx_version - -2001/01/08 Pixel - - * interactive.pm: fixes - (ask_from_treelistf, ask_from_treelist): now use ask_from_entries_refH - (ask_from_entries_refH_powered): remove "1;" (was there for debugging) - - * interactive_gtk.pm: fixes - (ask_from_treelistW): removed - (create_ctree): created, used for ``type => treelist'' entries - - * my_gtk.pm: fixes - - * ChangeLog: New snapshot uploaded - -2001/01/07 Pablo Saratxaga - - * share/po/sr.po, share/po/sp.po, share/po/no.po, share/po/cs.po: updated - Czech, Norwegian and Serbian files - -2001/01/07 Pixel - - * install_steps_interactive.pm: update code for new ask_from_entries_refH - which doesn't handle optional ok/cancel names in arg 1. - must be handled via ask_from_entries_refH_powered - (selectLanguage, selectKeyboard): use ask_from_entries_refH instead of - ask_from_listf_, it enables the use of advanced - - * any.pm, printerdrake.pm: update code for new ask_from_entries_refH which - doesn't handle optional ok/cancel names in arg 1. - must be handled via ask_from_entries_refH_powered - - * interactive.pm: update code for new ask_from_entries_refH which doesn't - handle optional ok/cancel names in arg 1. - must be handled via ask_from_entries_refH_powered - (ask_from_listf_no_check): replaces ask_from_list_no_check - (ask_from_entries_refH_powered): sorts the list if needed or wanted - - * partition_table_raw.pm (test_for_bad_drives): created - - ugly stuff needed mainly for Western Digital IDE drives - - try writing what we've just read, yells if it fails - - testing on last sector of head #0 (unused in 99% cases) - - * ftp.pm (getFile): make it work (it used to dead-loop when getFile'ing an - non-existent - file, stressing the ftp server :-/ ) - for the moment, just release cdrom.img, hd.img and hdreiser.img - others should should come... - - * install_steps.pm: for the moment, just release cdrom.img, hd.img and - hdreiser.img - others should should come... - - * interactive_gtk.pm (ask_from_listW): removed - (create_list): calls "format" on list elems before prompting them - (create_clist): created - (ask_from_entries_refW): calls create_clist in case of list with no help - - * install_steps_gtk.pm (installPackages): autoflush stdout before beeping - (installPackages): don't take into account the time when prompting the - user - - * common.pm (may_apply): added - - * install_any.pm (getHds): test_for_bad_drives called on hard drives - (getHds): ensure $o->{hds} is not set until the hard drives are checked - -2001/01/06 Pixel - - * keyboard.pm (setup): don't xmodmap if DISPLAY is unset - - * ChangeLog: New snapshot uploaded - New snapshot uploaded - -2001/01/06 Pixel - - * keyboard.pm (setup): don't xmodmap if DISPLAY is unset - - * ChangeLog: New snapshot uploaded - -2001/01/06 Pixel - - * keyboard.pm (setup): don't xmodmap if DISPLAY is unset - - * standalone/rpmdrake: deprecated (and has been for a long time now) - - * network.pm, install_steps_interactive.pm, netconnect.pm, - install_interactive.pm, standalone/adduserdrake, any.pm, - Makefile.config, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: - ask_from_entries_refH parameter format has changed so change all - accesses to it. - -2001/01/05 François Pons - - * lang.pm, keyboard.pm: forget _exit in child process after a fork of - DrakX - removed need of packdrake binary - - * Xconfigurator.pm: use of SHARE_PATH for MonitorsDB, Cards+, CardsNames - - * live_install2: cleanup to keep libperl.so but the right one - - * live_install: no more copy of files on live system, now use environment - variable by DrakX cleanup - - * perl2fcalls: added packdrake call (via new but incomplete) and package - - * install_any.pm, commands.pm, pkgs.pm: removed need of packdrake binary - - * netconnect.pm: fixed syntax error - - * modules.pm: eval insmoding ide-cd (just in case) - removed need of packdrake binary - -2001/01/05 Pablo Saratxaga - - * share/po/ja.po, share/po/ca.po, share/po/az.po: updated Azeri, Catalan - and Japanese files - -2001/01/05 Pixel - - * mouse.pm: help cperl-mode - - * interactive_gtk.pm, network.pm, install_steps_interactive.pm, my_gtk.pm, - interactive.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: move to - new ask_from's: - - ask_from_entries_ref is deprecated, use ask_from_entries_refH - - ask_from_list now calls ask_from_entries_refH_powered - still not done: - - ask_from_treelist should use ask_from_entries_refH_powered, - and lists with no help should use CList (List is bad) - - keyboard and mouse binding is still rough - - enhance the look - - * keyboard.pm: add the percentage of each keyboard types (as a comment for - now) - -2001/01/04 dam's - - * netconnect.pm: cleaned... everything should be buggy. - -2001/01/04 François Pons - - * pkgs.pm: fixed some old $p->{file} by new $p->[$FILE] - code cleanup and fixes for lilo not upgrade - -2001/01/04 Pablo Saratxaga - - * install_any.pm: fixed the functions doing the lists of languages - - * lang.pm: fixed the functions doing the lists of languages - The list of languages now has complete locale names insted of just - language - code (that is needed to differentiate zh_CN and zh_TW among others) - - * 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/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/sl.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 Brazilian file - - * share/po/eu.po: updated Basque file - updated Brazilian file - -2001/01/04 Pixel - - * Xconfigurator.pm: some pixelization using the new if_ - - * install_steps_interactive.pm (setRootPassword): fix pixelization - keep $o->{langs} unpacked to simplify things - if_ pixelization - - * common.pm (%EXPORT_TAGS): add if_ in "common" exported tags - (if_): created. Use it to replace things like - ($::expert ? $val : ()) by if_($::expert, $val) - - * keyboard.pm: nl keyboard is not used, so defaults to us_intl - - * lang.pm, install_steps.pm, pkgs.pm, install_any.pm: keep $o->{langs} - unpacked to simplify things - - * netconnect.pm: quite a few clean-up (and buggying) - -2001/01/03 dam's - - * install_steps_interactive.pm: admin user removed before beeing added - - * netconnect.pm: corrected typo - LAN is configured with default value if firewall - -2001/01/03 François Pons - - * diskdrake.pm: fixed invocation of change_type by clicking on legend - unless expert - - * install2.pm: fixed usage with testing - - * install_steps.pm: fixed some other services to start in case something - gets wrong, - this fixes some deadlock on upgrade from 7.0. - fixed usage with testing - - * partition_table.pm: fixed overlapping partitions between one extended - and one regular primary. - should be accepted (log printed instead of error) as diskdrake allow - their - creation in expert. - -2001/01/03 Guillaume Cottenceau - - * modules.pm: add checks of dependencies on marfiles - fix a couple of broken dependencies in modules.pm - -2001/01/03 Pablo Saratxaga - - * lang.pm, share/locales.tar.bz2: locales in glibc 2.2 format - -2001/01/03 Pixel - - * install2.pm (main): move the setting of PATH and spawnShell *after* - setting $prefix - -2000/12/31 Pablo Saratxaga - - * share/rpmsrate: added a few locales dependences - -2000/12/29 Pixel - - * install_steps.pm (addUser): typo fix - - * ChangeLog: New snapshot uploaded - - * ftp.pm (getFile): recall getFile after rewindGetFile - -2000/12/29 Pixel - - * install_steps.pm (addUser): typo fix - - * ftp.pm (getFile): recall getFile after rewindGetFile - -2000/12/28 Pixel - - * Makefile: now /usr/lib/X11 is a relative symlink to please mirrors and - jako - -2000/12/26 Chmouel Boudjnah - - * keyboard.pm: Add the very ghost option REMOVE_MOD_META_L. - -2000/12/26 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/sl.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 Lithuanian file - -2000/12/22 dam's - - * install_steps.pm, install_steps_interactive.pm: corrected admin user - setting for firewall install. - -2000/12/22 François Pons - - * modules.pm: fixed load_multi on live. - added back all removed module with the new great mdk-stage1 of gégé. - -2000/12/22 Guillaume Cottenceau - - * modules.pm: make them work with kernel-2.4 by disabling non existent - modules - -2000/12/22 Pixel - - * interactive_gtk.pm, install2.pm: commit symlink /tmp/image /tmp/rhimage - -2000/12/21 Pixel - - * ChangeLog: New snapshot uploaded - -2000/12/21 dam's - - * install2.pm: firewall : automatic class set when firewall (beginner=0) - - * install_steps_interactive.pm: if firewall, admin password obliged - - * install_steps.pm: added setAdminpassword (a little bit redundant, sorry) - - * any.pm: corrected module stuff.. Thanx to pixel - -2000/12/20 Pixel - - * install_steps_gtk.pm (selectMouse): unsure the device exists - - * unused/christmas-karaoke.patch: handle isa cards - -2000/12/19 Pixel - - * ChangeLog: New snapshot uploaded - New snapshot uploaded - -2000/12/19 dam's - - * standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm, - standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm, - standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm, - standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm, - standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm, - standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm, - standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm, - standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm, - standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm, - standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm, - standalone/pixmaps/draknet3.xpm: added control-center. - -2000/12/19 Pixel - - * modules.pm: when loading /snd-card-/ module, load snd-pcm-oss - - * unused/christmas-karaoke.patch: Happy Christmas :) - - * install_any.pm: spawnShell: set DISPLAY, just in case :) - - * install2.pm: set PATH before doing spawnShell - - * Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc) - - * ChangeLog: New snapshot uploaded - -2000/12/18 dam's - - * interactive_gtk.pm: added embedded support for control-center - corrected embedded support. - new control center and related - - * netconnect.pm: corrected typo - corrected typo - - * standalone/drakxservices, standalone/control-center, ChangeLog, - standalone/XFdrake, standalone/draknet2, standalone/adduserdrake, - standalone/drakboot: new control center and related - - * install_gtk.pm: added firewall support - - * install2.pm: included firewall handling - changed firewall comportement - - * install_steps_interactive.pm: changed firewall comportement - - * modules.pm: corrected bad mergeinconf - -2000/12/18 Pixel - - * Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more - cfI/xfI - remove isdndb.net - -2000/12/19 dam's - - * standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm, - standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm, - standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm, - standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm, - standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm, - standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm, - standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm, - standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm, - standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm, - standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm, - standalone/pixmaps/draknet3.xpm: added control-center. - -2000/12/19 Pixel - - * modules.pm: when loading /snd-card-/ module, load snd-pcm-oss - - * unused/christmas-karaoke.patch: Happy Christmas :) - - * install_any.pm: spawnShell: set DISPLAY, just in case :) - - * install2.pm: set PATH before doing spawnShell - - * Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc) - -2000/12/18 dam's - - * interactive_gtk.pm: added embedded support for control-center - corrected embedded support. - new control center and related - - * netconnect.pm: corrected typo - corrected typo - - * standalone/drakxservices, standalone/control-center, ChangeLog, - standalone/XFdrake, standalone/draknet2, standalone/adduserdrake, - standalone/drakboot: new control center and related - - * install_gtk.pm: added firewall support - - * install2.pm: included firewall handling - changed firewall comportement - - * install_steps_interactive.pm: changed firewall comportement - - * modules.pm: corrected bad mergeinconf - -2000/12/18 Pixel - - * Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more - cfI/xfI - remove isdndb.net - -2000/12/16 Pixel - - * standalone/mousedrake, standalone/drakgw: use ldetect-lst - - * Makefile.drakxtools: fix daminetsex - use ldetect-lst - pci_probing now done by libldetect - config files moved in package ldetect-lst - - * share/list: use ldetect-lst - pci_probing now done by libldetect - config files moved in package ldetect-lst - - * any.pm: fix daminetsex - - * modules.pm, live_install, install2.pm, standalone/lspcidrake, pkgs.pm, - mouse.pm: use ldetect-lst for usb => now auto detects mice types :) - - * c/stuff.xs.pm, detect_devices.pm: use ldetect-lst for usb => now auto - detects mice types :) - use ldetect-lst - pci_probing now done by libldetect - config files moved in package ldetect-lst - - * Makefile.config: fix daminetsex - use ldetect-lst - - * Makefile: use ldetect-lst for usb => now auto detects mice types :) - use ldetect-lst - - * netconnect.pm, share/CardsNames, c/Makefile.PL, Xconfigurator_new.pm, - Xconfigurator.pm, share/Cards+, share/MonitorsDB, share/isdndb.net, - share/Cards2CardsNames: pci_probing now done by libldetect - config files moved in package ldetect-lst - -2000/12/15 Pixel - - * Xconfigurator.pm: Cards+ and CardsNames are moved to ldetect-lst - - * install_steps.pm: clean all unneeded stuff - -2000/12/14 dam's - - * any_new.pm, netconnect_new.pm: preparing for big jump. - - * netconnect.pm: Big jump. The *_new.pm are replaced by *.pm - Everything should work, but you better test :) - - * standalone/control-center: big improvement and cosmetic changes - a lot of improvement. Is able to launch multiples soft passing in - arguments. - new file. Its location should change soon. - - * any.pm: Big jump. The *_new.pm are replaced by *.pm - Everything should work, but you better test :) - corrected typo. - -2000/12/14 Pixel - - * share/compssList: obsoleted by rpmsrate - - * share/rpmsrate: obsoletes compssList - - * share/compssUsers, install_steps.pm, install_steps_interactive.pm, - Makefile, install_steps_gtk.pm, install2.pm, pkgs.pm, install_any.pm: - move from compssList to rpmsrate - - * Newt/Newt.xs: cleanup (use of alloca to pass parameters) - -2000/12/13 Pablo Saratxaga - - * share/po/it.po: updated Italian file - -2000/12/12 dam's - - * netconnect.pm: typo + if firewall, don't display 'disable network' - - * standalone/draknet2: new version... still working on it - - * ChangeLog: commit - - * share/themes-mdk-Firewall.rc: added firewall theme - - * modules.pm: my fault, corrected renaud's patch incorporation - - * share/logo-mandrake-Firewall.xpm: new logo - -2000/12/12 François Pons - - * share/list: added packdrake.pm as packdrake has been splited. - - * pkgs.pm: fixed versionCompare to always return number. added checking of - version to - select obsoletes on upgrade. - -2000/12/11 François Pons - - * install_any.pm: Radeon uses 3D now. - - * lang.pm: fixed write_langs for upgrade. - i18n sucking fixes. - - * Xconfigurator.pm: Radeon uses 3D hw accel theoritically now. - -2000/12/09 Pablo Saratxaga - - * lang.pm: Added configuration of Vietnamese input server - -2000/12/09 Pixel - - * standalone/adduserdrake: remove debugging code - - * install2.pm (selectInstallClass): give $clicked to selectInstallClass - - * interactive_newt.pm (ask_from_entries_refW): reset all hidden entries to - null in case of error - on hidden entry cuz newt doesn't display null entries, disturbing - - * install_steps_interactive.pm (formatMountPartitions): the format - partition dialog created at first use, - so that it doesn't appear if no partitions are formatted. - (selectInstallClass): ensure expert choice is kept if it was prechosen - (selectInstallClass): if expert pre-chosen, ensure expert is kept - - * interactive_gtk.pm, install_steps.pm: small renicing - -2000/12/08 François Pons - - * pkgs.pm: fixed bug in list of packages provided by another one. - -2000/12/08 Pablo Saratxaga - - * share/po/pt_BR.po, share/po/no.po, share/po/DrakX.pot, share/po/es.po, - share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/de.po, - share/po/az.po, share/po/tr.po: updated Brazilian file - -2000/12/08 Pixel - - * install2.pm (main): warn if VERSION file doesn't exist - (formatPartitions): call rotate_logs after mounting the partitions - - * mouse.pm (write_conf): fix to make make test_pms happy - - * install_steps.pm (exitInstall): save the report.bug in /root/report.bug - - * any.pm (rotate_logs): created, rotates ddebug.log and install.log in - /root - - * ftp.pm (new): retry in case of ftp connection/login - - * commands.pm: report_bug: created, returns a string - -2000/12/07 dam's - - * netconnect.pm: corrected ADSL connection choice. - corrected typo - -2000/12/06 dam's - - * install2.pm: erare humanum es - firewall begins to infect the install :). - new meta_class. - - * share/logo-mandrake-Firewall.xpm: aded logo for firewall - - * install_gtk.pm: corrected errors - left pixmap centered if firewall - improved the firewall theme. - errare humanum es - firewall infects the install. - The logo is changed if firewall. - -2000/12/06 Pixel - - * standalone/keyboarddrake: add possibility to use keyboarddrake - non-interactive (aka give the keyboard as - first parameter) - - * lang.pm, install_steps.pm, install_steps_interactive.pm, install2.pm, - install_any.pm: adapt to the fact that RPM_INSTALL_LANG is obsoloted. - Now rpm uses %_install_langs in /etc/rpm/macros - -2000/12/05 François Pons - - * pkgs.pm: final fixes to versionCompare to make sure no deadlock can - occurs. - - * Xconfigurator.pm: restored Matrox G200/G400 hw 3d accel configuration. - -2000/12/05 Pablo Saratxaga - - * share/po/pt_BR.po, share/po/pl.po, share/po/da.po, share/po/fi.po, - share/po/es.po: updated several pofiles - -2000/12/04 François Pons - - * install_steps_interactive.pm: use isCdNotEjectable. - - * common.pm: added function isCdNotEjectable. - - * share/Cards+: SiS620 card are said to be unsupported by XF4. - - * pkgs.pm: load only one hdlist in memory if CD is not ejectable (low - memory). - fixed compareVersion for deadlock. removed silly CODE print on deporder - problems. - - * Xconfigurator.pm: add Options sw_cursor for SiS 6326 in XF3 mode. - -2000/12/03 dam's - - * mouse.pm: incorporated cmodifications in the firewall branch - - * netconnect.pm: netconnect_new > netconnect.pm - - * netconnect_consts.pm: incorporated in the firewall branch. - - * standalone/draknet2: incoporated in the firewall branch - - * any_new.pm: any_new > any, so we remove it now. - - * netconnect_new.pm: netconnect_new > netconnect, so we remove it now. - incorporated in the firewall branch - - * modules.pm: incorporated modifications to the firewall branch. Hope they - won't break anything... - -2000/12/02 dam's - - * share/po/az.po: correction in firewall incorporated - - * ChangeLog: first attempt ro build the firewall install - - * standalone/mousedrake: incorporated in the firewall branch - - * share/po/ru.po, share/po/no.po, share/po/sk.po: correction incorporated - in the firewall branch - -2000/11/28 dam's - - * modules.pm: included reno's patches. Now should work without kudzu. - branch to build the firewall install. - - * standalone/pixmaps/port.xpm, standalone/pixmaps/.xvpics/px4.xpm, - standalone/pixmaps/ethernet.xpm, standalone/pixmaps/.xvpics/px1.xpm, - standalone/pixmaps/px2.xpm, standalone/pixmaps/unknown.xpm, - standalone/pixmaps/.xvpics/px3.xpm, standalone/pixmaps/px4.xpm, - standalone/pixmaps/px1.xpm, standalone/pixmaps/.xvpics/px2.xpm, - standalone/pixmaps/px3.xpm, standalone/pixmaps/modem.xpm, - standalone/pixmaps/isdn.xpm: Initial revision - branch to build the firewall install. - - * partition_table_dos.pm, share/po/bg.po, share/po/sr.po, - share/template.in/cdrom.kdelnk.in, - share/template.in/cdrom.fsdev.kdelnk.in, share/po/hr.po, c/silo.c, - Makefile, share/consolefonts/lat0-sun16, - share/themes/DarkMarble-check_off.png, - share/themes/marble3d-button_def.png, share/locales.tar.bz2.sparc, - do_resize_fat, share/po/wa.po, share/po/is.po, - share/themes/DarkMarble-button3_out_prelight.png, resize_fat/main.pm, - class_discard.pm, .cvsignore, share/step-orange.xpm, share/reload.xpm, - install_interactive.pm, c/README, Xconfig.pm, share/themes.rc, - share/themes/marble3d-bg1.png, perl2fcalls, share/themes-blackwhite.rc, - share/themes-blueHeart.rc, pkgs.pm, keyboard.pm, - share/rpm-installed.xpm, share/po/gl.po, share/po/lv.po, - standalone/icons/ftout.xpm, Makefile.drakxtools, http.pm, - share/step-green-click.xpm, partition_table_sun.pm, - share/themes/focus.png, share/keymaps_generate, lang.pm, verify_c, - share/po/.cvsignore, share/ftin.xpm, standalone/draksec, - resize_fat/info_sector.pm, share/compssUsers, share/step-orange-on.xpm, - Makefile.config, share/list.sparc, share/po/hu.po, run_program.pm, - share/themes/marble3d-button4.png, share/rpm-unselected.xpm, - share/list.i386, netconnect.pm, share/themes/DarkMarble-button3_out.png, - c/md5_crypt.c, share/themes/mdk-toggle_on.png, partition_table.pm, - standalone/livedrake, share/diskdrake.rc, - share/themes/DarkMarble-check_on.png, standalone/draknet, - share/po/br.po, Newt/typemap, share/themes/blueHeart-button2.png, - share/po/ro.po, share/list, share/po/cs.po, share/po/be.po, - share/po/sp.po, share/step-orange-click.xpm, modparm.pm, - share/step-green.xpm, share/rpm-base.xpm, - share/themes/marble3d-check1.png, crypto.pm, share/po/eu.po, - share/themes/marble3d-button1.png, c/stuff.pm, install_steps.pm, - share/Cards2CardsNames, Newt/Makefile.PL, - share/themes/mdk-Desktop-bg.png, netconnect_consts.pm, share/po/id.po, - share/themes/mdk-check_on.png, share/po/fi.po, share/po/sk.po, - standalone/icons/findf.xpm, share/po/lt.po, - share/themes/mdk-check_off.png, fs.pm, c/.cvsignore, - share/themes/mdk-toggle_off.png, share/po/ca.po, timezone.pm, - detect_devices.pm, share/consolefonts/ruscii_8x16, diskdrake.pm, - standalone/icons/reload.xpm, share/rpm-selected.xpm, resize_fat/io.pm, - Newt/Newt.xs, Newt/.cvsignore, install2, share/po/pt_BR.po, - share/themes-marble3d.rc, resize_fat/fat.pm, sbus_probing/main.pm, - share/template.in/floppy.fsdev.kdelnk.in, printer.pm, share/po/it.po, - resize_fat/.cvsignore, install_steps_interactive.pm, - share/themes/mdk-button4.png, live_install, standalone/draknet2, - any_new.pm, share/list.alpha, share/rpm-semiselected.xpm, c.pm, - share/logo-mandrake-Desktop.xpm, printerdrake.pm, network.pm, - share/step-red-on.xpm, share/themes-mdk.rc, share/po/validate.pl, - swap.pm, share/themes/blueHeart-button4.png, standalone/keyboarddrake, - g_auto_install, share/po/es.po, standalone/lspcidrake, share/po/de.po, - partition_table_mac.pm, standalone/mousedrake, devices.pm, - share/po/ru.po, resize_fat/c_rewritten.xs, share/po/cy.po, - share/themes/mdk-button1.png, netconnect_new.pm, install_any.pm, - share/po/nl.po, share/aliases, share/keyboards.tar.bz2, share/po/sv.po, - Newt/Av_CharPtrPtr.c, c/stuff.xs.pm, share/themes-DarkMarble.rc, - share/step-red.xpm, Newt/Av_CharPtrPtr.h, c/smp.c, - share/po/zh_CN.GB2312.po, commands.pm, standalone/icons/find.xpm, - perl2etags, share/po/Changelog, standalone/drakboot, - resize_fat/dir_entry.pm, share/fonts.tar.bz2, share/install.rc, - share/themes/blueHeart-button1.png, share/Cards+, share/po/uk.po, - share/MonitorsDB, share/template.in/Dos_.kdelnk.in, - standalone/printerdrake, services.pm, share/kmap2bkmap, - share/themes/blueHeart-button_def.png, share/po/az.po, share/po/tr.po, - common.pm, getpkgs_deps, standalone/drakxconf, share/ftout.xpm, - install_gtk.pm, Xconfigurator_consts.pm, share/consolefonts/lat2-sun16, - share/po/no.po, resize_fat/boot_sector.pm, share/CardsNames, - c/Makefile.PL, share/themes-mdk-Desktop.rc, - share/themes/blueHeart-brown_bg1.png, share/logo-mandrake.xpm, - share/consolefonts/Cyr_a8x16, standalone/netdrake, standalone/drakgw, - share/po/sl.po, standalone/rpmdrake, share/makedev.sh, - share/themes/DarkMarble-button3_in_prelight.png, share/themes-blue.rc, - install_steps_newt.pm, resize_fat/Makefile.PL, partition_table_empty.pm, - my_gtk.pm, share/po/i18n_compssUsers, install2.pm, share/compssList, - share/po/fr.po, share/themes/DarkMarble-button3_in.png, - standalone/icons/ftin.xpm, share/modparm.lst, raid.pm, - standalone/diskdrake, share/po/ko.po, - share/template.in/zip.fsdev.kdelnk.in, share/compssUsers.desktop, - share/po/ja.po, any.pm, share/isdndb.net, - share/template.in/floppy.kdelnk.in, share/step-green-on.xpm, - share/step-red-click.xpm, share/po/Makefile, help.pm, - share/po/zh_TW.Big5.po, c/sbus.c, genmodparm, share/po/pl.po, - share/themes-savane.rc, install_steps_stdio.pm, share/po/th.po, - loopback.pm, resize_fat/any.pm, share/po/el.po, install_steps_gtk.pm, - Newt/Newt.pm, Xconfigurator.pm, interactive_gtk.pm, - standalone/drakxservices, resize_fat/Makefile, fsedit.pm, - interactive_stdio.pm, live_install2, resize_fat/directory.pm, - share/po/pt.po, install_steps_auto_install.pm, share/po/DrakX.pot, - share/themes/mdk-bg.png, share/list.ppc, share/po/ga.po, share/po/et.po, - share/keymaps.tar.bz2, partition_table_bsd.pm, c/md5.c, share/help.xpm, - share/themes/marble3d-check2.png, ftp.pm, c/md5.h, - standalone/adduserdrake, share/themes/marble3d-button2.png, - partition_table_raw.pm, share/template.in/zip.kdelnk.in, - share/locales.tar.bz2, standalone/icons/fileopen.xpm, - share/template.in/kppprc.in, ChangeLog, resize_fat/README, mouse.pm, - commands, standalone/XFdrake, share/gconv.tar.bz2, share/po/eo.po, - interactive.pm, log.pm, share/themes/DarkMarble-gloom2.png, - interactive_newt.pm, share/po/da.po, resize_fat/c_rewritten.pm, - bootloader.pm, share/po/af.po: branch to build the firewall install. - -2000/11/28 François Pons - - * install2.pm: change upgrade section for keyboard. - - * install_steps_gtk.pm: extended chooseSizeToInstall. - - * install_steps.pm: updated comment. - - * pkgs.pm: fixed misuse of map with values returing list which are indexed - afterward. - - * install_any.pm: removed some more logs. - - * keyboard.pm: keep track of unknown keyboard (for upgrade) - - * install_steps_interactive.pm: modified def_mark to 59 (gl hw - acceleration level) and upgrade use this level - for newbies so. - make sure a recommended upgrade get the minimum and a little more (80). - choose default size according to a default mark (currently 49). - -2000/11/27 dam's - - * netconnect_consts.pm: added isdn Gazel card 10b5 1151 - -2000/11/27 Pixel - - * partition_table.pm (@bad_types): list of the different type of extended - partitions - (important_types): remove @bad_types from important_types - -2000/11/25 Pablo Saratxaga - - * share/po/ru.po: updated Russian file - -2000/11/24 dam's - - * mouse.pm: doc + split - - * netconnect_new.pm: added depmod after having writed modules.conf - - * standalone/mousedrake: splited - -2000/11/24 François Pons - - * pkgs.pm: avoid .la files for selection. - - * install_steps.pm: added missing portmap. - -2000/11/23 dam's - - * standalone/draknet2: progressbar. - -2000/11/23 François Pons - - * install_steps_interactive.pm, install_steps_gtk.pm: updated with - structural change of pkgs. - - * install_any.pm: removed some ugly logs. - updated with structural change of pkgs. - - * install_steps.pm: added tempory fix for initscripts %post. - updated with structural change of pkgs. - - * pkgs.pm: synced versionCompare() with rpmtools-2.1-4mdk. - removed ugly log on transaction. - added special case to avoid counting kernels space when upgrading - as these package are not upgraded (just installed). - Memory usage optimization, change structure of storing - package informations. lot of fork to make sure of - freeing memory by perl (no free on used hashes or arrays - usable by other than perl), now upgrade takes as much as - install which takes at least 0.5Mb less than before. - -2000/11/23 Guillaume Cottenceau - - * share/compssList: put all tina stuff to weight 0 - -2000/11/21 François Pons - - * Xconfig.pm: added more subtil upgrade from /etc/X11/XF86Config* files, - keep - wacom entries. - - * Xconfigurator.pm: upgrade for XF86Config, take care of resolution and - depth wanted. - - * install_steps.pm: always try to get default from /etc/X11/XF86Config - removing logs. - - * pkgs.pm: cosmetic changes for upgrade, removing some logs. - - * install_steps_interactive.pm: removed code to ask if take care of - /etc/X11/XF86Config* files. - added wait message during rebuild of rpm database as it takes some time. - - * Xconfigurator_new.pm: WARNING - -2000/11/21 Pablo Saratxaga - - * share/po/az.po: updated Azeri file - -2000/11/20 François Pons - - * pkgs.pm: clean up as today filelist is no more. - use parsehdlist from rpmtools-2.1-3mdk or above instead of - perl code from DrakX forking to simulate a filelist server. - this increase performance by 100 to 150% on selection of - packages to upgrade. - - * share/list: added parsehdlist. - - * c/stuff.xs.pm: removed logs. - -2000/11/20 Pixel - - * share/Cards+: add radeon - - * install_steps_auto_install.pm (exitInstall): fix message - - * install_steps.pm (afterInstallPackages): moved the - writeandclean_ldsoconf here - - * fsedit.pm: add /var/ftp and /var/www in the list of propose mount-points - -2000/11/17 Guillaume Cottenceau - - * install_any.pm: add openuniverse to the list of gl apps - -2000/11/16 dam's - - * netconnect_new.pm: corrected isdn_get_{list, info} - -2000/11/16 François Pons - - * share/list: include /usr/lib/rpm/macros else rpmlib gets crazy :-) - - * modules.pm: tempory version for current glibc, a lot of module have been - removed due to - problem of stage1 increase in size when compiled with glibc-2.2 and - current - modutils. - - * c/Makefile.PL: updated with rpmlib 4. - - * c/stuff.xs.pm: completed something that seems to work almost correctly - at the first look - with rpmlib 4. - -2000/11/16 Guillaume Cottenceau - - * share/compssList: add netscape-german, thx to florin - isdn4k-utils gets same weight as isdn4net, thx to Florin - -2000/11/16 Pablo Saratxaga - - * share/po/no.po: updated Norwegian file - - * share/po/sk.po: updated Slovak file - -2000/11/15 dam's - - * netconnect_new.pm: added isdn_get_list and isdn_get_info - calls modules::write_conf to fill the modules.conf. - - * Xconfigurator_new.pm: added to fork frontends backends. Not operationnal - at all for now. - - * modules.pm: when loading a new module, add an alias for it, even in - standalone mode. - -2000/11/15 François Pons - - * c/stuff.xs.pm: updated for rpm 4. - - * pkgs.pm: rpmdepOrder again (for new TAGp) - -2000/11/15 Pixel - - * c/Makefile.PL: add librpmio - - * c/stuff.xs.pm: workaround for kernel-headers not in sync with glibc - (dev_t) - -2000/11/14 dam's - - * netconnect_new.pm: better structure for the ethx-driver. - added call to add_alias and write_conf - - * standalone/draknet2: updated - -2000/11/14 François Pons - - * pkgs.pm: removed foreach (<... which are eating memory - fork install on upgrade for searching trhough filelist, this saves - about 20Mb of memory before rpmlib transaction are started so its is - more than 2 times faster for upgrading a system, sorry it was - effectively - a machine two overloaded that makes the upgrade slower. - make rpmlib not to check size as DrakX should do it. - added special cases for selection of packages according to files, avoid - all kde-i18n packages if their locales-$lang is not selected, avoid - a -devel package if only one files is updated (typical for fixes on - package by moving files around). - - deactivated rpmdepOrder as it should be done directly in - depslist.ordered - file. - - fixed obsoletes which never run correctly, even if almost no package are - selected explicitely this way. - - added log during selection of packages to upgrade to keep a track of - what DrakX is doing. - - * modules.pm, network.pm, netconnect.pm, common.pm, modparm.pm, - Xconfig.pm, commands.pm, lang.pm, fsedit.pm, detect_devices.pm, - printer.pm, Xconfigurator.pm: removed foreach (<... which are eating - memory - -2000/11/14 Pablo Saratxaga - - * share/po/da.po: updated Danish file - -2000/11/13 Guillaume Cottenceau - - * standalone/drakgw: Integrate Till's patches for better work with Cups. - -2000/11/12 Pixel - - * standalone/mousedrake: fix for bug #1350 - (mousedrake dies with: Undefined subroutine &mouse::serial_ports_names) - - * pkgs.pm (psUpdateHdlistsDeps): fixed an ugly typo (uses .cz2 for .cz and - .cz22 for - .cz2) that makes for than one CD install breaks :-( - -2000/11/11 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/sl.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 pot file - -2000/11/10 dam's - - * standalone/draknet2: draknet2 : new version of draknet, post-install - only, uses only libDrakX backend, beautyfull - - * netconnect_new.pm: completed adsl_conf_backend - corrected conf_network_card_backend : return interface and module - separately - splitted pppconfig. - -2000/11/10 François Pons - - * share/po/fr.po: typo fixing - - * printerdrake.pm: fixed wrong case for managing IP for remove CUPS server - updated typo for remote CUPS server configuration dialog - -2000/11/10 Pablo Saratxaga - - * share/po/sk.po, share/po/lv.po: updated Latvian and Slovak files - - * share/po/wa.po, share/po/da.po: updated Danish and Walloon files - -2000/11/10 Pixel - - * c/stuff.xs.pm: initIMPS2 move where it should be (in non-C_RPM dependent - section) - -2000/11/09 dam's - - * netconnect.pm: added handling for 2 ethernet cards with the same module - -2000/11/09 François Pons - - * share/po/fr.po: add some missing translation (mainly printer for CUPS - remote config) - - * printer.pm: make sure to restart cups when cupsd.conf is modified. - - * printerdrake.pm: fixed modification of BrowsePoll on a existing file. - -2000/11/08 dam's - - * netconnect_new.pm: updated - -2000/11/08 François Pons - - * Xconfigurator.pm: make sure class discarding do not destroy result - - * pkgs.pm: added new function for selected or installed accessor on pkg - make sure package already installed for oem are marked as selected, as - some - code refer to this state to perform some actions (install_urpmi) - - * install_steps.pm: fixed for urpmi again; - - * printerdrake.pm: add management of BrowsePoll : in - /etc/cups/cupsd.conf - - * printer.pm: add minimal management of /etc/cups/cupsd.conf - -2000/11/08 Guillaume Cottenceau - - * share/MonitorsDB: Fixed Samsung SyncMaster 3Ne (bug #1136) - -2000/11/08 Pablo Saratxaga - - * share/po/es.po: updated Spanish file - -2000/11/07 dam's - - * mouse.pm: now there are 8 ttyS* available for configuration. Used for - internal modem configuration that uses ttyS* > 3 - - * netconnect_new.pm: ttyS0 -> ttyS7 available for configuration - some doc - -2000/11/07 François Pons - - * Xconfigurator.pm: fixed text for card prefered in XFree 3.3 (RIVA128). - - * install_steps_interactive.pm: use of install_any::boot_medium to avoid - listing medium used for boot - - * install_any.pm: use of $boot_medium where the boot medium is used - (default 1) - -2000/11/07 Guillaume Cottenceau - - * share/Cards+: fix tseng server for ET4000 W32i, W32p thanks to - - -2000/11/07 Pixel - - * install2.pm (main): in oem, configureX automatic - (main): $::oem is now global :-( (needed in install_steps.pm) - - * install_steps.pm (afterInstallPackages): give medium 'cdrom' to - install_urpmi in case of $::oem - -2000/11/06 dam's - - * netconnect_new.pm: backend/frontend fork complete - - * any_new.pm: load_thiskind changed to load_thiskind_backend, the wait - function is passed by argument - - * network.pm: configureNetwork2 commented. - -2000/11/06 François Pons - - * pkgs.pm: created function for examining already installed package on - install (oem). - - * install2.pm: add a flag to allow by default formating / - - * install_steps.pm: conditionnal format of / and use already installed - packages if any on install. - -2000/11/06 Guillaume Cottenceau - - * share/MonitorsDB: added Hitachi CM753 contributed by Adam Julius - - -2000/11/06 Pablo Saratxaga - - * share/po/DrakX.pot, share/po/ru.po, share/po/uk.po: updated pot file - GRUB/LILO/SILO messages *must* be in ascii only. Changed cyrillic to - ascii transliteration for them - - * share/po/be.po, share/po/sp.po, share/po/pt.po, 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/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/sl.po, - share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, - share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, - share/po/af.po: updated pot file - - * keyboard.pm, ChangeLog: added the 3 kbd layouts for CZ and SK kbds - -2000/11/06 Pixel - - * install2.pm (formatPartitions): formatMountPartitions done even in - upgrade - (main): set $o->{partitioning}{use_existing_root} in oem - - * install_steps.pm (doPartitionDisksAfter): remove the mount_all which is - plain dumb - (doPartitionDisksAfter): fs::mount_all moved here - (doPartitionDisks): use $o->{partitioning}{use_existing_root} - - * install_any.pm (use_root_part): fs::mount_all really removed - (use_root_part): fs::mount_all removed - - * install_steps_interactive.pm (choosePartitionsToFormat): don't propose - already mounted partitions - (installCrypto): nicer layout - -2000/11/05 dam's - - * mouse.pm: changed 'IntelliMouse label' to 'Generic PS2 Wheel Mouse' - -2000/11/05 Guillaume Cottenceau - - * share/MonitorsDB: added LG StudioWorks520Si contributed by Yves Maniette - - -2000/11/01 Pablo Saratxaga - - * share/po/eo.po: updated Esperanto file - -2000/10/31 dam's - - * netconnect_new.pm: continuing forking frontend - backend. adsl ist - nearly finished - - * any_new.pm: added this file to fork frontends and backends in any.pm - -2000/10/30 Guillaume Cottenceau - - * share/compssList: heartbeat pixel wonderful un chien vaut mieux que deux - tu damsera - -2000/10/30 Pablo Saratxaga - - * share/po/wa.po: updated Walloon file - - * share/keyboards.tar.bz2: updated keyboards - -2000/10/30 Pixel - - * lang.pm (load_po): backslash @ in po strings, otherwise the eval fails - -2000/10/28 dam's - - * netconnect_new.pm: new version of draknet. Splited frontends - backends - -2000/10/28 Pablo Saratxaga - - * share/po/tr.po: updated Turkish file - -2000/10/27 François Pons - - * install_any.pm: remove the noising rpm output command line when loging - installed rpm - size (only usefull for live_update and just for conveniance). - - * pkgs.pm: Make sure $meta_class is defined in readCompsUsers (for HTTP - hack) - before reading a compssUsers file. - - * live_install: add VERSION in list of file that have to be symlinked. - - * common.pm: list_skels returns list of existing directory and writeable. - - * live_install2: Make sure to remove font path in /tmp/drakx before - exiting. - -2000/10/26 Pablo Saratxaga - - * share/po/DrakX.pot, share/po/tr.po, share/po/it.po: updated Italian and - Turkish files - -2000/10/24 Guillaume Cottenceau - - * share/compssList: fortune-mod gets 10/0/10 on request from egil - -2000/10/24 Pablo Saratxaga - - * share/po/pl.po: updated Polish file - -2000/10/23 Pablo Saratxaga - - * share/po/ca.po: updated Catalan file - -2000/10/23 Pixel - - * install_steps.pm, ChangeLog, diskdrake.pm: added some carriage returns - to please jl :) - - * detect_devices.pm (floppies, probeall): add require "modules" as it - should be - - * install_interactive.pm (partitionWizardSolutions): add "require - resize_fat::main" as it should be - -2000/10/22 Guillaume Cottenceau - - * share/compssList: linuxconf-gui got -1/-1/-1 while gnome-linuxconf has - 74/0/74 - -2000/10/21 Pablo Saratxaga - - * share/po/uk.po, share/po/tr.po, share/po/az.po: updated Azeri, Turkish - and Ukrainian files - -2000/10/20 fabman - - * share/po/es.po: updated - -2000/10/20 Guillaume Cottenceau - - * share/compssList: ntp to -1/-1/-1 - -2000/10/19 Guillaume Cottenceau - - * share/compssList: put all packages requiring kde1-compat to 0 except - kisdn-free - aumix now gets a high weight (79) because it's required to save the - mixer - settings at shutdown - -2000/10/19 Pixel - - * share/locales.tar.bz2: fix symlink zh_CN.GB2312 (was zh_CN.G23212) - -2000/10/19 tlb - - * share/po/da.po: 100%, Troels Liebe Bentsen. - -2000/10/18 Pablo Saratxaga - - * share/po/az.po: Added AZeri file - - * share/po/no.po: updated Norwegian file - -2000/10/17 dam's - - * interactive_gtk.pm, netconnect.pm, netconnect_consts.pm: removed unused - code in ineractive_gtk - added some isdn card in pcitable - corrected typos, and made ISA isdn work - -2000/10/17 Pablo Saratxaga - - * share/po/lv.po: updated Latvian file - -2000/10/16 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/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/sl.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 pot file - - * standalone/keyboarddrake, keyboard.pm, ChangeLog: corrected BackSpace - setting - -2000/10/16 Pixel - - * detect_devices.pm (cdroms): fix the setting of scdX for ide burners - - * share/compssList: sympa is -1 except for server - - * keyboard.pm (write): small pixelization (neater now) - - * install_steps.pm (installPackages): don't run ldconfig in g_auto_install - -2000/10/15 Pablo Saratxaga - - * share/po/nl.po: updated Dutch file - -2000/10/14 Pablo Saratxaga - - * lang.pm, keyboard.pm: small fix for Swedish locale - - * share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/fr.po, - share/po/wa.po, share/po/de.po: updated Bulgarian file - -2000/10/13 François Pons - - * partition_table_empty.pm: empty partition table as assumed only if the - MBR is really composed of only null chars. - -2000/10/13 Guillaume Cottenceau - - * share/compssList: added viavoicemenu - -2000/10/12 Pixel - - * install_steps.pm (ask_mntpoint_s): dqs - -2000/10/11 Pixel - - * .cvsignore: ignore flog files - - * install2.pm (main): test - - * ChangeLog: qsdqsd - - * install_steps_interactive.pm: * (selectKeyboard): set default - $o->{langs} to $o->{lang} - -2000/10/10 Guillaume Cottenceau - - * standalone/drakgw, ChangeLog: make only one call to urpmi in order to - install all the needed rpm's - -2000/10/10 Pablo Saratxaga - - * share/po/no.po, share/po/es.po: updated Norwegian file - - * share/po/pl.po: updated Polish file - - * share/po/zh_CN.GB2312.po, share/po/zh_TW.Big5.po: updated Chinese file - -2000/10/10 tlb - - * share/po/da.po: 99%. - -2000-10-10 Guillaume Cottenceau - - * standalone/drakgw: make only one call to urpmi in order - to install all the needed rpm's - -2000-10-10 DrakX - - * snapshot uploaded - -2000-10-10 Pixel - - * install2.pm: increase $::VERSION - -2000-10-09 DrakX - - * snapshot uploaded - -2000-10-09 Guillaume Cottenceau - - * share/po/fr.po: update after Dam's new messages in netconnect - -2000-10-09 DrakX - - * snapshot uploaded - -2000-10-09 Pixel - - * install_any.pm (kdeicons_postinstall): remove the handling of - doc desktop icons. see dadou - -2000-10-09 Guillaume Cottenceau - - * share/compssUsers: new list (with icons) - - * share/list: add icons for compssUsers - -2000-10-09 dam's - - * standalone/draknet: added wait message - -2000-10-09 DrakX - - * snapshot uploaded - -2000-10-09 Pixel - - * share/themes-*.rc: change the fg[INSENSITIVE] entry - -2000-10-09 François Pons - - * install_any.pm: added tuxracer in OpenGL games to install if an - accelerated card has been found. - -2000-10-09 dam's - - * netconnect.pm (main): asking connection after writing start/stop scripts. - (adsl_conf): if during install, don't use chkconfig, make the - links directly for the adsl init script. - -2000-10-09 DrakX - - * snapshot uploaded - -2000-10-09 Pixel - - * install_steps.pm (afterInstallPackages): UserView in kdmrc is - now true by default. So put false if security >= 3 instead of - removing it. - -2000-10-09 François Pons - - * any.pm: default speed of modem set to 115200. - - * fs.pm: fixed format of RAID partition. - - * install_interactive.pm: take into account RAID partitions for - searching / partition. - -2000-10-09 DrakX - - * snapshot uploaded - -2000-10-09 Pixel - - * install_steps.pm (selectKeyboard): don't assume $o->{langs} is set - (selectLanguage): don't set $o->{langs} (so that you can go back - and it works) - - * common.pm (round_up, round_down): ensure number is an integer - - * install_steps_interactive.pm (chooseGroups): take into account - the min_level to compute the size - -2000-10-08 Pixel - - * install_steps_interactive.pm (choosePackages): move the - computing of max_size before calling chooseGroups (not the one for - desktop meta_class) - (chooseGroups): compute the size of Miscellaneous - -2000-10-07 DrakX - - * snapshot uploaded - -2000-10-07 Pixel - - * share/compssList: don't install locales-* even in 'all' install - (those files are usefull if RPM_INSTALL_LANG doesn't include that - lang) - -2000-10-07 DrakX - - * snapshot uploaded - -2000-10-07 Pixel - - * pkgs.pm (install): log the gonna be installed packages (-> be - able to track not installed packages that should have been - installed) - -2000-10-06 DrakX - - * snapshot uploaded - -2000-10-06 dam's - - * netconnect.pm (pppConfig): the domain used for kppp is copied in resolv.conf - (intro): connection detection improved : now use "ifconfig | grep interface" - (pppConfig): corrected cnx_up/down - -2000-10-06 DrakX - - * snapshot uploaded - -2000-10-06 Pixel - - * install_steps.pm (afterInstallPackages): don't fail if - kdeglobals file is not there - - * share/compssUsers.desktop: fix icons - - * detect_devices.pm (cdroms): fix for scsi cdrom drives - - * pci_probing/pcitable: put cs46xx instead of snd-card-cs461x - (dixit jeff) - - * diskdrake.pm (Resize): comment ext2&reiserfs resizing for the - moment - -2000-10-06 Frederic Lepied - - * Xconfigurator.pm (write_XF86Config): added mode of wacom devices - -2000-10-06 dam's - - * netconnect.pm (ask_connect_now): connection is now tested. - -2000-10-06 François Pons - - * install_steps_interactive.pm, install_steps_gtk.pm: updated - license. - - * Xconfigurator.pm: removed Matrox G200/G400 3D acceleration by - DRI, use only Mesa with Utah GLX, fixed autologin for avoiding - drakres and no wm available, moved Riva128 card from experimental - to stable, fixed presentations of text. - - * pci_probing/pcitable: fixed Cirrus Logic sound card. - -2000-10-06 DrakX - - * snapshot uploaded - -2000-10-06 François Pons - - * install2.pm: fixed bad call to hasUsb... - - * share/Cards+: fixed wrong use of SiS card with 4.0.1, only keep - 530, 620 and 6326 with XFree 4.0.1. - -2000-10-06 DrakX - - * snapshot uploaded - -2000-10-06 Pixel - - * share/list: remove /usr/X11R6/lib/X11/Cards, not needed anymore - - * install_steps.pm (afterInstallPackages): put the Charset in - kdeglobals, otherwise kde uses charset iso8859-1 :( - - * lang.pm (charset): created - - * common.pm (update_userkderc): fix it, change the argument - passing - -2000-10-05 Pixel - - * share/compssList: raise kde-i18n-*, should be installed whenever - kdebase is installed - - * pci_probing/pcitable: integrate patch from viet (concerns - sym53c8xx cards) - - * share/compssUsers: use "documentation" as the database icon - - * install_steps_interactive.pm (chooseGroups): fix to accept icons - not in the format "*_section.xpm" - - * install2.pm (miscellaneous): put yes/no in sysconfig/usb entries - -2000-10-05 dam's - - * netconnect.pm (adsl_conf): updated pppoe conf. - (main): added $netc->{minus_one} to avoid to count dhcp configured - eth when asking to share the connection. - (adsl-pppoe): improvement. Should work now. - (miscellaneous): corrected chmod 755 to 744 for connections scripts - - * netconnect.pm (main): network is stopped then started, instead - of restarted. - -2000-10-05 François Pons - - * live_install: added icons (this fixes the yellow on white - tooltips problem). - - * install_any.pm: added ghostscript-utils in the list of packages - to copy when changing CD. - - * printerdrake.pm: install ghostscript-utils if a lexmark printer - is selected on cups. - -2000-10-05 DrakX - - * snapshot uploaded - -2000-10-05 Pixel - - * install_any.pm (loadO): look for auto_inst.cfg in /, not in - /Mandrake/base - -2000-10-05 François Pons - - * netconnect.pm: fixed syntax error. - - * share/po/i18n_compssUsers: simplified version and fixed - dependancies to pkgs.pm (for building drakxtools). - -2000-10-04 François Pons - - * install_gtk.pm: removed 80 pixel on height for live upgrade. - - * install_steps.pm: do not set keyboard when live upgrade after - setting the language. - - * install_steps_gtk.pm: fixed the trying to start a X server on - live. - -2000-10-04 Pixel - - * share/po/i18n_compssUsers: fake module ``c'' so that no need to - build DrakX to use i18n_compssUsers - - * install_steps_interactive.pm (selectLanguage): update license - - * install_steps_gtk.pm (installPackages): add second license for - shitty soft (commercial one) - -2000-10-04 dam's - - * draknet (netconnect.pm and network.pm): various translations - corrected, network is restarted, buttons connect/disconnect - debugged. - -2000-10-04 DrakX - - * snapshot uploaded - -2000-10-04 Pixel - - * Xconfigurator.pm (main): kill prefdm instead of autologin - - * install_any.pm (find_root_parts): don't use - suggest_mount_points, it couldn't do what we wanted - (guess_mount_point): created, contains the common stuff between - suggest_mount_points and find_root_parts - -2000-10-04 Guillaume Cottenceau - - * standalone/drakgw: fix some failing/untranslated i18n messages - - * share/po/fr.po: write translations according to drakgw - -2000-10-04 François Pons - - * Xconfigurator.pm: removed bad card for 3D Rage Pro. - - * install_any.pm: removed Aurora for SiS card, add more case for - detecting right cdrom for live upgrade, fixed wrong list of - packages for laptops. - - * c/stuff.xs.pm: added time interval of 200ms between update of - progression bar of install, make sure the last step is seen. - -2000-10-04 DrakX - - * snapshot uploaded - -2000-10-04 Pixel - - * modules.pm (when_load): stricter regexp for $type is scsi or not - (so that scsi_mod with is scsi_raw doesn't get an alias - scsi_hostadapter) - - * detect_devices.pm (isLS120Drive): extend the regexp to include - "Caleb Technology - 144MB FDD UHD Floppy" - - * detect_devices.pm (burners, IDEburners): reworked, renamed, now - works! - * c/stuff.xs.pm (isBurner): created - - * modules.pm (load_ide): make sure ide-cd is loaded! - - * install_steps_interactive.pm (chooseGroups): the label and help - are now translated (at least will be), so use the translations - -2000-10-03 Pixel - - * share/po/Makefile (DrakX.pot): added the to-be-translated from - compssUsers - * share/po/i18n_compssUsers: read the compssUsers's and output the - to-be-translated in po format - - * log.pm (l): log to STDERR instead of STDOUT - - * install_any.pm (loadO): use first floppy drive available (won't - help much though, as stage1 doesn't follow this...) - -2000-10-03 DrakX - - * snapshot uploaded - -2000-10-03 Pixel - - * Xconfigurator.pm (autologin): don't propose autologin in - security > 3 - - * common.pm (availableRamMB): HACK HACK if i810 and memsize, - returns 127 - - * bootloader.pm (suggest): don't use grub if more than 800MB - -2000-10-04 Guillaume Cottenceau - - * share/po/validate.pl: create this tool - - * share/po/fr.po: fix many typos - - * share/po/fr.po: make compssUsers translation - -2000-10-03 François Pons - - * Xconfigurator_consts.pm: changed resolution allocation. - - * fs.pm: removed no more used log. - - * install2.pm: add exit button if live upgrade. - - * install_any.pm: increased minimal available size to 65Mb. - - * install_steps.pm, standalone/printerdrake: fixed cups to CUPS - for mode. - - * printerdrake.pm: fixed not_edit for lpr mode of printerdrake. - - * share/Cards+: fixed Savage2000 entry. - -2000-10-03 DrakX - - * snapshot uploaded - -2000-10-03 François Pons - - * Xconfigurator.pm: updated bad card with Rage Mobility card. - - * live_install: added test of root user, abort if not root. - -2000-10-03 Guillaume Cottenceau - - * share/po/fr.po: fixed bug #518 and fixed other misc errors - -2000-10-03 DrakX - - * snapshot uploaded - -2000-10-02 François Pons - - * diskdrake.pm (Resize): fix to make ext2resizing work a little - better - - * install_steps.pm: fixed installation of urpmi configuration. - - * detect_devices.pm: updated comment about UltraDMA66/100 - management. - - * modules.pm: updated comment about UltraDMA66/100 management. - - * diskdrake.pm: adding a cylinder for the minimum of the resize - and if there is nothing to do for resize, simply return. - - * install_any.pm: added missing require pkgs. - -2000-10-02 Pixel - - * many files: remove many lnx4win special cases which are not - needed anymore - - * any.pm (addUsers): grpuser output goes to Mr Dave - - * bootloader.pm (install_lilo): change the default color of menu - - * install_steps_interactive.pm (choosePackages): add 300MB choice - in desktop - - * mouse.pm (fullnames): fix i18n fix - - * install_steps.pm (miscellaneous): don't add ide2=0x... for - ultra66 (otherwise chmouel is not happy, so is hdc being hde) - - * Xconfigurator.pm (main): add handling of icewm logout - - * c/stuff.xs.pm: changed the stepping of "Progressing installing package" - -2000-10-02 dam's - - * netconnect.pm (main): infos are written only when needed. - * netconnect.pm (intro): connection checking now works. - -2000-10-02 Chmouel Boudjnah - - * pci_probing/pcitable: s|snd-card-via686a|via82cxxx_audio|; like - jeff request. - -2000-09-30 DrakX - - * snapshot uploaded - -2000-09-30 dam's - - * netconnect.pm: a LOT of bugs fixed. draknet is now completely - brok^H^H^H^Hfrozen. - -2000-09-29 DrakX - - * snapshot uploaded - -2000-09-29 dam's - - * netconnect.pm (adsl_conf): dhcp should better work. - - * network.pm (configureNetwork): remove connection script if a - gateway is given. - - * common.pm (setVarsInShMode): created. chmod the file with - permissions passed in argument. - -2000-09-29 François Pons - - * modules.pm (load): fixed when standalone, use modprobe. - - * pkgs.pm: added preference for wu-ftpd. - - * detect_devices.pm: added code to proble USB printer. - - * printer.pm: fixed missing PRINTER=yes on CUPS configuration for - USB printer. - - * install_steps.pm: removed possibilty to add an user in urpmi - group (jloup). - - * install_steps_interactive.pm: log if CD not ejectable. - -2000-09-29 Guillaume Cottenceau - - * share/compssList: sync with latest packages - - * install_steps_interactive.pm (selectLanguage($)): s/42/43/ in - MandrakeSoft physical address - -2000-09-29 DrakX - - * snapshot uploaded - -2000-09-29 dam's - - * netconnect.pm (intro): detection of internet - configuration/connexion state. - - * network.pm (write_resolv_conf): better "ppp temp nameserver" in resolv.conf - -2000-09-28 Pixel - - * modules.pm (load_thiskind): add read_already_loaded cuz of - pcmcia - -2000-09-28 Guillaume Cottenceau - - * share/compssList: add nasty DrakSync and DrakProfile with 50 0 50 - -2000-09-28 DrakX - - * snapshot uploaded - -2000-09-28 Pixel - - * install_steps_interactive.pm (choosePackages): the minimum is 25 - in beginner, not 10 - - * pkgs.pm (readCompssUsers): fix reading description - - * install_steps.pm (afterInstallPackages): remove the code to - handle RPM-GPG-KEYS - -2000-09-28 dam's - - * interactive_gtk.pm (ask_from_list_with_helpW): no more theme - parsing, no more draknet.rc - - * netconnect.pm (read_net_conf): no adsl tree anymore. - - * netconnect.pm: drakgw called if enough card are installed. - - * netconnect.pm: minor bugs correction. - -2000-09-28 François Pons - - * Makefile.config: added livedrake for drakxtools. - * diskdrake.pm: use corrected partition size when resizing a dos - partition (like the others). - * install_any.pm: no more pnm2ppa packages and others in package - to copy when changing CD. - * live_install: exec live_install2 instead. - * live_install2: contains post live upgrade stuff now. - * printerdrake.pm: protect set_help() usage by if $::isInstall, - removed reference to package pnm2ppa and others. - * standalone/livedrake: initial release for drakxtools. - -2000-09-28 DrakX - - * snapshot uploaded - -2000-09-28 Pixel - - * install_interactive.pm (partitionWizardSolutions): fix the limit - cases for lnx4win - - * share/po/Makefile ($(PMSCFILES)): fix the DrakX.pot generation - -2000-09-27 Pixel - - * install_steps_interactive.pm (choosePackages): set $size2install - to $availableC in desktop install, as it should be - - * install2.pm (choosePackages): remove the code for removing kdesu - in high security... - - * install_steps_interactive.pm (createBootdisk): format more - nicely the text - - * install_steps_gtk.pm (installPackages): add 10 seconds to have a - better estimation - - * install_steps_interactive.pm (chooseGroups): now returns a boolean - (choosePackages): use chooseGroups return value to redo - choosePackages - - * install_steps_gtk.pm (selectMouse): if mouse type is none, then - don't test! - - * Xconfigurator.pm (monitorConfiguration): rename Unlisted to Custom - - * various: replace all Rescue by Update - - * pkgs.pm (readCompssUsers): read description for groups - - * install_steps_interactive.pm (chooseGroups): add description for - groups - -2000-09-27 Guillaume Cottenceau - - * share/compssUsers.desktop: added description - - * share/compssUsers: added description - - * share/compssUsers.desktop: added icon support, reordered, - renamed - - * share/compssUsers: reordered, renamed - -2000-09-27 DrakX - - * snapshot uploaded - -2000-09-27 Pixel - - * install_steps_interactive.pm (selectLanguage): intregrate - license again - - * pkgs.pm (readCompssUsers): reads compssUsers.meta_class - - * diskdrake.pm (Create): replace ``ne "i386"'' by ``!~ /i.86/'' - (as should be) - - * install_steps_gtk.pm (selectInstallClass1): if @$l (list of - install classes) contains only one element, call - install_steps_interactive::selectInstallClass1 - - * install_steps_interactive.pm (choosePartitionsToFormat): fix for - "no partitions selected to format" - - * my_gtk.pm (_create_window): alt-e now *toggles* expert/newbie - -2000-09-27 Guillaume Cottenceau - - * share/compssList: more for gnupg, -11 for sucking things, - changed compss-groups to be less than 70. - - * share/compssUsers: modified compssUsers with Warly, added - compssUsers.desktop, simplified for KD (now uses Graphical - Desktop/KDE instead of listing all relevant packages) - -2000-09-27 dam's - - * netconnect.pm (get_info_adsl_providers, read_adsl_providers): - Created. adsl provider tree. - (set_net_conf): better informations storing. - - * my_gtk.pm (new): windows are always centered if standalone. - -2000-09-27 François Pons - - * Xconfigurator.pm: added option "sw_cursor" for S3 Trio3D. fixed - 3D hw acceleration for i815 (VideoRam). prefer XF3 for all - NeoMagic cards. - * install_gtk.pm: re-enabled themes on live upgrade but without - modifying background image. - * install_steps_gtk.pm: fixed missing help. - * live_install: lot of fixes to enable DrakX font, keep upgraded - system clean (libperl.so which allows graphical login). - * pkgs.pm: added function allowedToUpgrade to filter kernel - package. - -2000-09-27 DrakX - - * snapshot uploaded - -2000-09-27 Pixel - - * install_steps_interactive.pm (configureX): if `clicked' don't go - to auto mode - - * Xconfigurator.pm (monitorConfiguration): fix the translated - 'Generic' which is not so (and must not be so) anymore - -2000-09-26 Pixel - - * pkgs.pm: remove all Unskip code - - * my_gtk.pm (_create_window): add shortcut alt-e to switch to - expert - - * Xconfigurator.pm (resolutionsConfiguration): fix for setting - legal resolution - - * install_steps_interactive.pm (selectLanguage): use formatAlaTeX - on the license - -2000-09-26 François Pons - - * fs.pm: added mounting of swap partition when mounting them - all (this can help :-) - * pkgs.pm: fixed correction size code to make (really) a true - bijection between corrected and rpm size. - -2000-09-26 DrakX - - * snapshot uploaded - -2000-09-26 Pixel - - * install_steps_interactive.pm (selectLanguage): integrate the - license (temporary one) - - * modules.pm (write_conf): fix the /etc/modules generation - - * interactive_gtk.pm (ask_many_from_listW): if more than 5 entries - in icon format, use scrollbar. In non-icon format, use scrollbar - for more than 11 entries. - - * commands.pm (bug): add ddcxinfos - - * pci_probing/pcitable: replace tulip by de4x5 for 2104x cards - -2000-09-26 François Pons - - * Xconfigurator.pm: added more 3D Rage Pro card for 3D - acceleration with Utah-GLX (Rage Mobility, Rage XC/XL), - modified identification for checking acceleration. - * install_any.pm: added automatic installation (up 60) for - OpenGL games if a graphic card MAY BE accelerated. - * live_install: fixed perl idioms in pure shell script and added - packdrake symlink if not already installed. - * share/compssList: changed level to -1 for all needing 3D hw - acceleration packages. - -2000-09-26 dam's - - * network.pm (write_resolv_conf): write temp dns line to be used - with new initscripts package. Use to set dns live. - -2000-09-26 DrakX - - * snapshot uploaded - -2000-09-26 Pixel - - * mouse.pm (read): catch exception if fullname2mouse fails (eg: - old FULLNAME format) - -2000-09-25 Pixel - - * share/MonitorsDB: merge with latest redhat MonitorsDB - - * pci_probing/pcitable: major merge with latest redhat pcitable - - * share/Cards+: added "Intel 815", renamed "Rage 128 (generic)" to - "Rage 128", added "Rage 128 Mobility" - - * install_any.pm (getAvailableSpace): keep 10% of free space on - big partitions - - * Xconfigurator.pm (readMonitorsDB): don't translate Generic - (otherwise, only a part is translated, see MonitorsDB for the - non-translated part) - - * interactive.pm (ask_many_from_list): fix sorting - - * install_gtk.pm (test_mouse): smaller box to fit in 640x480 - - * install_steps.pm (afterInstallPackages, beforeInstallPackages): - RPM-GPG-KEYS is copied before installing packages - - * pkgs.pm (readCompssUsers): handle icons in compssUsers - - * common.pm (truncate_list): ensure the list is not too big - - * install_steps_gtk.pm (choosePackagesTree): restrict the list to - 20 elements if it is too big (use truncate_list) - -2000-09-25 François Pons - - * bootloader.pm: add Video mode for entry. - * fs.pm: updated for live upgrade. - * install2.pm: dropped unuseful steps filtering. - * install_any.pm: fixed wrong Device3Dfx package name and clean - postinstall rpms directory on upgrade before filling it. - * install_gtk.pm: removed window restrictions of live upgrade. - * install_steps.pm: fixed initrd symlink following in case of - upgrade. - * install_steps_gtk.pm, install_steps_interactive.pm: keep always - upgrade on live upgrade. - * modules.pm: may fixed pcmcia lost driver (typically on network). - * pkgs.pm: fixed (uggly?) usage of floating perl data on perl - script :-) - * printer.pm: back to "Generic PostScript" for default printer (jloup). - * printerdrake.pm: make sure an expert can choose among available - devices. - -2000-09-25 dam's - - * network.pm (write_resolv_conf): write '# ppp temp entry adsl' in - /etc/resolv.conf if needed. - - * netconnect.pm : adsl connection does'nt need any dns anymore. - - * netconnect.pm (read_net_conf): created. draknet now stores and - reload the config. - - * netconnect.pm (main): if the user is french and uses french - keyboard, don't ask his country. - -2000-09-25 Pixel - - * modules.pm: added 8139too - - * share/Cards+: GeForce2 DDR is handled by driver "nv" - - * Xconfigurator.pm (main): in killall X for Xdrakres, also killall - kdm/xdm/gdm/autologin :) - -2000-09-25 DrakX - - * snapshot uploaded - -2000-09-25 dam's - - * network.pm (configureNetwork): Warn user if he already - configured the interface. - -2000-09-24 Pixel - - * modules.pm (mergein_conf): created. call read_conf, fills - %modules::conf and set $modules::scsi - -2000-09-24 Guillaume Cottenceau - - * standalone/drakgw (fatal_quit($)): add log of reason of fatal_quit - -2000-09-24 DrakX - - * snapshot uploaded - -2000-09-24 Pixel - - * commands.pm (bug): use first floppy drive instead of fd0 hard - coded (nice for LS120's) - - * install_steps_gtk.pm (selectMouse): if device changed, do the - test - * standalone/mousedrake: fix for serial mice - * install_steps_interactive.pm (selectMouse): fix for serial mice - -2000-09-23 dam's - - * netconnect.pm (conf_network_card): now displays the modules of - detected ethernet cards. - -2000-09-22 dam's - - * netconnect.pm (main): calls drakegw. - * netconnect.pm (get_net_device): fixed - -2000-09-22 Guillaume Cottenceau - - * standalone/drakgw: - - added logs - - added verbose mode - - fixed wrong stopping of named in other languages than english - - * netconnect.pm (get_net_device): try to fix it.. - -2000-09-22 Pixel - - * install_steps_interactive.pm (selectKeyboard, - choosePartitionsToFormat, chooseCD, installCrypto): use new ask_many_from_list - (): - - * interactive.pm (ask_many_from_list): now only ask_many_from_list - exists, obsoleting ask_many_from_list_ref and - ask_many_from_list_with_help. More flexible and nicer - * interactive_newt.pm (ask_many_from_listW): adapted to new - calling type - * interactive_gtk.pm (ask_many_from_listW): adapted to new calling - type, handle 'shadow' and 'icon2f' - -2000-09-22 Pixel - - * install2.pm (main): if /lnx4win/i in VERSION, set $o->{lnx4win} - - * Xconfigurator.pm (cardConfiguration): fix setting 4MB of meg for - i810 - (testFinalConfig): i810 is a verybad_card, aka can't test anything - on it :-( - (main): fork to background and stay there while waiting for the WM - to exit - (testFinalConfig): update the backgroung image path - - * interactive_gtk.pm (exit): flush X before leaving (otherwise the - mousecursor is not restored) - - * run_program.pm (rooted): don't redirect the stdout and stderr to - ddebug.log if not $::isInstall - - * log.pm (l): log on stdout/stderr if !isInstall and !isStandalone - - * modules.pm (load_raw): redirect stderr to tty5 - - * install2.pm (main): set variable $::isInstall - -2000-09-22 DrakX - - * snapshot uploaded - -2000-09-22 Guillaume Cottenceau - - * standalone/drakgw: now includes information from netconnect to - ignore the interface used for Internet connection - -2000-09-22 dam's - - * install_steps_gtk.pm (selectInstallClass1): pixel's typo. - - * netconnect.pm (get_net_device): added get_net_device to know - which interface has been used to configure the internet connection. - (conf_network_card): ask to restart network if dhcp too. - (main): enable dialing when modem. - - * network.pm (configureNetworkIntf): changed label to warn people - about already configured eth cards. - -2000-09-22 François Pons - - * install_gtk.pm: added Desktop themes. - * share/themes-mdk-Desktop.rc, share/themes/mdk-Desktop-bg.png: - initial release. - * install2.pm: moved back to all steps for live upgrade. - * install_gtk.pm: select right logo if desktop. - * install_steps_interactive, install_steps_gtk.pm: avoid asking if - upgrade for a live upgrade. - -2000-09-22 Pixel - - * install_steps.pm: add some call to log_sizes to log the - installed size - - * install_steps_gtk.pm (installPackages): beep before changeMedium - -2000-09-21 Pixel - - * interactive.pm (ask_from_listf): try to call the f translation - function on the default value with the index - - * install_steps.pm (afterInstallPackages): make the gpg code work, - changed the call to - "gpg --fast-import --homedir /etc/rpm /root/tmp/RPM-GPG-KEYS" - - * detect_devices.pm: cleanup and removed unused code - -2000-09-21 Guillaume Cottenceau - - * detect_devices.pm (getNet()): really remove plip in standalone - -2000-09-21 François Pons - - * install_steps.pm, netconnect.pm: changed NETWORKING reference - from false to no. - * printer.pm: changed timeout from 30 to 60. - * printerdrake.pm: added wait message when waiting for cups to - start. - * pci_probing/pcitable: added erwan VIA Rhine board. - * network.pm: added DHCP_HOSTNAME reference. - -2000-09-21 DrakX - - * snapshot uploaded - -2000-09-21 Pixel - - * standalone/keyboarddrake: fix for XF4 - - * Xconfigurator.pm (write_XF86Config): comment the omit - xfree86-dga - - * install_steps.pm (afterInstallPackages): configure GPG public - keyring with mandrake key - - * standalone/mousedrake: updated/fixed for new mouse handling - - * install2.pm (main): update for handling oem installs - - * many files: relGetFile cleanup, updated calls to getFile and - getAndSaveFile accordingly - - * Xconfigurator.pm (testFinalConfig): new XFdrake-image-test.jpg - - * detect_devices.pm (@netdevices): plip removed in standalone, - otherwise plip is always there (because of kmod) - - * install_steps_interactive.pm (choosePartitionsToFormat): replace - the die "cancel" by die "already displayed", so that no error is - displayed. - - * pci_probing/pcitable: replace some rtl8139 by 8139too, added - cards DELTA8139 and ADDTRON8139 (for jeff) - - * Xconfigurator.pm (show_info): also show the colordepth and - resolution. don't show server if none, show XF4 driver if there's - one. - (main): change the "Forget the changes" to "Keep the changes?" - with displaying the current configuration. - -2000-09-21 François Pons - - * printer.pm: changed "PostScript" ppd default description to "Raw - queue (no filtering)", asked by Till. - * Xconfigurator.pm: add log of what user select for 3D hw - acceleration. - * share/compssList: changed XFree86-glide-module to -2 because the - level is the same for XFree86-Glide* which may have multiple - different version installed due to dependancies of the first one. - -2000-09-21 dam's - - * netconnect.pm (conf_network_card): added check when dhcp. Cable connection - should now work. - -2000-09-21 DrakX - - * snapshot uploaded - -2000-09-21 Pixel - - * install_steps_interactive.pm (exitInstall): call $o->exit if - "Some steps are not completed" - -2000-09-20 Pixel - - * bootloader.pm (install_loadlin_config_sys, - install_loadlin_desktop): extracted from install_loadlin, do not - call them anymore (remove it?) - (suggest): put grub in lnx4win install - - * common.pm (availableRamMB): fixed (round to a multiple of 4) - -2000-09-20 dam's - - * netconnect.pm (get_info_isdn_providers & read_isdn_providers): - read file in /usr/share and $prefix/usr/share - (isdn_write_config): corrected file to be sh compliant. - (isdn_write_config): added default route settings for isdn. - -2000-09-20 DrakX - - * snapshot uploaded - -2000-09-20 Pixel - - * pci_probing/pcitable: replace es1371 by snd-card-ens1371 - -2000-09-20 dam's - - * Xconfigurator.pm (autologin): for urpmi, added `--best-output' and suspend/resume - -2000-09-20 Guillaume Cottenceau - - * standalone/printerdrake: for urpmi, added `--best-output' and suspend/resume - - * standalone/XFdrake: for urpmi, added `--best-output' and suspend/resume - -2000-09-20 dam's - - * standalone/draknet: used new package install function. - -2000-09-20 Pixel - - * detect_devices.pm (isFloppyOrHD): detects wether a device is a - floppy or not based on its size (for scsi floppy) - - * Xconfigurator.pm (testFinalConfig): check if "server" OR - "driver" field is set (otherwise XF4 only card won't pass) - - * bootloader.pm (suggest): fix for ``installing the last cooker - from kenobi:/I on an smp machine i don't get anymore an entry for - linux-up'' (c chmouel) - -2000-09-20 dam's - - * netconnect.pm (read_isdn_providers): corrected typo ($_ -> $_[0]) - -2000-09-20 DrakX - - * snapshot uploaded - -2000-09-19 Pixel - - * modules.pm (get_pcmcia_devices): fix (especially, now ethernet - should be detected) - - * lang.pm (get_langs): created, gives rpm install langs - * install_any.pm (setPackages): give langs::get_langs() to - readCompssList - * pkgs.pm (readCompssList): don't use RPM_INSTALL_LANG, use given - $langs instead. This fixes the RPM_INSTALL_LANG=all install. - -2000-09-19 Pablo Saratxaga - - * netconnect.pm: make dhcp-client, pump and such not translatable. - Those are program names and should therefore not be translated, - that only confuses translators - -2000-09-19 dam's - - * Xconfigurator.pm (autologin): corrected @users definition and - passwd cat. - -2000-09-19 DrakX - - * snapshot uploaded - -2000-09-19 Pixel - - * many files: changed some access to get_root to get_root_ - - * install_steps_interactive.pm (choosePackages): added code for - desktop meta_class install type - - * install_steps_gtk.pm (selectMouse): cleanup, give parameter - emulate3buttons to setMouseLive - * c/stuff.xs.pm (setMouseLive): add argument emulate3buttons - -2000-09-19 Guillaume Cottenceau - - * interactive*.pm: changed `suspend' and `resume' to behave as expected, - added `enter_console' and `leave_console' - -2000-09-19 DrakX - - * snapshot uploaded - -2000-09-19 Pixel - - * install2.pm (miscellaneous): replaced LITTLE_FRIED_OIGNONS by - META_CLASS - - * Xconfigurator.pm (cardConfiguration): when ddcxinfos gives false - result (not enough VideoRam), also remove the found resolutions - * Xconfigurator.pm (main): remove the automatic searching of - resolutions - * Xconfigurator.pm (resolutionsConfiguration): cleanup, remove the - automatic searching of resolutions. - - * mouse.pm (fullnames): changed the `_' in `[' before Other - (nicer, uh?) - - * install2.pm (selectMouse): changed clicked to !first_time - -2000-09-19 DrakX - - * snapshot uploaded - -2000-09-19 Pixel - - * Xconfigurator.pm (testFinalConfig): remove the bloody prototype - -2000-09-19 DrakX - - * snapshot uploaded - -2000-09-18 Dam's - - * Xconfigurator (autologin): do it eve, if newbie. Autologin is - now in separated function. - -2000-09-18 Pixel - - * Xconfigurator.pm (testFinalConfig): don't skip the test in auto - if called via "Test again" - * Xconfigurator.pm (resolutionsConfiguration): ensure all depth - are bounded - - * bootloader.pm (suggest): don't put "linux-nonfb" if "linux" is - classic and no-fb - - * fsedit.pm (check_mntpoint): add a check for /etc /lib... which - must not be mount points. Also check that /home, /tmp and /usr are - on trueFS - - * interactive.pm (ask_from_entries_ref): add bounding of "val" in - case of type "range". die if min > max. - -2000-09-18 DrakX - - * snapshot uploaded - -2000-09-18 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): nicer - partition/device display - - * partition_table_raw.pm (zero_MBR): add on the fly require of the - good partition_table_$type - - * detect_devices.pm (cdroms): fix (yet again) the scd$nb device - assignment to ide burners - - * install_steps.pm (afterInstallPackages): comment out a part of - the icons mess messing - - * Xconfigurator.pm (cardConfiguration): move Unlisted to - Other/Unlisted - * share/CardsNames: updated (for Voodoo5) - - * install_steps_gtk.pm (selectMouse): fix the test to know wether - the guy has changed the mouse type (to know wether to test the - mouse or not) - - * install_steps_interactive.pm (selectLanguage): add the license - - * install_steps_interactive.pm (choosePackages): have the - "Recommended" size be the default - (in the choice Minimum/Recommanded/Complete) - - * diskdrake.pm (Type): fix a typo - - * install_steps.pm (doPartitionDisksAfter): mark partition as - mounted - -2000-09-17 DrakX - - * snapshot uploaded - -2000-09-17 Pixel - - * install/pcmcia_config.patch: cleaned - - * diskdrake.pm (Create, Type): have type field not_editable - - * tools/make_mdkinst_stage2: use TMPDIR if available - -2000-09-16 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): move - the setting of toFormat before asking for bad blocks, seems to fix - things?? weird :-/ - - * network.pm (miscellaneousNetwork): fix the setting of focus on - error (tx2Thomas Poindessous :) - - * install_steps_interactive.pm (configurePrinter): changed - "Cancel" to "None" (for Thomas Poindessous :) - - * printer.pm (poll_ppd_base): max polling time raised from 10s to - 30s (for Till) - - * install_steps.pm (ask_mntpoint_s): don't force partition type to - be ext2 (at least if it's a known fs) (for Warly) - -2000-09-15 DrakX - - * snapshot uploaded - -2000-09-15 Pixel - - * install_steps_gtk.pm (set_help): save the help message displayed - in $o->{current_help} - * install_gtk.pm (create_big_help): display $o->{current_help} - - * mouse.pm: reworked quite a lot. Now sorts/categorize nicely the mice. - * install_steps_interactive.pm (selectMouse): adapted for reworked mouse.pm - * install2.pm (selectMouse): adapted for mouse::read now returning - an hash ref - - * detect_devices.pm (hasMousePS2): remove hasMouseMacUSB, do it in - one function (now takes the device in the parameter) - - * interactive.pm (ask_from_treelistf): added (just like - ask_from_listf, but with a tree) - - * Xconfigurator.pm: the reference is now nbuttons to - know wether to put Emulate3Buttons or ZAxisMapping. - * Xconfigurator.pm (cardConfiguration): install Glide_V3-DRI on - Banshee too. - - * Xconfig.pm: guess nbuttons based on Emulate3Buttons and - ZAxisMapping. - - * common.pm (availableRamMB): replace availableRam, now use the - size of /proc/kcore (what else to find the real ramsize?) - - * common.pm (cat__): created - - * install2.pm (main): add field meta_class in $o. Can be - 'desktop', in case option desktop is given, or if /desktop/i is - found in /VERSION - - * install_steps.pm (miscellaneous): for lnx4win, always have - 'mem=' (so that the initrd is visible by both windows - - * install2.pm (main): add option "desktop" - - * install_any.pm (generate_ks_cfg): fix for new(?) $o->{intf} format - - * install_interactive.pm (partitionWizardSolutions): - use only TrueFS for existing_part - (partitionWizard): have only "loopback" for lnx4win - - * pci_probing/pcitable: associate Voodoo5 with Voodoo5 - - * share/Cards+: add Voodoo5 - - * bootloader.pm (suggest): add entry linux-nonfb (called linux-up - for smp) - -2000-09-14 DrakX - - * snapshot uploaded - -2000-09-12 François Pons - - * detect_devices.pm, mouse.pm: moved probing serial port before to - detect a wacom tablet (even if a PS/2 or USB mouse is found). - * help.pm: corrected reference to previous version of LM (jloup). - * install2.pm: removed duplicate code for getting network - configuration, using network module. - * netconnect.pm: intf is now a hash and no more an array. - * network.pm: changed nature of intf to hash from array, reworked - write_resolv_conf function to keep old code in comment but only - when not used anymore (to make it easier by hand modification). - * printer.pm: SOCKET accessible to expert only (jloup). - * printerdrake.pm: local port only available for expert if a - printer has been detected (jloup). - -2000-09-11 François Pons - - * Xconfigurator.pm: reorganized choices of 3D optimizations, added - experimental support for expert users. - * install_steps_interactive.pm: removed question to keep XF3. - -2000-09-05 François Pons - - * printerdrake.pm: removed all previous URI specific mode and - added socket and expert URI general mode. - * printer.pm: fixed bugs, start lo interface before cups. - -2000-09-04 François Pons - - * printerdrake.pm: added pnm2ppa and lm110 support in cups - configuration. probe for printer device (parallel) and try to - install usb for printer. - * printer.pm: removed local printer configuration for cups (keep - only local configuration using URI). - -2000-09-01 François Pons - - * Xconfigurator.pm: fixes to configure XF86Config-4 when XFree-3.3 - is installed, make 16bits by default on 3D hardware acceleration, - fixed selection of hardware for hardware acceleration. - * install_steps.pm: add cups for printer configuration, used for - auto_install. added new function to add packages only if requires - are already satisfied. - * standalone/printerdrake: updated. - -2000-08-31 dam's - - * moved many things to network.pm and any.pm - * everything should be broken now. - -2000-08-31 François Pons - - * install2.pm: removed printer default config (now obsoleted). - * install_steps_interactive.pm: add cups support. - * printerdrake.pm: add cups support. - * printer.pm: add cups support. - -2000-08-31 Frederic Lepied - - * install_any.pm (setPackages): install the right glide module - according to the Voodoo card detected. - - * Xconfigurator.pm (write_XF86Config): ZAxisMapping for XF 4. - (autoDefaultDepth): default depth to 16 for Voodoo cards except - for Voodo5 ones. - -2000-08-29 dam's - - * moved pppConfig in netconnect.pm and any.pm - * moved miscellaneousNetwork in any - * modem configuration is now useable in standalone mode. - -2000-08-29 David BAUDENS - - * install_steps_interactive.pm: change Small/Normal/Full -> - Minimum/Recommanded/Complete (aka make FredB happy) - -2000-08-28 dam's - - * draknet (netconnect): renamed drakfuck -> draknet. standard ADSL - and french alcatel ADSL implemented. - * Xconfigurator.pm (autologin) : use of the new autologin system. - -2000-08-24 François Pons - - * ../update_kernel*: changed reference from extract_archive to - packadrake. - * Makefile*: added live_install and live_install2. - * Xconfigurator.pm: updated Mach64 acceleration to only 3D Rage - Pro AGP card type, commented SiS and S3ViRGE support by GLX. - * commands.pm, keyboard.pm, lang.pm, pkgs.pm, list, tools/*: - updated to use packdrake now. - * install2.pm, install_steps.pm, install_steps_gtk, Makefile*: - manage live upgrade. - * modules.pm: use standard modprobe command for load in live - upgrade. - * netconnect.pm: added minimal modification for being compilable. - * rescue/list: added packdrake and sfdisk. - * live_install, live_install2: live upgrade of package. - -2000-08-22 dam's - - * drakfuck (netconnect):finished isdn PCI/ISA card implemetation - * added isdndb.net: providers database - -2000-08-20 dam's - - * moved Netconnect.pm to netconnect.pm - * moved DrakFuck to drakfuck - -2000-08-18 Pixel - - * share/Cards+: for i810, force VideoRam - -2000-08-18 dam's - - * modules.pm: added isdn type in @drivers_by_category. corrected - load_thiskind (thx pixel) : it's not unsafe anymore - * Netconnect.pm: just display PCI isdn card recognized. - -2000-08-17 Pixel - - * install_any.pm: many cleanup. moved some functions to common, - any or install_interactive (newly created) - -2000-08-16 dam's - - * install_steps_interactive.pm(configureNetwork): added call to - isdn configuration - * added standalone/DrakFuck: standalone entry point to configure - internet connexion. - * added Netconnect.pm: internet connexion functions. - -2000-08-11 Pixel - - * install_steps_interactive.pm (selectInstallClass): yet a bigger - warning so that people don't choose expert installs. Also set the - focus on "Custom" by default. - - * install_steps_interactive.pm (doPartitionDisks): created, calls - the wizard. - * install_steps.pm (doPartitionDisksBefore, - doPartitionDisksAfter): created (was mainly in - install2::doPartitionDisks) - * install2.pm (doPartitionDisks): much cleanup - * install_any.pm (partitionWizard): working state (still rough) - -2000-08-08 Pixel - - * standalone/rpmdrake (AddMedia): fix the ftp addmedia, fix the - cdrom addmedia - -2000-08-07 Pixel - - * diskdrake.pm (Resize): - * install_steps_gtk.pm (doPartitionDisks): remove the - before_leaving ensuring the filehandle is closed - * resize_fat/main.pm (DESTROY): use a better solution for ensuring - the filehandle is closed - -2000-08-07 François Pons - - * Xconfigurator.pm: added SiS6326 in the list of chipset that - needVideoRam, reported on ml. - * install_steps.pm: fixed auto install of printer. - -2000-08-06 Pixel - - * interactive.pm (ask_from_listf): created this GREAT function - that should have been created a long time ago. - * any.pm, install_any.pm, install_steps_gtk.pm, - install_steps_interactive.pm: a lot of rewrite to use the new - ask_from_listf, a lot of nice cleanup! - - * fs.pm (df): created, returns the free space of the part. Save it - in $part->{free} - - * install_steps_gtk.pm (doPartitionDisks): ensure the closing of - the device in case of error - * resize_fat/main.pm (new): ensure the closing of the device in - case of error - - * install_any.pm (partitionWizard): the great partitioning wizard - is created. Not finished yet (nor called from anywhere) - - * install_steps.pm (doPartitionDisksLnx4win): created function out - of doPartitionDisks - - * install_steps_gtk.pm (installPackages): removed the displaying - of size to install (people are bothered cuz not the same size) - -2000-08-06 dam's - - * install_steps_gtk.pm (create_steps_window): use drawing area - instead of button. Implemented all steps events. - -2000-08-05 Pixel - - * mouse.pm (detect): test a hack for usb mouse via hub - (sparhawk@enteract.com) - - * fsedit.pm (undo): force isDirty and needKernelReread only if hd - hasBeenDirty, otherwise believe the flag saved - * partition_table.pm (write): flag hd as hasBeenDirty - - * install2.pm: a few renaming of methods so that the step names - correspond to install2 function and install_steps* methods (eg: - configureX & setupXfree unified to configureX) - -2000-08-04 dam's - - * any.pm (setAutoLogin): added this method to write xdm-config - * Xconfigurator.pm: clenead autologin code and use of above method - -2000-08-04 Pixel - - * pkgs.pm (setSelectedFromCompssList): save $nb to able to restore - it in case of max_size reached. only purpose is the log! - - * install_steps_interactive.pm (choosePackages): in newbie, ask - between Small/Medium/Full install - * install_steps_interactive.pm (choosePackages): in expert, have - the min_mark be 0 instead of 1 - - * common.pm (find_index): added this nice function - - * install_any.pm (getAvailableSpace_mounted): use common::df - * loopback.pm (getFree): use common::df - * commands.pm (df): use common::df - * common.pm (df): added - - * diskdrake.pm (Resize)): add resizing of reiserfs - * share/list.i386: add resize_reiserfs - - -2000-08-02 dam's - - * Xconfigurator.pm : autologin is functionall. When wmsession.d is - more up to date, I'll add the list of wm to launch at boot. It - writes in /etc/X11/xdm/xdm-config. - -2000-08-01 Pixel - - * install2.pm (miscellaneous): modify as chmouel want (aka, "" - instead of "no" for MOUSE and KEYBOARD in sysconfig/usb) - - * services.pm: separation between interaction and action. - * install_steps.pm (servicesConfig): the job is now done here - * install_steps_interactive.pm (servicesConfig): only the asking - part - -2000-08-01 François Pons - - * pkgs.pm: fixed the below fixe, now ok. - * Xconfigurator.pm: fixed a bug for using default card flags - setting, add support for GeForce DDR for both 3.3 and 4.0. - * pci_probing/pcitable: fixed NV15 (GeForce2) card entry, now use - XFree 3.3 as unsupported in XFree 4.0. - * share/Cards+: added "NVIDIA GeForce2 DDR (generic)". - -2000-07-31 François Pons - - * pkgs.pm: fixed provided package with choice in deps used with a - base package, complicated but kernel-fb or similar can be - unselected now. - -2000-07-27 François Pons - - * install_steps_interactive.pm: changed expert message to ask - using XFree 3.3 instead of XFree 4.0 used by default (server). - * Xconfigurator.pm: make sure only one server is installed, - default to XFree 4.0 if supported unless XFree 3.3 accept - 3D acceleration and not XFree 4.0, ask user in such case. - * pci_probing/pcitable: added Intel 815 pci ids. - -2000-07-26 dam's - - * install_steps_gtk.pm: applied new LN stars, logo title and help - logo. improved steps appearences. - * modified share/step-*.xpm - * added share/help.xpm - * updated ../HACKING to ling help logo. - -2000-07-21 François Pons - - * Xconfigurator.pm: enable 3D acceleration configuration with - XFree86, use /usr/X11R6/lib/modules/glx-3.so for X version 3 - Utah-GLX accelerated module. - -2000-07-20 dam's - - * Xconfigurator.pm: use {miscellaneous}{autologuser} instead of - {miscellaneous}{autologuser} + {miscellaneous}{autologing}. - * move some README content to ../HACKING - -2000-07-19 dam's - - * Xconfigurator.pm: added autologin boxes. - result is in {miscellaneous}{autologin} and in - {miscellaneous}{autologuser} - -2000-07-19 François Pons - - * any.pm: added default root to existing root device when adding - an entry in bootloader. - * bootloader.pm: avoid duplicating entry (floppy and old-floppy) - when they are identical. - manage hackkernel by suggest an entry by default if installed. - * install_steps.pm: reworked symlink closure for bootloader - to keep previous configuration. - -2000-07-11 François Pons - - * bootloader.pm: merged lilo.pm and silo.pm inside bootloader.pm, - this include a configure_entry from silo.pm to build a initrd if - used. - * share/compssList: added kde2 packages. - * share/compssUsers: added kde2 group, renamed kde to kde1 group - specific. - -2000-07-07 François Pons - - * install2.pm (choosePackages): always execute setPackage to copy - hdlist* and depslist files (support mixed partitionDisks and - choosePackages). - * install_any.pm (setPackages): avoid clearing upgrade flag. - * install_steps.pm (choosePackages): use $first_time to avoid - reselection of packages according to compssList. - * install_steps_interactive (choosePackages): use $first_time and - $individual to avoid reselection of packages according if user go - back to step choosePackages. - * pkgs.pm: added psUpdateHdlistsDeps to restore hdlist* and - depslist files in /var/lib/urpmi. - * diskdrake.pm: fixed uneditable combo for Mount point action. - -2000-06-23 François Pons - - * Xconfigurator.pm: better approach for Sun* server in newbie. - * fs.pm: added romfs support for mount. - * fsedit.pm: changed auto allocation for partitions for sparc*. - * install2.pm: restored bootdisk creation and auto install boot - disk creation for sparc*. - * install_any.pm: changed vfat to romfs when mounting kickstart - floppy on sparc*. - * install_steps.pm: avoid proposing formating sunos partition. - * install_steps_interactive.pm: boot disk for sparc* and support for - installation of SILO on /boot partition (sparc*). - * install_steps_newt.pm: removed cylinder 0 bug warning. - * interactive.pm: fixed typo for not_edit set to 1 by default. - * partition_table.pm: fixed get_holes on sparc* where a whole disk - partition caused problems. - * partition_table_sun.pm: removed cylinder 0 bug as found in mke2fs. - * silo.pm: handle /boot partition, install silo.conf in /boot and - make a symlink from /etc. - * share/list.sparc: added losetup and genromfs for boot disk creation. - -2000-06-21 Pablo Saratxaga - - * lang.pm: changed the way console font data is written; not all - of the [0], [1], [2] values must defined, so three cases must be used. - Also added a variable $CHARSET for /etc/sysconfig/i18n; it can then - be used by console-tools to load the proper compose table - -2000-06-20 François Pons - - * c/sbus.c: added some functions for silo.c integration. - * c/silo.c: initial release including write in prom, and translation - of disk name from openprom to linux, rh version modified. - * silo.pm: added write in prom, support of sunos boot from silo. - * partition_table.pm: added support for ufs partition like windows one. - * install_steps_interactive.pm: added other entries in silo. - * install_steps.pm: support sunos partition. - * install_any.pm: automatically mount sunos partition with diskdrake. - * fsedit.pm: added /mnt/sunos suggested mount point. - * fs.pm: added ufs support for mount. - -2000-06-19 François Pons - - * crypto.pm: modified for getting sparc crypto file for sparc*. - * modules.pm: make sure to load sd_mod when needed. - * pci_probing/main.pm: always use loaw_endian in pci structs. - * pci_probing/translate-pcitable.pl: added arch specific module name - translation. - -2000-06-16 Pixel - - * modules.pm (write_conf): rename conf.modules to modules.conf if - needed. Outputs to modules.conf - - * detect_devices.pm (cdroms): fix using scd0 for ide-burners when - already a scsi cdrom drive - -2000-06-13 Pablo Saratxaga - - * pkgs.pm: added 'acon' requirement for all right-to-left languages - -2000-06-07 François Pons - - * diskdrake.pm: added SunOS partition as blue for diskdrake. - * install_steps_interactive.pm: make sure of no division by zero may - happen. - * install_steps_newt.pm: added WARNING for fdisk on sparc*. - * modules.pm: make sure of loading sd_mod module after any scsi module. - * sbus_probing/main.pm: insmod openprom before trying sbus probing. - * pkgs.pm: corrected by use of parabolic solution for size approximation. - * silo.pm: try with "silo -p 2 -t" if "silo -t" has failed due to bad probe. - -2000-06-05 Pablo Saratxaga - - * install_steps.pm,lang.pm: added load_console_font, to load the - proper console fonts (text mode install is not very useful otherwise) - -2000-06-03 Pixel - - * diskdrake.pm (Create): don't accept less than 32MB part for reiserfs - * diskdrake.pm (Type): don't accept less than 32MB part for reiserfs - -2000-06-01 Pablo Saratxaga - - * share/fonts.tar.bz2: replaced the Korean 16pt fonts by a 12pt font; - it fits better with the other fonts. Added a 'README' file with - some comments and the required copyright notice - -2000-05-29 François Pons - - * Xconfigurator.pm: added support for SBUS card autodetection. - * commands.pm: added lssbus to list SBUS devices detected. - * detect_devices.pm: removed alpha restriction on USB. - * install_steps_interactive.pm: added SBUS support. - * c/sbus.c: initial revision, core SBUS support (inspired from kudzu). - * c/stuff.xs.pm: added wrapper for sbus.c interface. - * sbus_probing/main.pm: initial revision (inspired from kudzu). - -2000-05-27 Adam Lebsack - - * share/list.ppc: various PPC modifications, for HFS - * partition_table_mac.pm: bug fixes - * partition_table.pm: various HFS fixes, isHiddenMacPart() - * diskdrake.pm: added HFS to top buttons when run on PPC - * keyboard.pm: fixed name of mac-fr2-ext keymap - * install_steps_gtk.pm: added Xpmac server support for PPC. - * install_steps_interactive.pm: disallow hardware configuration on PPC for - now. All drivers should be in the kernel. setup_this_kind(). - * fsedit.pm: fixed verify_hds for PPC, /proc/partitions will never match - our partition table read. Added PPC grep condition for PPC in get_visible_fstab. - * fs.pm: fix argument for HFS formatting. - * Makefile: special installation of PPC files. - -2000-05-25 Chmouel Boudjnah - - * standalone/drakboot: Don't display Configure-/LILO/GRUB/ on - alpha|sparc. - -2000-05-25 François Pons - - * silo.pm: added configure_entry to try creating an initrd for an image - entry in bootloader. fixed wrong usage of run_programm::rooted with 2>. - * commands.pm: fixed insmod command to take modules64.cz* on sparc* - * install2.pm: removed create boot disk and create auto install disk on - sparc*. force writing of /etc/conf.modules for step setupBootloader. - * install_steps.pm: fixed upgrade for sparc* and disable supermount for sparc*. - * install_steps_interactive.pm: added missing $prefix for glob_. call - configure_entry in setupSILO. fixed cancel or None entry on setupBootloader. - * modules.pm: updated alias for sparc*. - * any.pm: fixed proprable wrong test for setupBootloader in beginner at - the very beginning. - * printer.pm: fixed typo. - * Xconfigurator.pm: avoid testing if using a Sun* server, added depth and - resolution for these server too. - -2000-05-24 François Pons - - * partition_tabel.pm: fixed wrong detection of DOS partition on sparc*. - * partition_table_sun.pm: fixed a bug when reading partition table - with unused partition in the middle of the table. - -2000-05-23 François Pons - - * common.pm: update arch to take into account sparc and sparc64. added - better_arch and compat_arch function. - * silo.pm: fixed adding new kernel automatically. - * install2.pm: removed create boot disk stuff for sparc*. - * install_steps.pm: added initrd generation for alpha. added ldconfig - at end of installation. removed /usr/bin/dumpkeys existence test on - sparc*, should be added in the future. - * install_steps_interactive.pm: removed supermount for sparc*. - * install_steps_gtk.pm: added /dev/kbd device creation and permedia2 - support for sparc*. removed screen limit of 1024x768. - * detect_devices.pm: fixed problem on machine with really no IDE interface. - * modules.pm: added support for 32 and 64 bit architectures on sparc*. - * install_any.pm: fixed getAvailableSpace_mounted if /usr is not a separate - partition. - * pkgs.pm: added support for multi-arch rpm file (need for sparc*), - fixed correctSize and invCorrectSize to take back a linear approximation - above 9Gb approximatively. removed ftp rewind as broken currently. - * keyboard.pm: fixed bad list of available keyboard (broke sparc*), fixed - globing (removed) against existing '*'. - * partition_table.pm: removed support for non SUN partition table, as it - may freeze the kernel or may be blanked? - * Xconfigurator.pm: take Sun24 server by default on sparc*, add support - for permedia2 card (3DLabs server). - * share/list.sparc: added perl-5.6.0 for sparc*, fixed for sparc*. - * Makefile: added support for modules and modules64 for sparc*. - * c/stuff.xs.pm: added kernel_arch function for getting the current true - architecture provided by the kernel (uname -m). - -2000-05-09 Pixel - - * install_any.pm (kdeicons_postinstall): the URL link to doc must - be $lang/index.html, not only $lang. - - * standalone/mousedrake: add handling of XF86Config-4 - - * any.pm (setupBootloader): fix bug (was adding 2 glob_'s) - -2000-05-08 Pixel - - * install2.pm (main): move the touch of some files here to please linuxconf - - * install2.pm (miscellaneous): s/KBD/KEYBOARD/ - - * lilo.pm (install_grub): don't keep symlinks for reiserfs - * lilo.pm (suggest): allow grub everytime now (not only if !reiserfs) - - * install_any.pm (getHds): default mount point for windobe in - lowercased for StartOffice(!) - -2000-05-08 Pablo Saratxaga - - * share/keyboards.tar.bz2: Fixed Brazilian keyboard (.br); added - Iranian (.ir), Arabic (.ar) and new Lithuanian (.lt_new) keyboards - * keyboard.pm: Added new Lithuanian keyboard and changed the - string for brazilian ABNT-2 to state more clearly its ABNT nature - (it is not a standard PC keyboard; it uses some different keycodes) - -2000-05-07 Pixel - - * install_steps.pm (choosePackages): return availableCorrected - instead of available - - * pkgs.pm (correctSize): add 18MB for full multi-cd (many hdlist's) - - * modules.pm (text2driver): same as text2lang below - * keyboard.pm (text2keyboard): same as text2lang below - * lang.pm (text2lang): replace the while (... each) by a foreach - (keys) (because each is dangerous if loop is exited) - - * install_steps_interactive.pm (selectKeyboard): better handling - of multiple langs question. - - * ftp.pm (new): Timeout set to 60 (seconds), was default (120) - - * install_steps_interactive.pm (setup_thiskind): remove ide-* - from modules displayed as loaded. - -2000-05-06 Pixel - - * fsedit.pm (check_mntpoint): verify that standard mntpoints (/ - /usr) are not on not trueFS - - * any.pm (setupBootloader): add $prefix for the 2 glob_'s - -2000-05-07 Pablo Saratxaga - - * share/keyboards.tar.bz2: added Ukrainian keyboard xmodmap.ua - -2000-05-06 Pablo Saratxaga - - * printerdrake.pm: fixed English error - -2000-05-05 Pixel - - * Xconfigurator.pm (monitorConfiguration): remove the special case - for fbdev. - - * install_steps_interactive.pm (setup_thiskind): replace return by - next in case load_module fails. - - * install_steps_gtk.pm (selectInstallClass1): translate Install/Upgrade - - * Xconfigurator.pm (cardConfiguration): force xf4 for rage 128's - * Xconfigurator.pm (testFinalConfig): force $bad_card for xf4 - - * pkgs.pm (correctSize): updated for 7.1 - - * install_any.pm (getAvailableSpace): move the removing of - $minAvailableSize here. - -2000-05-04 Pixel - - * install2.pm (configurePrinter): give clicked to printerConfig - - * interactive.pm (ask_from_entries_ref): set default val if not_edit - - * interactive_newt.pm (ask_from_entries_refW): remove setting of - default val. Now done in interactive::ask_from_entries_ref - - * interactive_gtk.pm (ask_from_entries_refW): handle empty value - - * modules.pm (read_already_loaded): ensure that already loaded - modules are put in %loaded. - * modules.pm (load_ide): add loading if ide-probe-mod (for new kernel) - - * lilo.pm (install_lilo): truncate label's to 15 chars - - * install_any.pm (generate_ks_cfg): fix missing space - * install_any.pm (generate_ks_cfg): fix bug for nfs comand - - * install2.pm: get rid of autoformat - * install_steps.pm (choosePartitionsToFormat): get rid of autoformat - -2000-05-03 Pixel - - * any.pm (setupBootloader): replace ask_many_from_list by - ask_from_list for bootloader choice - - * services.pm (drakxservices): stop immediately service if removed - - * install_steps.pm (configureNetwork): replaced dhcpxd by dhcpcd - * install_steps.pm (afterInstallPackages): touch some files to - please linuxconf - -2000-05-03 François Pons - - * install_steps.pm: updated min size, fixed kppprc generation. - * install_any.pm: make sure postinstall-rpm is here before - erasing (avoid error on reboot only). - -2000-05-02 Pixel - - * raid.pm (format_part): don't call raid::make if part is already - formatted (as raidstop fails) - - * Xconfigurator_consts.pm: Rage128 and 3dfx are not available any - more - - * install_steps_interactive.pm (setup_thiskind): make insmod'ing - fail a simple warning. - - * Xconfigurator.pm (readMonitorsDB): adapt to new MonitorsDB - * share/MonitorsDB: take new one from RedHat - - * standalone/drakboot: added kfloppy - - * g_auto_install: add $dir/lib to LD_LIBRARY_PATH (it was silly - not to have it) - -2000-05-01 Pixel - - * install_steps_interactive.pm (setRootPassword): remove - NIS_server, use NIS instead - * install_any.pm (setAuthentication): remove NIS_server, use NIS instead - - * standalone/rpmdrake (AddMedia): hdlist.cz2 instead of hdlist - -2000-04-28 Pixel - - * install_steps.pm (afterInstallPackages): fix yet another bug for - ttf from windobe handling - - * install_steps_interactive.pm (selectInstallClass): hide beginner - mode in corporate. Display special help. - -2000-04-29 Pablo Saratxaga - - * my_gtk.pm: added call to Gtk->init; that makes 16 bit locales - text to be properly aligned (reported by Craig Chang - ) - * common.pm: now that po handling is correct, I changed the order - of reading variables so that it follows the standards ($LANGUAGE first) - * share/fonts.tar.bz2, lang.pm: added an 8pt font for cp1251 - -2000-04-28 François Pons - - * install_steps*.pm: added support for selection of package during - upgrade the same way it is done for installation. added check of - minimal size, abort else (at least let the user know about :-) - fixed crypto if no network interface available. - * install2.pm: fixed problem during upgrade that lost network - configuration. - -2000-04-28 Pixel - - * modules.pm (load_raw): don't call commands::insmod, do it in - place. Merge with load_multi - - * install_steps.pm (afterInstallPackages): fix windobe ttfonts - symlinking - - * Xconfigurator.pm (cardConfiguration): load module agpgart for - i810 - - * install_any.pm (getHds): changed the mount point setting for - windows partitions as device_windobe is not unique - -2000-04-27 Pixel - - * install_steps_gtk.pm (create_steps_window): changed to adapt to - new hidden format - - * install2.pm (@installSteps): changed the way hidden is handled. - Now it is a true perl expression (great power now) - - * install_steps_gtk.pm (selectInstallClass1): update steps window - before asking normal/devel/server. Nicer! - - * install_steps_interactive.pm (configureNetwork): when "Cancel" - pressed at network interface configuration do not skip all - configuration. - -2000-04-26 François Pons - - * install_steps.pm (pppConfig): modified a lot, removed template - file for ifcfg and chat file. - -2000-04-26 Pixel - - * install_steps_gtk.pm (choosePackagesTree): use a fix width for - the tree column (so that the checkbox are always visible without - scrolling) - - * standalone/drakboot: drakfloppy and gfloppy are X only, no need - to propose them in console - - * install_any.pm (relGetFile): added auto_inst to files to get - from Mandrake/base - - * install2.pm (main): changed auto_inst behaviour - - * standalone/adduserdrake: fix a bug (s/$o/$in/g) - - * interactive_newt.pm (ask_from_entries_refW): now handling - complete/changed/focus_out callbacks (at least more than before) - - * Newt/Newt.xs: added rough callback handling - -2000-04-25 François Pons - - * printerdrake.pm: added support for PPA more easily, allow - printers entry using ppa driver event if pnm2ppa not installed, - install it if neccessary after. - * network.pm, install_steps.pm, install_steps_interactive.pm: - added support for stoping a network interface, usefull for ppp0 to - avoid using it too long. - * install_steps.pm: fixed missing local on pap_secrets file. - -2000-04-25 Pixel - - * lilo.pm (install): moved the generation of the keytable here. It - is used by both lilo & grub (lilo is not always installed as was - assumed) - - * common.pm (formatAlaTeX): remove bounding spaces - - * pkgs.pm (setSelectedFromCompssList): remove the hack for min - mark 25 in beginner - * install_steps_interactive.pm (choosePackages): set $min_mark to - 25 in beginner - -2000-04-24 Pixel - - * install_steps_interactive.pm (setupXfree): add a yesorno - question for choosing between XF4 and XF3 in expert - - * install_steps_gtk.pm (choosePackagesTree): enlarge the tree window - - * install_any.pm (update_userkderc): make sure uid and gid are kept - - * diskdrake.pm (Create): add Extended_0x85 as a choice for expert - - * partition_table.pm (add_extended): handle a 3rd arg, - $extended_type to tell which kind of extended partition is wanted - * partition_table.pm (adjust_main_extended): in non-expert, - automatically set extended to linux-extended if there's only - linux-type partitions. - -2000-04-22 Pablo Saratxaga - - * install_steps_interactive.pm: s/Mb/MB/ as 'b' is symbol for bit - and not for byte. RAM is expressed in megabytes -> MB - -2000-04-19 François Pons - - * install_steps_interactive.pm: fixed crazy mutli CD manipulation. - * printer.pm: fixed wrong prototype of print_pages. - * install2.pm: set version to 7.1 for crypto stuff. - * crypto.pm: commented ackbar crypto site. - -2000-04-17 Pixel - - * lilo.pm (suggest): in failsafe, runlevel ASKRUNLEVEL (handled by - linuxconf) - -2000-04-14 Pixel - - * install_steps_interactive.pm (choosePartitionsToFormat): don't - ask about checking bad blocks for reiserfs, cuz not handled - - * fs.pm (mount): reiserfs handling - * fs.pm (format_reiserfs): added - * fs.pm (write_fstab): add option "notail" for reiserfs if - the partition holds the kernel (/boot or /) - - * partition_table.pm (isTrueFS): added, replaces most occurences - of isExt2 - -2000-04-12 François Pons - - * install2.pm: force installation step if package have been - selected on step choose packages. - * install_any.pm: protected against die in perl (setstep or - theme_changed). - -2000-04-11 François Pons - - * resize_fat: added some limits verification. - * interactive_gtk.pm: corrected swap of arg with help adding. - -2000-04-10 François Pons - - * interactive_gtk.pm, my_gtk.pm: added tooltips for ask_from_list, - which is used by printerdrake only. drops key bindings. - -2000-04-07 François Pons - - * tools/serial_probe: obsoleting pnp_serial which is now replaced - by this one, taken from kudzu, really faster and probe all serial - devices at one time. modified to probe correctly modem :-) - * mouse.pm: updated to use serial_probe interface of - detect_devices.pm. - * detect_devices.pm: modified to use serial_probe, cache probed - devices to avoid reprobing. - -2000-04-06 François Pons - - * install_steps_interactive.pm, install_steps.pm: added support - for peerdns options of ppp, so removed dns address unless expert. - -2000-04-05 François Pons - - * crypto.pm, install_steps_interactive.pm, install2.pm, - install_steps.pm: added crypto stuff to support hdlist-crypto.cz2 - and depslist-crypto. dependancies are not supported but with a - simpler format of depslist file where closure are not done and - only package name are used for dependancies. - * pkgs.pm: added better support for multi CD manipulation, - including selection and refus. - -2000-04-04 François Pons - - * pkgs.pm: modified selection packages from compssList by - incremental selection, much more quickly. - added selected medium for selecting a package. - * install_any.pm: refused media hash transfered to selected value - of media table. - @needToCopy list should only have package of default medium. - -2000-04-03 Pixel - - * fs.pm (format_ext2): add options "-b 1024 -O none" for alpha - -2000-03-31 François Pons - - * install_steps_gtk.pm: made changeMedium sub modification - permanent. - * pkgs.pm: modified upgrade to avoid use of header. - -2000-03-31 Pablo Saratxaga - - * keyboard.pm: some more choices for PPC keyboards - -2000-03-30 François Pons - - * install2pm: added eval around loading af_packet and postinstall - copy of RPMS. - * devices.pm: added /dev/kdb for SPARC. - * install_any.pm: modified multi CD management, postinstall copy - of RPMS. - * install_steps_gtk.pm: added support for Xsun server for SPARC. - * install_steps_interactive.pm: added multi CD dialog box for - selecting CD available. Serialized ethernet configuration and ppp - configuration. - * pkgs.pm: added check for infinite recursion for bad depslist. - * printer.pm: better test for reparse of printerdb. - * Xconfigurator.pm: added support for Xsun server for SPARC. - -2000-03-30 Pixel - - * install_steps_gtk.pm (choosePackagesTree): enhance tree selection - -2000-03-29 Pixel - - * interactive_gtk.pm (wait_messageW): add some padding (nicer) - - * install_steps_interactive.pm (generateAutoInstFloppy): created, - creates a floppy for auto installs. - - * install_any.pm (generate_ks_cfg): created, generates stage1 - ks.cfg file - - * share/po/DrakX.pot: added special comment for grub entry - -2000-03-28 Pixel - - * install_steps_interactive.pm (selectKeyboard): sort langs for - many-lang install - - * mouse.pm (write): add WHEEL telling if a wheel mouse is there - -2000-03-28 Pablo Saratxaga - - * keyboard.pm: added entries for all three Armenian keyboards - -2000-03-26 Pixel - - * install_any.pm (install_urpmi): full support for multi-hdlist's - - * pkgs.pm (extractHeaders): look for hdlist in /tmp instead of - $prefix/var/lib/urpmi - * pkgs.pm (psUsingHdlists): put hdlist's in /var/lib/urpmi with a - fake name. Access via /tmp/$hdlist is given for non-fake name - - * detect_devices.pm (hasHPT): return undef if no htp (silly me :-/) - -2000-03-25 Pixel - - * lilo.pm: updated to the new format of entries. It was an hash. - Now the key is field kernel_or_dev, and entries is an array. - - (get): added, it returns the entry using a kernel - (needed because entries is no more a hash) - - * install_steps_interactive.pm (setupLILO): adapted to the new format - - * Xconfigurator.pm (write_XF86Config): basic XF86Config-4 handling - - * fsedit.pm (suggest_part): if suggested part contains a field - "hd", ensure the partition is created on this hard drive - - * install2.pm (main): before leaving installation, remove - /var/lib/urpmi if urpmi not installed - - * diskdrake.pm (Resize): ext2resize to size $part->{size} instead - of $size - -2000-03-24 Pixel - - * detect_devices.pm (hasHPT): added. Now nice handling of hpt366 - (ultra66) without rebooting and making special floppy :) - - * lilo.pm (install_grub): much better grub configuration (better - than lilo's :pp) - - * install_steps.pm (setupBootloaderBefore): remove entry floppy - for security > 3 - -2000-03-23 Pixel - - * install_steps_gtk.pm (selectMouse): added, takes care of telling - the X server if the user changed the mouse type. Only done if - a serial mouse is chosen. - - * install_steps_newt.pm (doPartitionDisks): add a call to - - * mouse.pm (write): added "device=" in etc/sysconfig/mouse for - devfs (it looses the symlink /dev/mouse) - -2000-03-22 Pixel - - * pci_probing/pcitable: replace Server:Rage128 by proper XFree entry - -2000-03-20 François Pons - - * detect_devices.pm, fs.pm, install_any.pm: added supports for - LS-120 floppy drive and icons on desktop of KDE (untested). - * printer.pm, printerdrake.pm: added supports for PPA interface in - new rhs-printfilters, always enable "Print text as postscript" - option for such printers. - -2000-03-20 Pablo Saratxaga - - * keyboard.pm: changed XKB name for Swedish keyboard - changed XKB names for Russian and German keyboards - added a choice for "Croatian" keyboard - * share/compss{,List}: added various new locales-*, ispell-* - and netscape-* files. changed ppa to pnm2ppa. - -2000-03-17 François Pons - - * install_steps.pm: added setup for all configured queue. - * install_steps_interactive.pm: modified for retrieving packages - or current configuration. - * printer.pm: correction, tested retrieve of printer - configuration without printtool comments in printcap file: added - update of entry according to gsdriver used (untested again). - * printerdrake.pm: better handling of cancel, manage of multiple - queue definition together (as lp|My printer). - -2000-03-16 François Pons - - * install_steps_interactive.pm: moved in printerdrake.pm the test - of printer usage. - * printerdrake.pm: heavy modification to handle multiple queue, - corrected some bugs too, added much more features as printtool. - * printer.pm: added more features for filter, allow printer to be - retrieved without help of printtool id in printcap file (untested). - -2000-03-14 Pixel - - * diskdrake.pm (Loopback): handling of the file loopback: test - existence of the file and take its size. - -2000-03-14 François Pons - - * install_any.pm: corrected for duplicate file on other CD. - -2000-03-13 Pixel - - * detect_devices.pm (floppies): don't return hash but the device name - -2000-03-13 François Pons - - * pkgs.pm, install_any.pm: small correction for multiple media - installation. - * tools/syncrpms: added for handling synchronisation of multiple source - rpm directories (and multiple target), include cleaning. - * tools/closurepkgs: tools to get rpm that may be installed by DrakX - after normal packages installation (printer, network, X11...), may - be used to duplicate on other CD some important stuff of the first - one. - -2000-03-12 Pixel - - * install_steps_interactive.pm (choosePackages): compute the - max_size very simply (sum of all package sizes), otherwise too costly - - * pkgs.pm (install): call cleanHeaders at the end - * pkgs.pm (cleanHeaders): created - - * install2.pm (miscellaneous): /etc/msec/init.sh is now - /usr/sbin/msec (yoann thanks for not telling :pp) - - * pkgs.pm (install): remove the $prefix of mountpoints for not - enough room to install error message - -2000-03-11 Pixel - - * my_gtk.pm (_create_window): add callback on focus to - ensure_focus. The result is no more 3 focus states with 2 buttons. - - * interactive_gtk.pm (ask_from_treelistW): better keyboard handling - - * raid.pm (make): check the result of mkraid. Suggest raidtools - are missing in standalone diskdrake - - * devices.pm (set_loop): created, searches for an available - loopback and sets the file to it - - * lilo.pm (dev2grub): fixed a missing slash - - * interactive_gtk.pm (wait_message_nextW): do not update if same - message, otherwise silly gtk won't do anything and we'll wait - forever :( - -2000-03-10 François Pons - - * *.pm: heavy modification to take into account multiple media - installation. - -2000-03-10 Pixel - - * install2.pm (@install_classes): cleanup, no more i18n (is now in - install_steps_interactive), remove old entries - -2000-03-09 Pixel - - * modules.pm (write_conf): don't add alias block-major-11 in every case - * modules.pm (add_alias): special case oss (post-installs modprobe snd-pcm-oss) - - * fs.pm (format_*): move the @options before the device - - * loopback.pm: created, added a lot of stuff for loopback in - diskdrake.pm, fs.pm... - -2000-03-08 Pixel - - * partition_table.pm: %type2fs replaced ox402 by 0x402 - - * detect_devices.pm (cdroms): fix "scd" (should be "scd0") - - * install_any.pm (install_urpmi): update for new hdlist.cz2 - -2000-03-07 Pixel - - * interactive_gtk.pm (ask_from_treelistW): s/focus_row/set_focus_row/ - - * install_steps_interactive.pm (addUser): force add a normal user - for security 4 - -2000-03-05 Pixel - - * my_gtk.pm (_ask_from_list): replace focus_row with set_focus_row - (tis the Gtk-Perl 0.7002 was of doing) - -2000-03-04 Pixel - - * modules.pm (write_conf): add ide-floppy to the modprobes of - post-install supermount - -2000-03-03 Pixel - - * commands.pm (ps): add RSS to ps command - -2000-03-02 Adam Lebsack - - * mouse.pm: added mac mouse detection to mouse::detect. - * detect_devices.pm: added a routine to probe /dev/usbmouse on macs. - -2000-03-01 François Pons - - * *.pm: heavy modification to take into account smaller - transaction during installation. - still a lot of test to perform, no provides updated currently and - building of hdlist.cz2 and depslist.ordered need old files... - nothing done for hdlist.gz during post installation, but - hdlist.cz2 is already copied in /var/lib/urpmi [and is used during - installation of packages as extract_archive need a true file]. - -2000-03-01 Pixel - - * lilo.pm (install_grub): creation - - * network.pm (write_interface_conf): ONBOOT = !pcmcia - - * install_steps_gtk.pm (new): more intelligent SIGCHLD handler - -2000-02-29 Pixel - - * modules.pm: moved common network stuff from "net" to "network" - (modules like nfs lockd...) - - * fs.pm (write_fstab): moved the sort to the right place - - * services.pm (drakxservices): chkconfig --list is i18n'ed :( - set LANGUAGE=C before - - * partition_table_raw.pm (get_geometry): geom{cylinders} must not - be a decimal value :) - - * install_steps_gtk.pm (create_logo_window): set_name logo for - logo window - * share/install.rc: force disabling of background image theme - - * install_steps_gtk.pm (enteringStep): add step information for - console 1 - - * any.pm (addKdmIcon): new function - * install_steps.pm (addUser): handle field icon - * install_steps_interactive.pm (addUser): add choice of kdm icon - * standalone/adduserdrake: add choice of kdm icon - - * diskdrake.pm (ask_all_data...): change for easier i18n - - * install_steps.pm (miscellaneous): add CLEAN_TMP handling - (need cleaning?) - * install_steps_interactive.pm (miscellaneous): add CLEAN_TMP - option in expert - * install2.pm (miscellaneous): add CLEAN_TMP option for - /etc/sysconfig/system - - * install_steps_interactive.pm (miscellaneous): forbidden - useSupermount if high security. - - * mouse.pm (detect): fix bug (ttyS instead of ttyS0) - -2000-02-28 Pixel - - * install_steps_gtk.pm (createXconf): do not use "Generic VGA" for - svga and accel. SVGA also wants 16 bpp. added ugly modeline for - 800x600. - - * partition_table_raw.pm (get_geometry): when the - HDIO_GET_IDENTITY fails, defaults to what GETGEO gave - - * install2.pm (main): use modules::load_multi to increase boot - start time - - * modules.pm (load_multi): added this function for loading many - modules at once. - - * install_steps_gtk.pm (new): increase time before timeout - - * detect_devices.pm (cdroms): change the device associated with - ide-burners (hdX -> scdX). Problem is how to know the X in scdX :( - - * modules.pm (write_conf): sort scsi_hostadapter's - -2000-02-27 Pixel - - * install2.pm (main): load ide-probe and the like in 'prereq' type - so no aliases are added to conf.modules - -2000-02-25 Pixel - - * devices.pm (make): small code cleanup - - * partition_table_raw.pm (adjustEnd): more explicit error message - - * fsedit.pm (allocatePartitions): fix a bug (size was getting too - big after each allocation) making adjustEnd cry - -2000-02-24 Pixel - - * interactive_gtk.pm (new): added the "new" method to initialize - windowheight for isStandalone - - * install_steps_gtk.pm (new): returns undef in case no X server - works - - * install2.pm (main): moved the ejectCdrom from install_steps::END - to here - * install2.pm (main): fix the $SIG{SEGV} handler - * install2.pm (main): added a "try again" in text install if the - "new" fails - - * install_steps_interactive.pm (createBootdisk): fix an error for - non fdX choice of floppy drive - - * install_steps_interactive.pm (setup_thiskind): remove the - "defined @l" - -2000-02-23 Pixel - - * install2.pm (%suggestedPartitions): remove any /boot entries - * install2.pm (selectInstallClass): removed the special code to - /boot entries from suggestedPartitions for on non-intel (and it - was buggy :) - * fsedit.pm (@suggestions): remove the /boot entry - * fsedit.pm (check_mntpoint): remove the 1024 cylinder check - * fsedit.pm (suggest_part): remove the 1024 cylinder special case - - * install_steps_interactive.pm (setupLILO): replace linear option - by lba32 - - * lilo.pm (suggest): add lba32 by default - - * install_steps_interactive.pm (load_thiskind): moved the HPT - stuff to install_any::ultra66 and call it. - Add sound card configuration (3 lines :) - - * my_gtk.pm and interactive_gtk: resize the list and tree based on - root window size - - * install_steps_gtk: $width and $height goes $::rootwidth and - $::rootheight, also other dimensions goes global (main::) - - * commands.pm (strings): replace the typo \{$n,} by {$n,} - -2000-02-23 François Pons - - * build_archive, extract_archive: changed format of TOC to speed - up extraction of archive, now 5 to 6 times faster to read TOC :-) - -2000-02-22 Pixel - - * Xconfigurator.pm: load "Cards" database only to translate NAME - to fields. Added file CardsNames created from Cards using - share/Cards2CardsNames. Kind of list of normalized NAMEs - - * MonitorsDB: replace the ` ' separator for vendor by `|' - - * install_steps_interactive.pm (timeConfig): use ask_from_treelist - - * interactive_gtk.pm (ask_from_treelist): creation of - ask_from_treelist. Usage is just the same as ask_from_list with - one more argument (the separator eg: |, /) - -2000-02-21 François Pons - - * diskdrake.pm: fixed deadlock while trying to create partition - when available space is equal or less than 2 cylinders. fixed - Create action on corrupted partition by removing stalling window. - Blocked partition table writing if there are error by forcing user - to correct partition table. - * partition_table.pm: fixed typo in verifyParts with cdie, added - verifyParts on Resize action. - -2000-02-21 Pixel - - * install_steps_gtk.pm (create_big_help): display the help in full - screen - - * my_gtk.pm (_create_window): add big help on F1 - - * common.pm (add2hash): now returns the first parameter - - * mouse.pm (detect): really defaults to serial mouse - - * interactive.pm: add ask_many_from_list_with_help and - ask_many_from_list_with_help_ref - - * services.pm: creation, it handles what was in - standalone/drakxservices - -2000-02-18 Pixel - - * install_steps_gtk.pm (createXconf): added /dev/ (X wants - "/dev/psaux" and not "psaux") - - * diskdrake.pm (Create): show start sector even for non-expert on - non-i386 - -2000-02-16 Pixel - - * mouse.pm (detect): add defaults to serial mouse - - * install_steps_gtk.pm (createXconf): remove the defaults to - serial mouse - -2000-02-15 Pixel - - * diskdrake.pm: "After %s partition %s," inlined otherwise does - not please pablo and translators... - -2000-02-14 Pixel - - * diskdrake.pm (Create): hide start sector choice for non-expert - -2000-02-11 Pixel - - * partition_table_raw.pm (get_geometry): do not use the cylinder - number given by HDIO_GETGEO cuz limited to 16bits. Compute using - the total_sectors using HDIO_GET_IDENTITY - - * c/stuff.xs.pm: added total_sectors (gives the number of sector - of a drive) - - * modules.pm (load): ignore error in loading prereq's - - * modules.pm (@drivers_by_category): rcpci instead of rcpci45, - z85230 added - - * commands.pm (mount): add modules::load_deps otherwise the - fs::mount won't succeed insmoding vfat if needed - -2000-02-11 François Pons - - * fixed diskdrake to handle limit case when creating and resizing - partition table, address size limit and start sector limit. - -2000-02-11 Pixel - - * install2.pm (main): add a callback on SEGV - -> message printed - -> that way, ENDs are called (otherwise skipped) - - * install_steps_interactive.pm (setup_thiskind): handles the undef - value returned by load_thiskind - - * install_steps_interactive.pm (exitInstall): do not call - install_steps::exitInstall - - * install_steps (exitInstall): removed - * install_steps (END): added (it does ejectCdrom) - - * install_steps_interactive.pm (load_thiskind): returns undef if - error loading a module - - * fs.pm (format_part): changed the prototype from $;$@ to $;@ - otherwise, @options always have a value (mostly undef) and mkdosfs - fails (with "mkdosfs", "/dev/hdXX", undef, "-F", 32) - - * install_steps_interactive.pm (setup_thiskind): - add a $auto_probe_pci that overrules $o->{auto_probe_pci} - (that way no pci probe the second time) - -2000-02-10 François Pons - - * heavy modification of build_archive and extract_archive to manage - a TOC directly in archive file, handle bzip2 or gzip compression, - extract_archive can extract multiple files a time, with minimal - invocation of uncompress program and follow symlink and expand - directory contents. - * use build_archive/extract_archive for locales. - * fixed a min/max in install_steps_gtk for Resize/Create partition. - * fixed adjustEnd with dos partition table, take care of magic 63 - sectors at beginning of partitions, a more solid method should be - used for that. - -2000-02-10 Pixel - - * modules.pm (load_thiskind): skip modules "unknown" and "ignore" - -2000-02-09 Pixel - - * partition_table.pm (add): cdie if maximum number of partitions - handled by linux is reached - - * Xconfigurator.pm (chooseResolutionsGtk): display the graphic - card or server found - - * install_any.pm (relGetFile): for mdkinst files, take care not to - have a double '/' (see debbugs #591) - - * install_steps_interactive.pm (configureNetwork): - purpose: add ability to configure both modem and lan - clean up the behaviour - - * fs.pm (write_fstab): - purpose: sort the fstab per mount point (cuz /usr must be before /usr/local) - also: rewrite of the part writing the fstab. -- cgit v1.2.1