2005/01/12 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: return the child when MagicWindow is using the $::WizardWindow
(otherwise the user of the MagicWindow can destroy the WizardWindow)
* mygtk2.pm: return the child when MagicWindow is using the
$::WizardWindow
(otherwise the user of the MagicWindow can destroy the WizardWindow)
- fix gtkadd()
- fix displaying banner
- no banner if no ::Wizard_title (as used to be)
* interactive/gtk.pm: rewrite wait_messageW using mygtk2
* bootloader.pm: write in lilo.conf the global root= (bugzilla #12312)
* mdk-stage1/init.c: fix buggy blino commit which caused install failures
to cause reboot without prompting
* install_any.pm: we don't need the clp read-write (if it is read-only it
allows remounting /mnt ro)
* fs/format.pm: remove debug code
* any.pm: add user specific shell support in create_user (Nicolas Planel)
* mdk-stage1/stage1.c, Makefile: use /etc/init instead of /sbin/init to
allow umounting clp in init
2005/01/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10.2-0.11mdk
one more change in 10.2-0.10mdk
10.2-0.10mdk
* standalone/harddrake2: display the menubar and the banner when embedded
* standalone/printerdrake: show banner when embedded
2005/01/11 Nicolas Planel <nplanel at mandrakesoft.com>
* any.pm: add user specific shell support in create_user
2005/01/11 Pixel <pixel at mandrakesoft.com>
* any.pm: do not log the encrypted password
show advanced languages by default
* install_steps_gtk.pm: we always have force_focus when we have
!$::isStandalone,
so do it that way and get rid of $ugtk2::force_focus
remove $ugtk2::force_center_at_pos, inline it instead
revert bad commit
install_gtk::create_help_window is unused, removing it
* ugtk2.pm: create "MagicWindow" in mygtk2 out of ugtk2::new()
simplify away thing already done in %window_options
move ugtk2::create_window() to mygtk2::_create_Window()
change set_main_window_size() prototype
- create mygtk2::main()
- get rid of setting {destroyed}, use a local variable instead
simplify (no need to protect against double destroy anymore)
{window}->show is already done in ->new
better comment
the ugly gtkset_mousecursor_wait() done on destroy is not called often
nowadays, and not very useful either since the wait cursor is only on
the root window, and since install use isWizard, the root window is not
often seen. We should at least also set the wait cursor on the
$::WizardTable
fix typo
fix typo
- $current_window can be local to ugtk2, so do it that way
- create force_keyboard_focus()
better comments
we always have force_focus when we have !$::isStandalone,
so do it that way and get rid of $ugtk2::force_focus
remove $ugtk2::force_center_at_pos, inline it instead
no need to set widget name to Title (what was it used for?)
more consistent naming
help initial positioning of window during install (since position_policy
center-on-parent only works with a window manager, we can't get rid of
force_center_at_pos)
add comments
* mygtk2.pm: create "MagicWindow" in mygtk2 out of ugtk2::new()
mygtk2::_gtk() takes an hash ref to allow checking the resulting hash
move ugtk2::create_window() to mygtk2::_create_Window()
- create mygtk2::main()
- get rid of setting {destroyed}, use a local variable instead
* install_gtk.pm: cleanup
help size doesn't need anything special anymore
don't fake a ugtk2, use pure mygtk2 instead
don't fake a ugtk2, use pure mygtk2 instead
no need to set title to 'skip' (it was used by aewm-drakx)
install_gtk::create_help_window is unused, removing it
* interactive/gtk.pm: create "MagicWindow" in mygtk2 out of ugtk2::new()
change set_main_window_size() prototype
* Xconfig/test.pm: we always have force_focus when we have
!$::isStandalone,
so do it that way and get rid of $ugtk2::force_focus
* run_program.pm: do not log the encrypted password
2005/01/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (dmidecode) do not rerun dmidecode on machines that do
not support it
* share/po/br.po: typo fix
* share/rpmsrate: do not install ivtv packages since it's already in the
kernel (it
wasn't in our pcitable due to the lack of MODULE_DEVICE_TABLE)
ivtv & zaptel dkms packages were renamed
2005/01/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/gl.po: updated Galician file
2005/01/10 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: move some now common things in _create_window()
more installing special install shortcuts in _create_window()
(there is no reason for not having the shortcuts when the window has
pop_it)
- XFdrake test is not standalone, it is the non install nor standalone
state
(used when there is no window manager)
- get rid of now unused $ugtk2::force_center
use {icon_no_error} instead of {icon}
rewrite
rewrite
the test is not useful, we can't get to this code when $::isEmbedded is
set
emove unused feature
$ugtk2::pop_it is unused
* Makefile: dont_run_directly_stage2 and trace_stage2 needs the live, not
the clp
- add vera fonts (normal and bold)
- generate fonts.dir and fonts.cache-1
- take cursor.pcf.gz from system
* share/list: add /etc/fonts/fonts.conf
* share/fonts.tar.bz2:
- remove cursor.pcf.gz (now taken from system)
- generate fonts.dir and fonts.cache-1
* lang.pm:
- add vera fonts (normal and bold)
- generate fonts.dir and fonts.cache-1
- take cursor.pcf.gz from system
* rescue/dirs: at least be able to mount /dev/pts if needed
* interactive/gtk.pm: simplify using {pop_it}
* rescue/list: rsync is useful too
add what Lord Packdrakeng.pm request
minimal ssh tools (alas it doesn't on console 1 because /dev/tty is
allocated properly, it needs fixing)
* Xconfig/test.pm:
- XFdrake test is not standalone, it is the non install nor standalone
state
(used when there is no window manager)
- get rid of now unused $ugtk2::force_center
* share/rpmsrate: simplify
* rescue/tree/etc/inittab: use "mingetty --autologin" instead of calling
directly "bash --login", that
way the shell has a valid controlling terminal (CTTY, accessed via
/dev/tty).
This is needed for ssh to work
* rescue/tree/etc/rc.sysinit: have /dev rw (eg: for /dev/initctl)
* mygtk2.pm: create {icon_no_error}
2005/01/10 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* do_pkgs.pm: Add --expect-install to the options passed to urpmi to
install packages, so
do_pkgs::install() can return 0 or true depending on whether some
packages were
actually installed.
* standalone/drakbackup: Don't use deprecated urpmi --X option
* standalone/drakTermServ: Silent install of terminal-server if needed
(--X is deprecated)
* drakxtools.spec: Require urpmi 4.6.11 (for --expect-install)
2005/01/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: install zaptel packages if needed
install ivtv packages if needed
2005/01/09 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2005/01/09 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2005/01/08 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
* lang.pm: install scim-chewing if zh is selected by localedrake. Fix font
setting for zh_CN.
2005/01/08 huftis
* share/po/nn.po: Updated translation.
2005/01/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ja.po: updated po file
* share/rpmsrate: new fonts-ttf-chinese package
* lang.pm: changed chinese font names
2005/01/07 Pixel <pixel at mandrakesoft.com>
* standalone/drakclock: simplify
* interactive/gtk.pm: $w->{isEmbedded} is unused
$w->{isWizard} is unused
* ugtk2.pm: $w->{isEmbedded} is unused
$w->{isWizard} is unused
$o->{force_center} is unused
no icon during install
simplify using mygtk2
* mygtk2.pm: add "Plug"
2005/01/07 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* keyboard.pm: Make %lang2keyboard a global variable, so it can be
overriden in a
patch file
2005/01/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cy.po, share/po/et.po: updated Welsh and Estonian files
2005/01/06 Pixel <pixel at mandrakesoft.com>
* network/shorewall.pm: cleanup unused variables
* mdk-stage1/doc/UPDATEMODULES: fix
* standalone/draksec, harddrake/sound.pm: remove unused variable
* interactive/gtk.pm: on a label, we must use ->get_text, not ->get
* install_gtk.pm: fix typo (thanks to perl_checker)
- move some install specific code out of ugtk2.pm into install_gtk.pm
- move some install specific code out of common.pm into install_any.pm
* ugtk2.pm: simplify
- move some install specific code out of ugtk2.pm into install_gtk.pm
- move some install specific code out of common.pm into install_any.pm
- change _create_window() prototype to be more "mygtk2" like
- use more mygtk2 properties
- create and use wm_icon() (until all this crap is cleaned)
(drop $o->{wm_icon} which is unused)
* install2.pm, common.pm, install_any.pm:
- move some install specific code out of ugtk2.pm into install_gtk.pm
- move some install specific code out of common.pm into install_any.pm
* mygtk2.pm: add {icon} for Window
merge Window and Dialog creation
allow setting padding for pack_start, but only globally (it works like
spacing, but also include spacing at beginning, and at end)
add {position_policy} for Window
* network/tools.pm: remove unused variables
* fs.pm, install_steps.pm: fs::formatMount_all() parameter wait_message is
no more optional (though you can give undef)
* loopback.pm, diskdrake/interactive.pm, install_steps_interactive.pm,
raid.pm, fs/format.pm:
- fs::format::part_raw() now takes $wait_message to allow displaying
the progress of format
- create fs::format::wait_message() which creates a $wait_message
valid to give to fs::format::part
- fs::format::mke2fs() format while parsing the output to display the
progress
2005/01/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
update
* lang.pm: update UIM config for uim-0.4.5 (UTUMI Hirosi)
* drakxtools.spec: 10.2-0.9mdk
2005/01/05 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
soft/urpmi/po/da.po soft/wizard_perl/po/da.po
gi/perl-install/share/po/da.po
2005/01/05 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: fix selecting "other" keyboard when @best
<= 1
fix selecting "other" keyboard when @best <= 1
fix selecting "other" keyboard when @best <= 1
* fs.pm: part2wild_device_name('', $part) is better than
devices::make($part->{device}) (esp. for nfs "devices")
handle spaces in username
* fs/mount_options.pm: don't set fs_type to ext2:vfat for ext3 or reiserfs
/home coming from usb key (bugzilla #9827)
* network/smb.pm: handle spaces in username
2005/01/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_any.pm (migrate_device_names) fix message
* share/rpmsrate: install echomixer if needed
switch default IM to scim-chewing for zh_TW
* harddrake/sound.pm: add a couple of new ALSA drivers (from CVS)
* drakxtools.spec: 10.2-0.8mdk
2005/01/04 Funda Wang <fundawang at linux.net.cn>
* lang.pm: backport s/jp/ja/ fix from HEAD
2005/01/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hr.po: updated Croatian file
* share/po/cy.po: updated Welsh file
2005/01/04 Pixel <pixel at mandrakesoft.com>
* rescue/list: ld-linux.so.2 is also needed on the rescue :)
2005/01/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
updated pot file
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/ky.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/am.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/fur.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: updated pot file
2005/01/04 Pixel <pixel at mandrakesoft.com>
* rescue/list: ld-linux.so.2 is also needed on the rescue :)
* mdk-stage1/init.c: ensure /tmp/syslog in stage2 contains the full log
* mdk-stage1/stage1.c: ensure /tmp/syslog in stage2 contains the full log
(currently stage2 init was writing in a file shadowed by stage2 copying
the /stage1/tmp/syslog over its file)
2005/01/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: update ADSL ISPs list
* share/rpmsrate: install hotkeys in order to have working special keys on
internet/multimedia laptop keyboards
2005/01/03 Pixel <pixel at mandrakesoft.com>
* authentication.pm, steps.pm: "Administrator (root)" is more
user-friendly than "root"
* fs/mount_options.pm: remove codepage= option for fs types which don't
handle it (eg: ntfs)
* fs/type.pm: create can_be_one_of_those_fs_types()
* network/netconnect.pm, network/network.pm, network/ethernet.pm,
install_steps_interactive.pm, harddrake/data.pm: move and rename
network::ethernet::get_eth_categories() into
list_modules::ethernet_categories()
(it's closer to the definition of the categories)
* modules/interactive.pm: a somewhat nicer message when loading a module
* install_steps.pm: default security level is now 3
2005/01/03 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* do_pkgs.pm: '--best-output' is no longer an urpmi option (and it's not
necessary
anyway since --auto is specified)
* install_steps.pm: Make do_pkgs::install() return the number of packages
actually installed
(used by printerdrake, apparently)
2005/01/03 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Bugzilla 12861 - Directories with spaces
Mandrakeclub - Perms on tarballs too relaxed
perl_checker compliance
Bugzilla 12861 - Directories with spaces
Mandrakeclub - Perms too relaxed on tarballs
perl_checker compliance
Bugzilla 12861 - Directories with spaces
Mandrakeclub - Perms too relaxed on tarballs
perl_checker compliance
2005/01/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_any.pm (migrate_device_names) try to be smarter with translators
2005/01/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/tg.po, share/po/bs.po, share/po/fur.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/fr.po,
share/po/ta.po, share/po/nl.po, share/po/de.po, share/po/tl.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: updated pot file
* keyboard.pm:
- enabled choice of various new keyboard layouts.
- don't prepend "us," if there is already a list of layouts
* share/po/cy.po: updated Welsh file
updated pot file
2005/01/03 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/tools.c: it's cleaner to have the clp_tmpfs in /tmp
(i think it was already that way for move and that i broke it, but who
knows?)
* install_any.pm: no clp is not an error
move mdkinst.clp on hard drive ASAP
=> allows multi-cd installs even if the mdkinst.clp was not preloaded
=> allows to better memory handling during pkgs install (hopefully at
least)
* fs/mount_options.pm: remove codepage= option for fs types which don't
handle it (eg: ntfs)
* fs/type.pm: create can_be_one_of_those_fs_types()
* devices.pm, install2.pm: move mdkinst.clp on hard drive ASAP
=> allows multi-cd installs even if the mdkinst.clp was not preloaded
=> allows to better memory handling during pkgs install (hopefully at
least)
* mdk-stage1/stage1.c, mdk-stage1/init.c: ensure /tmp/syslog in stage2
contains the full log
(currently stage2 init was writing in a file shadowed by stage2 copying
the /stage1/tmp/syslog over its file)
2005/01/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm: add another sparc sound driver
2005/01/03 Funda Wang <fundawang at linux.net.cn>
* lang.pm: s/jp/ja. Corrected spelling of locale ja
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/12/31 Pixel <pixel at mandrakesoft.com>
* mygtk2.pm: no need to have things twice in _icon_paths()
* install_steps_gtk.pm: simplify (thanks to perl_checker)
remove code using getAndSaveFile to get the X server
(we don't have live directory anymore, and anyway we only use one X
server)
* install_gtk.pm: simplify (we always want the logo, and looking the right
path is already done elsewhere)
* share/list: ldd doesn't say anymore which file ld-linux is, so adding it
explicitly
* interactive/gtk.pm: better layout:
- ensure buttons are at bottom using pack_end instead of packing a
growing empty vbox for ask_warn-like dialogs
- drop old code
- always allow box to grow (this may be wrong)
2004/12/31 Pixel <pixel at mandrakesoft.com>
* install_steps_gtk.pm: simplify (thanks to perl_checker)
remove code using getAndSaveFile to get the X server
(we don't have live directory anymore, and anyway we only use one X
server)
* interactive/gtk.pm: better layout:
- ensure buttons are at bottom using pack_end instead of packing a
growing empty vbox for ask_warn-like dialogs
- drop old code
- always allow box to grow (this may be wrong)
2004/12/30 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: more spacing around the separator and the buttons (as
requested by ergonomy team)
* install_steps.pm: finish backporting HEAD changes for finish-install
(any::write_passwd_user() doesn't exist anymore)
2004/12/29 Pixel <pixel at mandrakesoft.com>
* lvm.pm, devices.pm: move device mapper initialisation out of lvm.pm into
devices.pm (since it will be useful for other things)
* install_steps_interactive.pm: when computing group size, select
CAT_SYSTEM packages
* pkgs.pm: simplify and speed up computeGroupSize()
in computeGroupSize()
- fix old ugly bug (CAT_FOO && CAT_BAR || CAT_FOO was reduced to
CAT_FOO && CAT_BAR)
- log the time spent
- ignore already selected packages
- group by same rpmsrate flags (nice speedup :)
2004/12/28 Pixel <pixel at mandrakesoft.com>
* install_gtk.pm: fix overlap
re-organize steps display as requested by ergonomic team
* install_steps_gtk.pm: fix displaying package tree (was empty since
moving from XXX to CAT_XXX)
* mygtk2.pm:
- add can_default
- remove known_opts (alike the rest of the code)
* pkgs.pm, install_any.pm, install_steps_interactive.pm:
- create set_rpmsrate_category_flags(),
set_rpmsrate_default_category_flags(), default_packages(),
rpmsrate_always_flags() replacing setDefaultPackages()
- create select_default_packages()
- apply "always" rpmsrate flags ASAP and skip packages with flag
"FALSE" in computeGroupSize()
=> 30% speed-up
2004/12/24 Pixel <pixel at mandrakesoft.com>
* share/rpmsrate, install_any.pm, install_steps_interactive.pm:
differentiate compssUsers flags from non-user modifiable flags (eg:
hardware flags)
* network/drakfirewall.pm: "Samba server" is better named "Windows Files
Sharing (SMB)" (bugzilla #10585)
2004/12/23 Pixel <pixel at mandrakesoft.com>
* standalone/XFdrake: fix Xconfig::default::configure() use
"XFdrake --auto" is now fully auto using auto_install configuration
instead of "as much auto as can be"
- don't ask X to restart in auto mode
- set exit status to 1 when configuration failed (esp. auto mode)
2004/12/23 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* tools/checkusedmodules: Add a new check script in tools. It compares the
perl modules used by the .pm
files in perl-install against the ones listed in share/list, to detect
potential missing modules (and potential run-time problems during the
stage 2)
2004/12/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: bump require on perl in order to prevent beakage on
update due to
binary incompatibility (#12719 and the like)
fix typo in 10.2-0.7mdk's changelog
10.2-0.7mdk
2004/12/22 Pixel <pixel at mandrakesoft.com>
* pkgs.pm: simplify
fix previous commit
create read_rpmsrate_raw() out of read_rpmsrate(), this new function can
be easily used outside install
* install_steps_interactive.pm: no need to use max_size, no need to
compute it
* install2.pm, fsedit.pm: add option no_bad_drives (to workaround bugzilla
#12766)
2004/12/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm: "snd-audigyls" ALSA driver was renamed "snd-ca0106"
in ALSA CVS;
let's have our tools be aware of that once our kernel got synced
handle new snd-pcxhr driver from alsa CVS
* share/rpmsrate: install proper tools for Digigram PCXHR sound card
2004/12/21 Pixel <pixel at mandrakesoft.com>
* install2.pm: /proc/sys/kernel/modprobe wants something non empty,
otherwise it doesn't change anything
* install_any.pm: don't pass prefix, use $::prefix
don't pass prefix to network::netconnect::main() (it doesn't use it)
don't pass prefix, use $::prefix
* fs.pm:
- fs::mount() wants a real device or a faked one, but doesn't accept
things like fd0 anymore (give it /dev/fd0)
- a little more robust analyze_wild_device_name() during install
- handle bad things in subpart_from_wild_device_name()
* install_steps_interactive.pm: don't pass prefix, use $::prefix
don't pass prefix to network::netconnect::main() (it doesn't use it)
* mdk-stage1/doc/UPDATEMODULES: much simpler code to handle post-install
update modules
- it handles new modules
- it calls depmod
* install_steps_gtk.pm, commands, standalone/drakbug_report, pkgs.pm,
crypto.pm, commands.pm: don't pass prefix, use $::prefix
* standalone/drakconnect, network/netconnect.pm, printer/printerdrake.pm:
don't pass prefix to network::netconnect::main() (it doesn't use it)
* any.pm:
- fs::mount() wants a real device or a faked one, but doesn't accept
things like fd0 anymore (give it /dev/fd0)
- a little more robust analyze_wild_device_name() during install
- handle bad things in subpart_from_wild_device_name()
don't pass prefix, use $::prefix
* install_steps.pm:
- fs::mount() wants a real device or a faked one, but doesn't accept
things like fd0 anymore (give it /dev/fd0)
- a little more robust analyze_wild_device_name() during install
- handle bad things in subpart_from_wild_device_name()
don't pass prefix, use $::prefix
don't pass prefix, use $::prefix
much simpler code to handle post-install update modules
- it handles new modules
- it calls depmod
* detect_devices.pm: fix floppies detection (through dmidecode)
2004/12/20 Pixel <pixel at mandrakesoft.com>
* install2.pm: don't die when /proc/sys/kernel/modprobe doesn't exist (for
BOOT kernels)
* mdk-stage1/tools.c, mdk-stage1/tools.h, mdk-stage1/automatic.c: minimal
bootsplash stage1 support
create unset_automatic()
* mdk-stage1/modules.c, mdk-stage1/cdrom.c, mdk-stage1/stage1.c,
mdk-stage1/network.c: create unset_automatic()
* mdk-stage1/Makefile, mdk-stage1/bootsplash.h, mdk-stage1/bootsplash.c,
mdk-stage1/frontend.h, mdk-stage1/stdio-frontend.c,
mdk-stage1/newt-frontend.c: minimal bootsplash stage1 support
2004/12/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/modem.pm (get_user_home) do not horribly die if USER environment
variable list
a non existing user
2004/12/19 Funda Wang <fundawang at linux.net.cn>
* lang.pm: jp console should not be localized
jp console should not be localized
2004/12/18 rstandtke
* share/po/de.po: added some translations
2004/12/17 Pixel <pixel at mandrakesoft.com>
* install_gtk.pm: don't parse the theme rc file to set the root window
background color during install,
instead use the gc of a fake window named "background"
switch to mygtk2
* ugtk2.pm: add some more functions in mygtk2
* Xconfig/test.pm: remove unused code
* modules.pm: packdrake changed a little, ensuring that if we ask no
modules it doesn't cause havoc
* mygtk2.pm: don't parse the theme rc file to set the root window
background color during install,
instead use the gc of a fake window named "background"
oops, set_background *is* needed
remove unneeded ->set_background
add some more functions in mygtk2
* bootloader.pm: ia64 uses the lilo method (even if it has some important
differences)
on ia64, use method lilo
2004/12/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: fix NETMASK autofilling
2004/12/16 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* c/smp.c: merge smp detection from fedora/ydl
2004/12/16 Pixel <pixel at mandrakesoft.com>
* install2.pm: help testing
* mygtk2.pm:
- add DrawingArea
- add text_ref & format for buttons
remove debug code
we must allow more than one callback per ref & widget
add option allow_unknown_options for easy compatibility
* detect_devices.pm, pkgs.pm, install_any.pm: create function
detect_devices::BIGMEM() which calls c::dmiDetectMemory(), but only
if we are root (this helps testings install without dying)
* install_steps_gtk.pm: migrate to mygtk2
* ugtk2.pm: fix typo (mygtk2 wants active_ref, not val)
add option allow_unknown_options for easy compatibility
* Xconfig/resolution_and_depth.pm: much simpler code using mygtk2
2004/12/15 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* mdk-stage1/insmod-modutils/include/util.h,
mdk-stage1/insmod-modutils/util/logger.c: rename log to do_log in order
to avoid clashes with builtins
* mdk-stage1/dietlibc/ia64/start.S, mdk-stage1/dietlibc/ia64/fork.S,
mdk-stage1/dietlibc/ia64/pipe.S: ia64 fixes: fork, pipe, syscall weak
symnames
* mdk-stage1/insmod-modutils/include/elf_ppc64.h,
mdk-stage1/insmod-modutils/obj/obj_ppc64.c: merge ppc64 support from
modutils 2.4.26
* mdk-stage1/insmod-modutils/obj/obj_gpl_license.c: add missing file from
older merge from modutils 2.4.26
* mdk-stage1/dietlibc/ia64/syscalls.h: add ia64 setjmp/longjmp from glibc
ia64 fixes: fork, pipe, syscall weak symnames
* tools/ddcprobe/Makefile: ppc & ppc64 fixes
ppc64 support
* mdk-stage1/insmod-modutils/obj/obj_kallsyms.c: fix build to expose
assignments better
* mdk-stage1/insmod-modutils/obj/obj_ia64.c: add support for
R_IA64_PCREL60B reloc
build fix
* tools/ddcprobe/ddcxinfos.c: ppc & ppc64 fixes
sounds like the (empty) line is expected
* mdk-stage1/insmod-modutils/util/sys_oim.c,
mdk-stage1/insmod-modutils/insmod.c,
mdk-stage1/insmod-modutils/util/Makefile,
mdk-stage1/insmod-modutils/util/modstat.c: drop support for kernel 2.0
* tools/ddcprobe/vbe.h: ppc & ppc64 fixes
fix on big endian platforms (ppc, ppc64)
* mdk-stage1/dietlibc/ia64/__longjmp.S, mdk-stage1/dietlibc/ia64/setjmp.S:
add ia64 setjmp/longjmp from glibc
* mdk-stage1/rescue-gui.c, mdk-stage1/init.c: lib64 fixes on ppc64
* mdk-stage1/dietlibc/include/elf.h: ia64 elf definitions
* tools/ddcprobe/of.c: ppc & ppc64 fixes
On PowerPC platforms, byteswap product_code so that ids match MonitorsDB
contents
2004/12/15 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/network.c: fix http directory not starting with a "/" (it was
handled for stage1, but not for URLPREFIX given to stage2)
2004/12/15 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: perl_checker, suggestions from Pixel, rework
buttons in main GUI
2004/12/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update (stef, neoclust)
* drakxtools.spec: 10.2-0.6mdk
2004/12/15 Warly <warly at mandrakesoft.com>
* share/rpmsrate.corpo-server, share/rpmsrate.corpo-desktop: remove
mdkonline-backend
2004/12/14 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* mdk-stage1/dietlibc/include/termios.h, mdk-stage1/dietlibc/diet.c,
mdk-stage1/dietlibc/syscalls.h, mdk-stage1/dietlibc/include/sys/stat.h,
mdk-stage1/dietlibc/include/sys/ucontext.h,
mdk-stage1/dietlibc/include/sys/shm.h,
mdk-stage1/dietlibc/include/fcntl.h,
mdk-stage1/dietlibc/include/sys/mman.h,
mdk-stage1/dietlibc/include/asm/sigcontext.h,
mdk-stage1/dietlibc/include/elf.h,
mdk-stage1/dietlibc/include/sys/ioctl.h,
mdk-stage1/dietlibc/include/sys/types.h, mdk-stage1/dietlibc/Makefile,
mdk-stage1/dietlibc/include/endian.h,
mdk-stage1/dietlibc/include/sys/ptrace.h,
mdk-stage1/dietlibc/include/signal.h: ppc64 port
* mdk-stage1/dietlibc/include/setjmp.h: fix setjmp.h (JB_SIZE) on ppc64
ppc64 port
2004/12/14 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec: fix release (keep 101mdk for 10.1 packages)
* network/netconnect.pm: for drakx-finish-install, we want drakconnect to
restart network
for drakx-finish-install, we want drakconnect to restart network
* mygtk2.pm: export gtkval_register() and gtkval_modify()
* mdk-stage1/pcmcia_/merge_from_pcitable: cleanup
2004/12/13 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
soft/drakpxelinux/po/da.po soft/rpmdrake/po/da.po
soft/urpmi/po/da.po gi/perl-install/share/po/da.po
2004/12/13 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: fix
* drakxtools.spec: introduce in CVS 27.2.101mdk which was using a patch on
drakbug
* standalone/drakbug: commit vdanen patch which makes drakbug send
everything to bugzilla (instead of anthill)
2004/12/13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/list: Add a gazillion modules required by the new packdrake for
now
2004/12/13 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: fix
* drakxtools.spec: introduce in CVS 27.2.101mdk which was using a patch on
drakbug
* standalone/drakbug: commit vdanen patch which makes drakbug send
everything to bugzilla (instead of anthill)
2004/12/13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/list: Add a gazillion modules required by the new packdrake for
now
Add the subset of POSIX.pm needed by the new packdrake
2004/12/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/autoconf.pm:
- rename/move install_any::write_pcmcia() as
harddrake::autoconf::pcmcia() so
that it became availlable for standalone tools
- reuse it in harddrake service in order to configure PCMCIA cards
* harddrake/data.pm (pcmcia_controller_probe) move some harddrake code
there
* detect_devices.pm: better english (writing style rather than spoken one)
(pcmcia_controller_probe) reuse pcmcia_controller_probe(), thus fixing
installer not handling anymore PCMCIA controllers managed by driver
other than
yenta_socket...
this is still not enough for stage1 though (since
mdk-stage1/pcmcia_/probe.c::pcmcia_probe() isn't aware of all PCMCIA
host
controller drivers that're known to list_modules.pm)
(pcmcia_controller_probe) move some harddrake code there
* Xconfig/card.pm, share/po/ms.po, share/po/pt_BR.po, share/po/et.po,
share/po/ja.po, install_steps_interactive.pm, standalone/drakvpn,
printer/data.pm, standalone/drakboot, standalone.pm,
standalone/drakTermServ, share/po/sv.po, share/po/sr.po, share/po/fi.po,
fs/type.pm, standalone/drakbackup, share/po/ca.po, share/po/ltg.po,
share/po/uz.po, partition_table/mac.pm, diskdrake/interactive.pm,
standalone/fileshareset, share/po/ro.po, standalone/drakroam,
authentication.pm, share/po/zh_TW.po, share/po/eu.po, share/po/es.po,
network/adsl.pm, modules.pm, network/tools.pm,
standalone/service_harddrake.sh, standalone/drakupdate_fstab,
share/po/lv.po, share/po/id.po, help.pm, share/po/br.po, install_gtk.pm,
network/isdn.pm, share/po/mt.po, share/po/ga.po, modules/parameters.pm,
share/po/uk.po, install2.pm, share/po/lt.po, resize_fat/boot_sector.pm,
commands.pm, network/test.pm, install_interactive.pm, share/po/tg.po,
share/advertising/12.pl, loopback.pm, mygtk2.pm, interactive/http.pm,
ftp.pm, interactive/stdio.pm, share/po/mk.po, share/po/fur.po,
services.pm, harddrake/sound.pm, fs.pm, standalone/drakfont,
share/po/af.po, network/ethernet.pm, standalone/net_applet,
bootloader.pm, share/po/pt.po, share/po/vi.po, share/po/fr.po,
keyboard.pm, standalone/drakperm, share/advertising/05.pl,
share/po/tl.po, share/po/de.po, common.pm, share/po/el.po,
share/po/bg.po, share/po/uz@Latn.po, network/network.pm, share/po/bn.po,
standalone/logdrake, share/po/gl.po, share/po/sk.po, share/po/th.po,
Xconfig/parse.pm, interactive.pm, share/po/hr.po, resize_fat/fat.pm,
network/netconnect.pm, share/po/be.po, do_pkgs.pm, mouse.pm,
network/smb.pm, share/po/DrakX.pot, share/po/ko.po, share/po/pl.po,
share/po/he.po, raid.pm, fs/format.pm, diskdrake/smbnfs_gtk.pm,
share/po/da.po, share/po/ar.po, partition_table.pm, unused/dns.pm,
share/po/ky.po, share/po/nb.po, pkgs.pm, run_program.pm,
standalone/drakconnect, share/po/zh_CN.po, share/po/sq.po,
share/po/sr@Latn.po, share/po/it.po, printer/printerdrake.pm,
share/po/hu.po, http.pm, share/po/fa.po, network/modem.pm,
resize_fat/main.pm, network/ipsec.pm, share/po/ru.po, share/po/sl.po,
standalone/drakautoinst, c.pm, share/po/nn.po, share/po/tr.po,
partition_table/gpt.pm, share/po/mn.po, share/po/am.po, lang.pm,
devices.pm, harddrake/v4l.pm, share/po/cy.po, partition_table/raw.pm,
ugtk2.pm, any.pm, install_steps_gtk.pm, printer/main.pm, share/po/bs.po,
interactive/newt.pm, share/po/wa.po, fs/mount_options.pm,
share/po/is.po, share/po/hi.po, share/po/az.po, Xconfig/xfree.pm,
share/po/ta.po, standalone/drakgw, share/po/nl.po, fsedit.pm,
share/po/eo.po, share/po/cs.po, standalone/bootloader-config: better
english (writing style rather than spoken one)
* install_any.pm, install_steps.pm, standalone/service_harddrake: better
english (writing style rather than spoken one)
- rename/move install_any::write_pcmcia() as
harddrake::autoconf::pcmcia() so
that it became availlable for standalone tools
- reuse it in harddrake service in order to configure PCMCIA cards
2004/12/13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/list: Add new packdrake module
2004/12/12 Pixel <pixel at mandrakesoft.com>
* .perl_checker: ignore packdrake for now
* install_gtk.pm, share/list.i386: keyboard_drv.o is needed by Xorg, and
driver must "keyboard", not "Keyboard"
2004/12/12 Pixel <pixel at mandrakesoft.com>
* .perl_checker: ignore packdrake for now
* install_gtk.pm, share/list.i386: keyboard_drv.o is needed by Xorg, and
driver must "keyboard", not "Keyboard"
2004/12/10 Pixel <pixel at mandrakesoft.com>
* Makefile: move drakx VERSION file in install/stage2 (used by bugzilla)
2004/12/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ja.po: update (Yukiko Bando)
2004/12/09 Pixel <pixel at mandrakesoft.com>
* install_steps.pm: commit warly's fix in HEAD
commit warly's fix in 10.1 branch
2004/12/08 Warly <warly at mandrakesoft.com>
* install_steps.pm: fix the updatemodules mode for installation
2004/12/07 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm, install_steps_interactive.pm: look for yenta_socket
in pci_probe too (nb: ldetect pci_probe has a special rule for it, not
simply pcitable)
look for yenta_socket in pci_probe too
look for yenta_socket in pci_probe too (nb: ldetect pci_probe has a
special rule for it, not simply pcitable)
* share/rpmsrate: xcdroast only if X is chosen (bugzilla #12594)
2004/12/06 Warly <warly at mandrakesoft.com>
* share/rpmsrate.corpo-server, share/rpmsrate.corpo-desktop: Added
mdkonline, slmodem and ipw2?00
2004/12/05 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/12/05 Pixel <pixel at mandrakesoft.com>
* fs/format.pm, install_any.pm: don't allow partition types we don't know
how to format in {partitions} for auto_installs (eg of bad type: ntfs)
2004/12/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: typo fixes (#12580)
2004/12/04 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/pcmcia_/merge_from_pcitable: simplify
2004/12/04 tsdgeos
* share/po/ca.po: Update
2004/12/03 Pixel <pixel at mandrakesoft.com>
* install2.pm: disable kmod, otherwise we get a different behaviour in
kernel vs kernel-BOOT
* Makefile: use the cute "perldoc -l" instead of perl -V:vendorlib which
doesn't work when the module hasn't been rebuilt
* unused/migrate-ugtk2-to-mygtk2.pl, unused/migrate-ugtk2-to-mygtk2.el: be
more automatic and less .emacs dependent
* tools/Makefile: use perldoc -l instead of perl -M + %INC
* install_steps_gtk.pm: more debug log
* commands: during install, commands should $::isInstall set (otherwise
poor modprobe becomes a fork bomb)
2004/12/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/be.po,
share/po/mn.po, share/po/am.po, share/po/ko.po, share/po/sr.po,
share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po,
share/po/ar.po, share/po/ltg.po, share/po/ky.po, share/po/mk.po,
share/po/ro.po, share/po/is.po, share/po/af.po, share/po/az.po,
share/po/zh_TW.po, share/po/vi.po, share/po/sq.po, share/po/sr@Latn.po,
share/po/tl.po, share/po/eo.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/lv.po: rescued some strings
2004/12/03 Pixel <pixel at mandrakesoft.com>
* install2.pm: disable kmod, otherwise we get a different behaviour in
kernel vs kernel-BOOT
* Makefile: use the cute "perldoc -l" instead of perl -V:vendorlib which
doesn't work when the module hasn't been rebuilt
* unused/migrate-ugtk2-to-mygtk2.pl, unused/migrate-ugtk2-to-mygtk2.el: be
more automatic and less .emacs dependent
* tools/Makefile: use perldoc -l instead of perl -M + %INC
* install_steps_gtk.pm: more debug log
* commands: during install, commands should $::isInstall set (otherwise
poor modprobe becomes a fork bomb)
2004/12/02 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: use migrate-ugtk2-to-mygtk2.pl (and i verified the diff)
* unused/migrate-ugtk2-to-mygtk2.pl: replace "policy => [ horizpolicy,
vertpolicy ]" with "h_policy => ..., v_policy => ..."
(both defaulting to "automatic")
dirty script easing the switch from ugtk2 to mygtk2 (beware!)
* unused/migrate-ugtk2-to-mygtk2.el: dirty script easing the switch from
ugtk2 to mygtk2 (beware!)
* rescue/make_rescue_img: fix typo and perl_checker compliance
* mygtk2.pm: replace "policy => [ horizpolicy, vertpolicy ]" with
"h_policy => ..., v_policy => ..."
(both defaulting to "automatic")
2004/12/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po,
share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po,
share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
2004/12/02 Pixel <pixel at mandrakesoft.com>
* unused/migrate-ugtk2-to-mygtk2.pl: replace "policy => [ horizpolicy,
vertpolicy ]" with "h_policy => ..., v_policy => ..."
(both defaulting to "automatic")
dirty script easing the switch from ugtk2 to mygtk2 (beware!)
* mygtk2.pm: replace "policy => [ horizpolicy, vertpolicy ]" with
"h_policy => ..., v_policy => ..."
(both defaulting to "automatic")
future is in mygtk2, ugtk2 must die (and it will die, but not that soon
(to keep compatibility))
* rescue/make_rescue_img: remove temporary directory
* detect_devices.pm: helping titi that didn't get isLaptop() right in 3
commits ;p
* ugtk2.pm: use migrate-ugtk2-to-mygtk2.pl (and i verified the diff)
future is in mygtk2, ugtk2 must die (and it will die, but not that soon
(to keep compatibility))
* unused/migrate-ugtk2-to-mygtk2.el: dirty script easing the switch from
ugtk2 to mygtk2 (beware!)
* authentication.pm, any.pm:
- any::enableShadow() -> authentication::enable_shadow()
- inline authentication::crypt()
move crypt() where it's needed
2004/12/02 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* authentication.pm, any.pm: Move crypt() in the package it belongs to
2004/12/01 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: simplify: grep already done
complete_usb_storage_info()
2004/12/01 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* ugtk2.pm: return value for gtkset_mousecursor
2004/12/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ja.po: typo fix
2004/12/01 Warly <warly at mandrakesoft.com>
* install_steps.pm: Add a SYSTEM to Corporate in /etc/sysconfig/system for
corporate
* share/compssUsers.corpo-server: remove development section in corpo
server
* install_any.pm: use the compssUsers related to the meta_class if it
exists
* share/compssUsers.suppl-desktop, share/compssUsers.suppl-server: add
compssUsers for supplementary CDs
* install_steps_gtk.pm: update the group selection layout to handle the
supplementary CD
* share/compssUsers.desktop: remove game for corpo desktop
* rescue/tree/etc/issue: change Mandrake Linux 10.0 into Mandrakelinux
Corporate 3.0
* share/themes-corporate.rc: correct the theme color for installation
* steps.pm: Do not activate the updates selection step during installation
* share/rpmsrate.corpo-server, share/rpmsrate.corpo-desktop: updated
rpmsrate for corporate desktop and server
* install_messages.pm: The coporate errata is corpo30errata.php3 and not
100errata.php3
2004/11/30 Frederic Lepied <flepied at mandrakesoft.com>
* mdk-stage1/Makefile, mdk-stage1/config-stage1.h: corporate
2004/11/30 Pixel <pixel at mandrakesoft.com>
* network/network.pm: don't pass the prefix/etc/sysconfig/network to
network::network::write_conf(), we always use the same file name
backport HEAD changes used by finish-install
* modules.pm: replace isStandalone with !isInstall (for finish-install
which is neither isInstall nor isStandalone)
replace isStandalone with !isInstall (for finish-install which is
neither isInstall nor isStandalone)
* install_steps_interactive.pm:
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
backport HEAD changes used by finish-install
* standalone/finish-install: don't keep the banner from drakconnect for
all steps
add drakx-finish-install
prog to launch after install which configurate users, authentication,
root password and network
don't keep the banner from drakconnect for all steps
add drakx-finish-install
prog to launch after install which configurate users, authentication,
root password and network
* any.pm, install_steps.pm:
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
backport HEAD changes used by finish-install
create any::set_root_passwd() and use it
* drakxtools.spec: add drakx-finish-install
* standalone/drakbackup: fix fatal perl_checker error
fix fatal perl_checker warning
* run_program.pm: replace !isStandalone with isInstall
* authentication.pm: make $when_network_is_up optional
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
backport HEAD changes used by finish-install
* Makefile.config, Makefile, Makefile.drakxtools,
standalone/finish-install.xsetup: add drakx-finish-install
add drakx-finish-install
* network/netconnect.pm: network::netconnect::real_main() do not exit
brutally on wizcancel, handle it in network::netconnect::main()
network::netconnect::real_main() do not exit brutally on wizcancel,
handle it in network::netconnect::main()
* standalone/adduserdrake: backport HEAD changes used by finish-install
* standalone/drakauth: perl_checker fix
shorter
don't pass the prefix/etc/sysconfig/network to
network::network::write_conf(), we always use the same file name
$when_network_is_up is now optional
backport HEAD changes used by finish-install
2004/11/30 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Warn when failing to mount the supplementary CD-ROM
2004/11/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (dmidecode) explain why we return a list and not
directly an hash
(floppies) do not try to load floppy if there's no floppy drive (#8211)
a side effect is that now we'll still see the floppy drive even if
some buggy code triggered $@ earlier
* share/rpmsrate, lang.pm: install scim-anthy as well for japanese users
* install_any.pm (setDefaultPackages) perl_checker cleanup
* drakxtools.spec: typo fix
* harddrake/data.pm: rollback previous bogus commit
2004/11/30 Warly <warly at mandrakesoft.com>
* rescue/tree/etc/issue: update version for rescue issue
2004/11/30 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, any.pm:
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
create any::set_root_passwd() and use it
- rely on adduser(8) to set the users password instead of using
write_passwd_user()
- use adduser(8) during install (we now use the same code during and
after install)
* install_steps_interactive.pm:
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
* standalone/adduserdrake:
- rely on adduser(8) to set the users password instead of using
write_passwd_user()
- use adduser(8) during install (we now use the same code during and
after install)
* authentication.pm:
- move some functions from any.pm to authentication.pm
- create authentication::ask_root_password_and_authentication() out of
install_steps_interactive::setRootPassword()
white space normalisation
2004/11/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/localedrake: Yes/no is better than Ok/cancel for logout
question
* harddrake/data.pm: rollback previous bogus commit
detect_devices::getModem() does not take an argument anymore
* share/rpmsrate, lang.pm: install scim-anthy as well for japanese users
* install_any.pm (setDefaultPackages) perl_checker cleanup
* detect_devices.pm (isLaptop) fix it on non PPC architectures
(dmidecode) add (explicit) memoization
2004/11/29 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: perl_checker compliance
- drop oem & recovery code (which was broken)
- will be replaced with a root password + user accounts + network
configuration a la drakfirsttime
* authentication.pm: minimal authentication get() function
create %kind2pam_kind
* any.pm: rename allocUsers() to alloc_user_faces() (better suited)
* mdk-stage1/disk.h, install_steps_gtk.pm, docs/README, mdk-stage1/disk.c,
install_steps.pm, rescue/tree/etc/rc.sysinit, rescue/tree/etc/oem,
install_steps_interactive.pm, tools/oem-prepare, mdk-stage1/tools.c,
rescue/tree/etc/oem-all, rescue/.cvsignore, install2.pm,
mdk-stage1/stage1.c, rescue/Makefile, rescue/kernel_read_part.c:
- drop oem & recovery code (which was broken)
- will be replaced with a root password + user accounts + network
configuration a la drakfirsttime
2004/11/29 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install2.pm: A bit of grammar
2004/11/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/harddrake2: add hint for translator
* share/po/ja.po: update (Yukiko Bando)
* install_any.pm (setDefaultPackages) better support for Toshiba laptops:
preload
toshiba driver and install toshutils (inspirated from
drivers/char/toshiba.c's audit)
(setDefaultPackages) better support for DELL laptops: preload i8k driver
better support for DELL laptops (inspirated from drivers/char/i8k.c's
audit)
* share/rpmsrate: ensure toshutils is present on media
ensure ik8utils is present on media
2004/11/27 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/11/27 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* network/adsl_consts.pm: Don't load encoding.pm, it's not provided in the
stage 2 perl
2004/11/26 David Baudens <baudens at mandrakesoft.com>
* share/rpmsrate: Add some tool in DEVELOPMENT section
2004/11/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po,
share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po,
share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
* standalone/harddrake2: fixed typo
2004/11/26 Pixel <pixel at mandrakesoft.com>
* Xconfig/card.pm: simplify
* partition_table/dos.pm:
- geometry XXX/240/63 is quite common, so add 240 to @valid_nb_heads
- remove checking that nb_heads is in @valid_nb_heads
(this fixes yet another case of the infamous "XP doesn't boot" occuring
10.1
CE, though it should already be fixed via EDD)
* standalone/keyboarddrake: don't write X config when there is none
(otherwise we write a partial X config)
* Xconfig/monitor.pm: help perl another way that perl_checker prefers
* network/ethernet.pm: help perl_checker
2004/11/26 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* pkgs.pm, install_any.pm: We won't have files named
compssUsers.pl.<meta_class> since they're all
merged now.
2004/11/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
* drakxtools.spec: 10.2-0.5mdk
2004/11/25 David Baudens <baudens at mandrakesoft.com>
* share/rpmsrate: Fix Totem installation when KDE and GNOME are both
installed.
Fix Quanta installation
2004/11/25 Pixel <pixel at mandrakesoft.com>
* fsedit.pm: moving partitions never really worked and is disabled since
years
safer
* Xconfig/card.pm: create function libgl_config() and have it after
setting Driver to 'fglrx' so
that libgl_config() can behave based on {Driver} instead of {Driver2}
* any.pm: remove /lib and /usr/lib with more verbose code
fix previous commit
handle the lib64 case separately
* pkgs.pm, devices.pm, install_any.pm: we don't use /tmp for devices
anymore
(this comes from long ago when redhat code was using a ro /dev and
creating other devices in /tmp)
* install_steps_gtk.pm: simpler code
* standalone/drakfloppy: minimal perl_checker compliance
use floppies_dev() instead of floppies()
* diskdrake/interactive.pm: moving partitions never really worked and is
disabled since years
- create analyze_wild_device_name() out of
subpart_from_wild_device_name()
- rename part2device() into part2wild_device_name(), change its
prototype and use analyze_wild_device_name()
- new field {faked_device}
- for LABEL=..., {device} is not empty anymore and {faked_device} is
set,
merge_fstabs() will take care of having the real {device} and
{faked_device} unset
- for devfs_device, {device} is set to the devfs device,
merge_fstabs() will take care of having the non devfs device in
{device}
* standalone/diskdrake: use fs::get::device2part()
use fs::get::device2part()
* fs.pm: remove unused var
we don't use /tmp for devices anymore
(this comes from long ago when redhat code was using a ro /dev and
creating other devices in /tmp)
- create analyze_wild_device_name() out of
subpart_from_wild_device_name()
- rename part2device() into part2wild_device_name(), change its
prototype and use analyze_wild_device_name()
- new field {faked_device}
- for LABEL=..., {device} is not empty anymore and {faked_device} is
set,
merge_fstabs() will take care of having the real {device} and
{faked_device} unset
- for devfs_device, {device} is set to the devfs device,
merge_fstabs() will take care of having the non devfs device in
{device}
more intelligent sort of fstab to handle loopback files or bind
directory (bug anthil #1198)
2004/11/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: do not probe memory chips at boot time ...
* standalone/printerdrake (About) let be more l10n friendly regarding
"translatability"
(About) let be more l10n friendly regarding font's weight and size
* modules.pm (load_and_configure) fix setting scsi and usb probell in live
CD (thus fixing
mousedrake --auto with USB mice on live CD)
* modules/any_conf.pm: ensure that explanations go into
/var/log/explanations is standalone mode
(log::explanations() just calls log::l() at install time)
* standalone/service_harddrake: do not die if sound never was configured
(aka on first boot on live CD)
* drakxtools.spec: fix spacing in 10.2-0.4mdk's changelog
10.2-0.4mdk
2004/11/24 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/11/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: list Turkish language in both Asia and Europe (for Istanbul)
2004/11/23 Pixel <pixel at mandrakesoft.com>
* fs.pm: fix {device_alias} containing /dev/xxx instead of xxx. The bug
was
"none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..."
(bugzilla #12224)
fix {device_alias} containing /dev/xxx instead of xxx. The bug was
"none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..."
(bugzilla #12224)
* partition_table/raw.pm: detect on lilo on floppy (bugzilla #12213)
detect on lilo on floppy (bugzilla #12213)
* bootloader.pm: don't use typeOfMBR to check the method on floppy which
may not be inserted
(part of bugzilla #12213)
don't use typeOfMBR to check the method on floppy which may not be
inserted
(part of bugzilla #12213)
2004/11/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ja.po: update (Yukiko Bando)
* share/po/fr.po: update (kournikolas)
* share/po/br.po: update
2004/11/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ja.po: update (Yukiko Bando)
* share/po/br.po: update
2004/11/22 Pixel <pixel at mandrakesoft.com>
* rescue/make_rescue_img, mdk-stage1/pci-resource/update-pci-ids.pl,
docs/HACKING, Makefile:
- no more kernel/all.modules, things are in kernel/all.kernels
- cleanup what we keep in kernel/all.kernels: only vmlinuz,
modules.dep, *.mar, all_modules.tar, modules.cz
- replace all_modules.list + modules with all_modules.tar
- kernel/all.modules/modules.cz-VERSION are now in
kernel/all.kernels/VERSION/modules.cz
- allow having a normal in isolinux, but don't use it for floppy
images
(for this, add kernel/all.kernels/.main-BOOT)
- add many modules kernel/list_modules.pm in unused categories since
we don't
take all modules from kernel, only those listed
(needed to have a not too big modules.cz for normal kernel)
- complete rewrite of update_kernel (now written in perl)
2004/11/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm (real_main) in "ADSL provider" step, plain reset
the protocol on
provider switch
* standalone/harddrake2: kill a stock icon
* share/po/br.po: update
2004/11/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm (alsa2oss) add snd-azx
* share/rpmsrate: fix wrong package name
2004/11/18 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* install_steps_gtk.pm: use 'fbdev' server on x86_64 too
* share/advertising/list-cpd, share/advertising/list-cps: update to match
warly's config files
2004/11/18 Pixel <pixel at mandrakesoft.com>
* interactive.pm: fix prototype
remove some unneeded ";", add some for normalization (as told by
perl_checker)
* install_steps_interactive.pm, diskdrake/interactive.pm: since we don't
use ramdisk but clp, some code is dead
(remove usingRamdisk(), check_prog(), remove_unused()...)
add some ";", remove some ";", as told by perl_checker
* install2.pm, pkgs.pm, run_program.pm: since we don't use ramdisk but
clp, some code is dead
(remove usingRamdisk(), check_prog(), remove_unused()...)
* lang.pm, fs.pm, common.pm, install_any.pm: since we don't use ramdisk
but clp, some code is dead
(remove usingRamdisk(), check_prog(), remove_unused()...)
remove some unneeded ";", add some for normalization (as told by
perl_checker)
* partition_table/gpt.pm, standalone/harddrake2, partition_table/raw.pm,
partition_table/mac.pm, install_steps_auto_install.pm,
diskdrake/hd_gtk.pm: add some ";", remove some ";", as told by
perl_checker
* wizards.pm, install_steps.pm, install_gtk.pm, network/isdn.pm,
diskdrake/resize_ntfs.pm, network/netconnect.pm, mouse.pm, lvm.pm,
devices.pm, raid.pm, crypto.pm, Xconfig/screen.pm, commands.pm,
install_interactive.pm, ugtk2.pm, partition_table.pm, any.pm,
interactive/stdio.pm, interactive/newt.pm, harddrake/sound.pm,
services.pm, authentication.pm, network/ethernet.pm, bootloader.pm,
harddrake/data.pm, interactive/gtk.pm, network/adsl.pm, fsedit.pm,
detect_devices.pm, modules.pm, network/shorewall.pm: remove some
unneeded ";", add some for normalization (as told by perl_checker)
2004/11/18 Pixel <pixel at mandrakesoft.com>
* diskdrake/hd_gtk.pm, install_steps_auto_install.pm,
partition_table/mac.pm, diskdrake/interactive.pm, standalone/harddrake2,
partition_table/raw.pm, partition_table/gpt.pm,
install_steps_interactive.pm: add some ";", remove some ";", as told by
perl_checker
2004/11/17 Pixel <pixel at mandrakesoft.com>
* diskdrake/interactive.pm: really remove the VG from internal list of
{lvms}, not on a copy
* install_steps_interactive.pm: fix indentation
* partition_table.pm: also remove "require partition_table::lvm_PV"
comment for perl_checker
2004/11/17 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* crypto.pm: Update inline mirror list again (the previous one was broken)
Update the inline mirror list for mini isos
Integrate from trunk (mirror list update)
Integrate fixes for mini-ISOs from the trunk.
* install_any.pm: Integrate fixes for mini-ISOs from the trunk.
2004/11/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm: add new sound drivers from
kernel-tmb-2.6.7-2.tmb.6mdk
* modules.pm: on 10.0, b44 failled on newer cards; let's try bcm4400 too
* drakxtools.spec: bump requires on ldetect-lst b/c of s/3c90x/3c59x/
10.2-0.3mdk
fill in 10.2-0.2mdk's changelog
10-34.8.100mdk
10-34.7.100mdk
* standalone/service_harddrake: backport from 10.1: adapt to new nvidia
driver location due to
corporate now using DKMS
2004/11/16 Pixel <pixel at mandrakesoft.com>
* rescue/list.i386, rescue/list.ia64, rescue/list, rescue/list.ppc,
rescue/list.x86_64: move libperl.so from list.ARCH back to list, using a
wildcard
* fs/type.pm: for sunos:
- "SunOS swap" and "Whole disk" don't use ufs
- drop isSunOS(): replace it with testing {fs_type} eq 'ufs'
create isEmpty() and use it instead of simply testing {pt_type}, since
{pt_type} can be undef whereas {fs_type} is set
don't use pseudo fs_type "apple" for Apple Bootstrap partitions, better
only use {pt_type} for non mountable partitions
* fs/get.pm, diskdrake/interactive.pm, diskdrake/hd_gtk.pm: create
isEmpty() and use it instead of simply testing {pt_type}, since
{pt_type} can be undef whereas {fs_type} is set
* lang.pm: fix typo (thanks to bugzilla #12387)
* fsedit.pm, partition_table/lvm_PV.pm: handle more nicely raw_lvm_PV
(don't simply ignore them)
* partition_table/empty.pm: empty partition table means sectors #0 and #1
are zeroes, not simply sector #0
(this gives a chance to raw_lvm_PV which has its magic on sector #1)
* partition_table.pm: handle more nicely raw_lvm_PV (don't simply ignore
them)
don't die in will_tell_kernel() when the device is weird, since it is
normal when destroying a raw_lvm_PV
enhance readability
create isEmpty() and use it instead of simply testing {pt_type}, since
{pt_type} can be undef whereas {fs_type} is set
* detect_devices.pm: update ppc kernel modules detection & loading
cleanup get_mac_generation()
* tools/make_mdkinst_stage2, tools/mdkinst_stage2_tool: major switch from
ramdisk to clp
- make_mdkinst_stage2 is now mdkinst_stage2_tool
(we don't keep the live when building the clp, mdkinst_stage2_tool is
able to create the clp from the live, or the live from the clp)
* partition_table/raw.pm: fix yaboot detection
* bootloader.pm: rename get_of_dev() -> dev2yaboot()
don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead
- create yaboot2file() and use it
- update read_lilo() for yaboot
- update write_yaboot()
- remove {useboot}
- set {boot} to /dev/sda1 in suggest() instead of handling it in
write_yaboot()
* Xconfig/card.pm: enable UseFBDev in X configs on ppc, for rage128 and
radeon
set raw_LINES on every fglrx devices
drop broken code
- setting VideoRam for i810
- unsetting UseFBDev for r128 on ppc
* modules.pm: update ppc kernel modules detection & loading
* mdk-stage1/disk.c, mdk-stage1/tools.h, Makefile, mdk-stage1/cdrom.c,
mdk-stage1/config-stage1.h, rescue/Makefile, mdk-stage1/directory.c,
mdk-stage1/Makefile, docs/README, mdk-stage1/tools.c, rescue/.cvsignore,
rescue/make_rescue_img, mdk-stage1/network.c: major switch from ramdisk
to clp
- mdkinst_stage2.bz2 is now mdkinst.clp
- rescue_stage2.bz2 is now rescue.clp
- make_mdkinst_stage2 is now mdkinst_stage2_tool
(we don't keep the live when building the clp, mdkinst_stage2_tool is
able to create the clp from the live, or the live from the clp)
- all stage1 images now need cryptoloop & gzloop
- the clp can be preloaded in memory or not (see
MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD)
(for http & ftp, it *must* be preloaded)
- we don't uncompress the ramdisk anymore since the decompression is
done on the fly, this makes the rescue boot much faster
- function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* pkgs.pm: enhance analyse_kernel_name(), esp. to handle i686-up-64GB
* any.pm: don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot()
instead
* tools/Makefile: make_mdkinst_stage2 is no more, hail mdkinst_stage2_tool
2004/11/16 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake, harddrake/data.pm: on startup, redo ethX
aliases
on startup, redo ethX aliases
2004/11/15 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm:
- special bootstrap partition warning for IBM mac_generation
- no "OldWorld or Unknown machine" for IBM mac_generation
2004/11/15 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* drakxtools.spec: new release for new perl
* share/list: Adjust perl architecture, now that we don't have threads
anymore
2004/11/14 Funda Wang <fundawang at linux.net.cn>
* lang.pm: switch to gbk in zh_CN
2004/11/13 Pixel <pixel at mandrakesoft.com>
* rescue/list: add partimage
2004/11/12 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm: no "auto install floppy"
on ppc
* mdk-stage1/Makefile.common: cleanup
simplify
build init using $(DIET) just like stage2-* (needed for ppc, and nicer),
unify LDFLAGS_INIT and LDFLAGS_STAGE1
remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were
not used everywhere,
and so it was not easy to understand
drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at
the moment)
* tools/ddcprobe/Makefile: disable ddcprobe again - it doesn't work right,
causing the installer to halt
with a divide by zero error
* share/themes-galaxy.rc: the color of the categories of steps is better
in the theme
(it was the only part not defined in the theme but in the code)
* mdk-stage1/Makefile: build init using $(DIET) just like stage2-* (needed
for ppc, and nicer),
unify LDFLAGS_INIT and LDFLAGS_STAGE1
remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were
not used everywhere,
and so it was not easy to understand
drop unused INIT_LIBC, GLIBC_LIBC, DIETLIBC_LIBC (all 3 were empty at
the moment)
don't use minilibc.h on ppc
simplify arch dependent config based on dietlibc vs glibc.
this patch may be wrong for ppc which now used dietlibc but may prefer
init-libc-headers.h over minilibc.h
(need testing)
some defines are not arch dependent
* install_gtk.pm: the color of the categories of steps is better in the
theme
(it was the only part not defined in the theme but in the code)
fix converting the background color
2004/11/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/pt.po, share/po/mk.po: updated Macedonian file
2004/11/10 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec: drakauth: add SmartCard authentication
* authentication.pm:
- correctly restore pam.d/system-auth when setting "local"
authentication
- no use_first_pass on "auth sufficient pam_unix.so" line for
pam_castella
- correctly restore pam.d/system-auth when setting "local"
authentication
- no use_first_pass on "auth sufficient pam_unix.so" line for
pam_castella
2004/11/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: sync ADSL ISPs DB with HEAD
* drakxtools.spec: 10.2-0.1mdk
merge 10.1-27mdk's changelog from MDK10.1 branch
merge in lost changelog
10.1-27.1.101mdk
fix 10.1-27mdk's changelog
* standalone/service_harddrake: load yenta_socket and the like for PCMCIA
controllers
* standalone/logdrake: fix logdrake speed (should have been commited long
time ago)
fix logdrake speed (should have been commited long time ago)
* detect_devices.pm (isLaptop) fix it on non PPC arches
* network/ethernet.pm (mapIntfToDevice) backport 9box detection fix:
do not try to match usb devices since ldetect doesn't return enough data
* share/rpmsrate: install drivers for ipw2xOO
sync relevant "hardware/driver matching" bits from Head
* network/isdn_consts.pm: backport support for Philips Semiconductors DSL
card
2004/11/10 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: add pm_mkhomedir
2004/11/09 Funda Wang <fundawang at linux.net.cn>
* pkgs.pm: reverted pkgs, Sorry
s/fctix/fcitx. Critical typo
* lang.pm: s/fctix/fcitx. Critical typo
2004/11/09 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/11/09 Olivier Blin <oblin at mandrakesoft.com>
* network/tools.pm: introduce network::tools::get_interface_status
2004/11/09 Pixel <pixel at mandrakesoft.com>
* Xconfig/card.pm: fix regexp given to matching_driver (otherwise
smartcard:xxx matches)
fix regexp given to matching_driver (otherwise smartcard:xxx matches)
2004/11/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getSagem) do not probe for old adiusbadsl driver
(which is deprecated
by eagle-usb for more than one year)
* network/adsl_consts.pm: update/add ADSL ISP entries (Benoit Audouard)
reorder finnish entry
* lang.pm: backport s/fctix/fcitx/ fix from HEAD
* drakxtools.spec: bump require on ldetect-lst b/c of
s/adiusbadsl/eagleusb/
* share/theme-editor.pl: basic port from Gtk-1.2.x to Gtk+-2.x
2004/11/08 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tg.po, share/po/pt.po: updated Tajik file
2004/11/08 Pixel <pixel at mandrakesoft.com>
* common.pm, install2.pm: cp_af() is missing in perl-MDK-Common
1.1.11-2mdk
* lvm.pm: call pvremove on every PVs when destroying a VG (to clear the
LVM2 magic) (bugzilla #11579)
* Xconfig/card.pm, do_pkgs.pm, bootloader.pm: backport
check_kernel_module_packages() from 10.1 to adapt to dkms proprietary
packages
2004/11/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not use slicing when selecting single values
2004/11/07 huftis
* share/po/nn.po: More translated.
2004/11/07 Pixel <pixel at mandrakesoft.com>
* authentication.pm: SmartCard authentication needs pkg castella-pam
SmartCard authentication needs pkg castella-pam
2004/11/06 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/11/05 Olivier Blin <oblin at mandrakesoft.com>
* network/network.pm: hide ifcfg files for non-root users if they contain
a WEP key (#12177)
hide ifcfg files for non-root users if they contain a WEP key (#12177)
* mdk-stage1/pcmcia_/probe.c: merge from pcitable
2004/11/05 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/de.po: updated Estonian and German files
2004/11/05 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/directory.c: RAMDISK_LOCATION_REL is a better name than
RAMDISK_LOCATION
create choose_iso_in_directory() out of try_with_directory()
* mdk-stage1/tools.c: we use pivot_root for rescue, so don't umount
STAGE2_LOCATION
saving stage1 resolv.conf is done in finish_preparing() with no special
code needed for rescue
(as was done in save_stuff_for_rescue())
RAMDISK_LOCATION_REL is a better name than RAMDISK_LOCATION
* Makefile: do not gzip pm files anymore (since we will soon use
compressed loopback, this is not useful anymore)
create install/stage2/mdkinst.kernels which contains the list of kernels
known by stage2.
this replaces looking at install/stage2/live/modules/modules.cz-xxx
(why? cuz install/stage2/live is going to be removed!)
simplify
* mdk-stage1/network.c: use install/stage2/mdkinst.kernels to check stage2
kernel version instead of install/stage2/live/lib/modules.cz-xxx
* mdk-stage1/config-stage1.h: RAMDISK_LOCATION_REL is a better name than
RAMDISK_LOCATION
* share/list: do not gzip pm files anymore (since we will soon use
compressed loopback, this is not useful anymore)
* mdk-stage1/Makefile:
- no need to build stage1-cdrom nor stage1-network for MOVE
- for stage1-full, no special .c is needed for MOVE
cleanup (hoist MOVE_ADDSRC in STAGE1SRC)
remove duplicates in STAGE1OBJS-FULL, this removes make warnings
* authentication.pm: add "Smart Card" authentication (using pam_castella)
(as asked by flepied)
add "Smart Card" authentication (using pam_castella) (as asked by
flepied)
* rescue/tree/usr/share/symlinks, mdk-stage1/stage1.c: keep the tmpfs and
rescue in /tmp/stage2
(this allows to mount the rescue read-only)
* rescue/tree/etc/rc.sysinit: umount /stage1 when /etc/mtab exists to
remove a warning
free up stage1 memory
fix typo
keep the tmpfs and rescue in /tmp/stage2
(this allows to mount the rescue read-only)
2004/11/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/eu.po: updated Basque po file
2004/11/04 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/stage1.h: MODE_RAMDISK is now unused
drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE
* mdk-stage1/modules.c: LIVE_LOCATION is better named LIVE_LOCATION_REL
without the leading "/"
cleanup code using kernel_module_extension()
* mdk-stage1/stage1.c:
- create mount_clp_may_preload() out of handle_clp()
- rename handle_clp() to handle_move_clp() and simplify its use
IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVE
replace RAW_LOCATION_REL with IMAGE_LOCATION_REL
(the absolute symlink will now be relative, but that's ok here)
simplify since STAGE2_LOCATION is now valid for live installs before
pivot_root
(due to previous stage1.c commit)
STAGE2_LOCATION symlink is now relative instead of absolute
(relies on the fact that STAGE2_LOCATION and IMAGE_LOCATION are both in
/tmp in non MOVE)
rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED
(since STAGE2_LOCATION_REL is not relative, it's simply absolute when
chrooted)
create STAGE2_LOCATION symlink if it is not a directory (well more
precisely when it doesn't exist)
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
* mdk-stage1/network.c: LIVE_LOCATION is better named LIVE_LOCATION_REL
without the leading "/"
create str_ftp_error()
* mdk-stage1/config-stage1.h:
- create mount_clp_may_preload() out of handle_clp()
- rename handle_clp() to handle_move_clp() and simplify its use
add some comments
IMAGE_LOCATION_REAL is better named STAGE2_LOCATION in MOVE
- STAGE2_LOCATION is unused in MOVE
- IMAGE_LOCATION_REAL is unused in non MOVE
replace RAW_LOCATION_REL with IMAGE_LOCATION_REL
(the absolute symlink will now be relative, but that's ok here)
new macro IMAGE_LOCATION_REL
rename STAGE2_LOCATION_REL into STAGE2_LOCATION_ROOTED
(since STAGE2_LOCATION_REL is not relative, it's simply absolute when
chrooted)
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
* mdk-stage1/tools.h:
- create mount_clp_may_preload() out of handle_clp()
- rename handle_clp() to handle_move_clp() and simplify its use
test_that_cd() is now image_has_stage2()
* mdk-stage1/tools.c:
- create mount_clp_may_preload() out of handle_clp()
- rename handle_clp() to handle_move_clp() and simplify its use
fix typo
create save_fd() out of copy_file()
MODE_RAMDISK is now unused
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
test_that_cd() is now image_has_stage2()
drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE
* mdk-stage1/url.c, mdk-stage1/url.h: create str_ftp_error()
* mdk-stage1/directory.c: LIVE_LOCATION_REL doesn't exist anymore in MOVE
more comment
LIVE_LOCATION is better named LIVE_LOCATION_REL without the leading "/"
use image_has_stage2() (even if not equivalent for rescue since we now
check the stage2 stuff instead, but it should do)
drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE
* mdk-stage1/cdrom.c: more comment
test_that_cd() is now image_has_stage2()
drop IS_SPECIAL_STAGE2 in favor of IS_RESCUE
2004/11/04 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Create cfg dir if needed. Use xorg.conf.
Touch /etc/dhcpd.conf.etherboot.kernel if missing.
Ignore vmnet for broadcast address.
Start reworking PXE support.
Create cfg dir if needed, ignore vmnet for broadcast address.
Use xorg.conf. Touch dhcp.conf.etherboot.kernel.
2004/11/02 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/tools.c: rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKX
compile less things when MANDRAKE_MOVE is defined
(needed so that future commits can restrict define's in config-stage1.h)
* mdk-stage1/directory.c: cleanup (remove warning when compiling with
MANDRAKE_MOVE defined)
* mdk-stage1/config-stage1.h: rename MEM_LIMIT_RAMDISK into
MEM_LIMIT_DRAKX
* mdk-stage1/disk.h, mdk-stage1/tools.h, mdk-stage1/stage1.c,
mdk-stage1/network.h: compile less things when MANDRAKE_MOVE is defined
(needed so that future commits can restrict define's in config-stage1.h)
* mdk-stage1/disk.c: use IMAGE_LOCATION_DIR where it should be
compile less things when MANDRAKE_MOVE is defined
(needed so that future commits can restrict define's in config-stage1.h)
* mdk-stage1/network.c: normalize code
rename MEM_LIMIT_RAMDISK into MEM_LIMIT_DRAKX
normalize code
use IMAGE_LOCATION_DIR where it should be
compile less things when MANDRAKE_MOVE is defined
(needed so that future commits can restrict define's in config-stage1.h)
2004/11/02 rstandtke
* share/po/de.po: some fixes
2004/11/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm: perl_checker cleanups
(dmidecode) provide more fields
(computer_info) simplify
(dmidecode) handle multiple devices with same name
(computer_info) split it out of dmidecode()
* standalone/harddrake2, harddrake/data.pm: display more information
* install_steps.pm (setupBootloaderBefore) dmidecode() was renamed as
computer_info()
2004/10/29 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Anthill #1134 - advise user about anacron.
2004/10/28 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* pkgs.pm: IA-64 and X86-64 are full 64-bit arches thus don't need
kernel-enterprise
IA-64 and X86-64 are full 64-bit arches and thus don't need
kernel-enterprise
2004/10/28 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: corrections of errors
gi/perl-install/share/po/da.po
2004/10/28 Olivier Blin <oblin at mandrakesoft.com>
* network/isdn_consts.pm: support Philips Semiconductors DSL card
2004/10/28 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: bump buildrequires on ldetect and requires on
ldetect-lst so that
we've working support for freebox with USB link
10.1-27mdk
2004/10/28 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: remove idmap from winbind AD
change description for Active directory
Remove sasl entry
Add check button for tls
2004/10/27 Pixel <pixel at mandrakesoft.com>
* raid.pm: since we need mdadm, ensure we have it (bugzilla #12146)
* diskdrake/interactive.pm: warn about created partition with a given
mount point but not formatted
since we need mdadm, ensure we have it (bugzilla #12146)
* any.pm:
- handle setting memsize mem= kernel parameter in a special function
- rely on pack_append() to remove dups (using $uniq_dict_appends) in
set_append_with_key()
(drawback: it doesn't keep the order anymore)
split {get,set}_append() into {get,set}_append_with_key() and
{get,set}_append_simple()
remove dead code
modifying $e->{append} is useless since we override it with $append
* bootloader.pm:
- handle setting memsize mem= kernel parameter in a special function
- rely on pack_append() to remove dups (using $uniq_dict_appends) in
set_append_with_key()
(drawback: it doesn't keep the order anymore)
split {get,set}_append() into {get,set}_append_with_key() and
{get,set}_append_simple()
many kernel parameters alike "console=tty0 console=ttyS0,57600" can take
different values, so we now take the safe side and only remove dups for
parameters we know the last parameter is used (bugzilla #12055)
* install_steps.pm: split {get,set}_append() into
{get,set}_append_with_key() and {get,set}_append_simple()
nicer
* diskdrake/hd_gtk.pm: use ToggleButton instead of Button so that selected
partition is visually toggled
2004/10/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getUPS) fix again MGE USB UPSes
(getUPS) fix again MGE USB UPSes
(getUPS) fix again MGE USB UPSes
* standalone/drakups: backport working drakups
* network/ethernet.pm (mapIntfToDevice) do not try to match usb devices
since ldetect doesn't return
enough data (thus fixing 9box string)
2004/10/27 Warly <warly at mandrakesoft.com>
* install_any.pm: add more log into find_root_part
2004/10/26 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* share/list.x86_64: add 'synaptics' module so that testing works
add 'synaptics' module so that testing works
* fs/type.pm: older partition types (ntfs) are also available to x86_64
older partition types (ntfs) are also available to x86_64
* bootloader.pm: run grub chrooted
run grub chrooted
2004/10/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/eu.po: updated Basque file
2004/10/26 Pixel <pixel at mandrakesoft.com>
* authentication.pm: configure sshd to use PAM when needed (sshd config
file is modified, but i did not test more)
* install_any.pm: help perl_checker
in upgrade, when we need to migrate device names, we must write the
fstab
in upgrade, when we need to migrate device names, we must write the
fstab
* run_program.pm: do not use die when forked, use log::l + c::_exit
instead
do not use die when forked, use log::l + c::_exit instead
* install_steps_interactive.pm: in upgrade, when we need to migrate device
names, we must write the fstab
in upgrade, when we need to migrate device names, we must write the
fstab
* raid.pm: newly created raids must have a fs_type (this was dropped in
rev 1.45, it was an error)
newly created raids must have a fs_type (this was dropped in rev 1.45,
it was an error)
* Xconfig/various.pm, standalone/drakboot, bootloader.pm,
standalone/bootloader-config: detectloader must handle specially
raid-extra-boot=mbr-only (bugzilla #12089)
* install_steps.pm: detectloader must handle specially
raid-extra-boot=mbr-only (bugzilla #12089)
in upgrade, when we need to migrate device names, we must write the
fstab
in upgrade, when we need to migrate device names, we must write the
fstab
2004/10/26 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* crypto.pm: Remove spurious "my"
2004/10/26 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: Fix net join for winbind
Changer order dialog in AD
2004/10/26 Warly <warly at mandrakesoft.com>
* install_any.pm: include support of the oem configuration file to display
the correct product name
2004/10/25 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Some fixed
2004/10/25 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/eu.po, share/po/gl.po: updated Basque and Galician files
2004/10/25 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/po/fr.po: Merge French translations from cooker
2004/10/21 Daouda Lo <daouda at mandrakesoft.com>
* standalone/harddrake2:
- backport patches to MDK-10-update branch for oem
* standalone/printerdrake:
- backport fixes to MDK-10-update
2004/10/21 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: remove trailing slashes
2004/10/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/gl.po: updated Galician file
2004/10/19 Daouda Lo <daouda at mandrakesoft.com>
* standalone/printerdrake:
- perl_checker fixes
- don't hardcore distroname
- don't trigger help system when mandrake-doc-common is not installed
- don't trigger bug report in oem mode
* standalone/harddrake2:
- don't trigger help system when mandrake-doc-common is not installed
- don't trigger bug report in oem mode
- don't hardcode distro name (usefull for oem to change the distro
name at only one place)
2004/10/19 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: no need to set $::o->{locale} anymore
(it was introduced in 1.172, maybe for create_box_with_title(), but
doesn't seem useful anymore)
* standalone/net_monitor: really fix typo (ie revert gtknew() patch)
fix typo
simplify
2004/10/19 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Repair FTP supplementary media with overriding of
rpmsrate and compssUsers.pl
Installation with a ftp supplementary media (for mini-isos) :
inline the mirror list (since fetching it causes weird network
problems).
Fix the handling of relative urls in ftp media when fetching hdlists
file.
* pkgs.pm: Installation with a ftp supplementary media (for mini-isos) :
inline the mirror list (since fetching it causes weird network
problems).
Fix the handling of relative urls in ftp media when fetching hdlists
file.
* install_steps_interactive.pm: This deserves an explanation
Installation with a ftp supplementary media (for mini-isos) :
inline the mirror list (since fetching it causes weird network
problems).
Fix the handling of relative urls in ftp media when fetching hdlists
file.
* crypto.pm: There are mirrors in many new countries now. (and sort the
list)
Installation with a ftp supplementary media (for mini-isos) :
inline the mirror list (since fetching it causes weird network
problems).
Fix the handling of relative urls in ftp media when fetching hdlists
file.
2004/10/18 Warly <warly at mandrakesoft.com>
* crypto.pm: update version checking code of crypto.pm
2004/10/17 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2004/10/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
2004/10/16 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor (update) do not re-select the default interface
every 5 seconds
2004/10/16 rstandtke
* share/po/de.po: added some translations
2004/10/15 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/eu.po, share/po/es.po, share/po/am.po: updated
Basque and Amharic files
2004/10/15 Pixel <pixel at mandrakesoft.com>
* network/adsl.pm: cleanup
* network/tools.pm: cleanup thanks to perl_checker
* network/netconnect.pm: cleanup thanks to perl_checker
make perl_checker happy
2004/10/14 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/10/14 Pixel <pixel at mandrakesoft.com>
* lvm.pm: no need to run vgscan and vgchange in standalone
(nb: /etc/lvmtab is no more used, so i also dropped that check)
* network/tools.pm: simplify
cleanup thanks to perl_checker
* standalone/fileshareset: cleanup
perl_checker compliance
* rescue/devices.pl: create /dev/md* devices in rescue
* diskdrake/interactive.pm: document UUID md field
* standalone/drakups: perl_checker compliance
* standalone/harddrake2, standalone/service_harddrake: cleanup thanks to
perl_checker
* services.pm: simplify
simplify
* Xconfig/resolution_and_depth.pm: even if bugzilla #9755 says 24 bpp is
not valid for vmware, Nora Etukudo says the contrary on cooker.
the limitation seems to be "The guest X server must run at the same
depth and bpp as the host" which is hard to enforce in XFdrake
* raid.pm: put UUID instead of devices in mdadm.conf to be more device
naming independant
(as requested by Luca Berra on cooker)
* rescue/list: add /sbin/lvm2 to the rescue
* share/compssUsers.pl: remove unneeded parentheses
2004/10/13 Antoine Ginies <aginies at mandrakesoft.com>
* mdk-stage1/tools.c, mdk-stage1/stage1.h, mdk-stage1/tools.h,
mdk-stage1/url.c, mdk-stage1/stage1.c, mdk-stage1/network.c,
mdk-stage1/network.h, mdk-stage1/url.h: add new installation method (ka)
* mdk-stage1/stage1-data/stage1-with-ka.tar.bz2: add stage1 with ka-tools
2004/10/13 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/10/13 Pixel <pixel at mandrakesoft.com>
* standalone/fileshareset: "portmap status" prints "portmap (pid XXXX) is
running..." which bothers progs calling fileshareset (eg: gnome)
* install_steps_interactive.pm: make perl_checker happy
don't ask the security level in firewire meta_class
don't ask the security level in firewire meta_class
2004/10/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakfont: remove TODO entry regarding configurnig programs
that uses fontconfig
2004/10/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/ethernet.pm (get_eth_cards) workaround more buggy drivers that
returns a bogus driver name for the GDRVINFO command of the ETHTOOL
ioctl
* standalone/drakconnect (del_intf) fix crash introduced by trainee just
before the release :-(
* drakxtools.spec: 10.1-26mdk
* share/po/br.po: update
2004/10/11 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: in grub menu.lst, keep previous "serial ..." and
"terminal ..." lines (bugzilla #12054)
2004/10/11 Reinout van Schouwen <reinout at cs.vu.nl>
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
* DrakX
2004/10/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/ethernet.pm (get_eth_cards) fix another lying module
* drakxtools.spec: 10.1-25mdk
2004/10/11 Warly <warly at mandrakesoft.com>
* share/rpmsrate: use k3b-dvd by default
2004/10/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10.1-24mdk
2004/10/10 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2004/10/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po: updated Persian file
* share/po/uk.po: updated Ukrainian file
* share/po/uz.po, share/po/pl.po, share/po/zh_TW.po, share/po/pt.po,
share/po/fr.po, share/po/hu.po, share/po/uz@Latn.po: updated Uzbek
files; checked various po files against latest *.pot
* share/po/ja.po: updated Japanese file
* share/po/nb.po, share/po/es.po: updated Spanish and Bokmål files
* share/po/it.po: updated Italian file
2004/10/10 vljubovic
* share/po/bs.po: Fixing Bosnian translation
2004/10/09 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2004/10/09 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/10/09 Olivier Blin <oblin at mandrakesoft.com>
* network/adsl.pm (adsl_conf_backend) don't write ifcfg-ppp0 for
static/dhcp connections
* network/network.pm (configureNetwork2) remove
/etc/sysconfig/network-scripts/ethX files
that may have been created by sagem scripts
* standalone/drakconnect: remove /etc/sysconfig/network-scripts/ethX files
2004/10/08 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: 1660:Welcome to the Printer Setup Wizard
2004/10/08 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: jorge
2004/10/08 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/fr.po: updated Estonian po file
2004/10/08 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/po/fr.po: Missing French translations
2004/10/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: fix encapsulation for chinese ISPs (Funda Wang,
#10965)
* share/rpmsrate:
- install ppp for RTC modems
- install kppp too if KDE is selected
- install drivers for HSF and HCF modems
* .perl_checker: perl_checker cannot currently parse the "encoding" and
the "utf8" modules
* network/netconnect.pm: try /dev/ttyS14 too for serial modems (ie
internal PCI modems that
don't need any driver but export a serial port instead)
start slmodemd when installing it (thus preventing the average user to
have to restart his machine in order to get a working connection)
fix H[CS]F modems configuration (kernel packages were renamed)
* drakxtools.spec: one more change for 10.1-23mdk
10.1-23mdk
10.1-22mdk
2004/10/08 Warly <warly at mandrakesoft.com>
* share/rpmsrate: Simplify complicated Flags for ppp and kdenetwork-ppp
add shareutils installed by default in SYSTEM
2004/10/08 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/fr.po: updated Estonian po file
2004/10/08 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: on a recent kernel, we remove any existing devfs= kernel
option to enable udev
2004/10/08 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/po/fr.po: Missing French translations
Fixes
2004/10/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10.1-22mdk
2004/10/08 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: on a recent kernel, we remove any existing devfs= kernel
option to enable udev
2004/10/08 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/po/fr.po: Fixes
2004/10/07 Funda Wang <fundawang at linux.net.cn>
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/sr@Latn.po, share/po/sq.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/lv.po,
share/po/hu.po, share/po/fa.po, share/po/id.po, share/po/ru.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/am.po,
share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po,
share/po/fur.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: Updated POT
* share/po/zh_CN.po: Updated POT
Updated Simplified Chinese translation
2004/10/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po,
share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/vi.po,
share/po/fr.po, share/po/ta.po, share/po/nl.po, share/po/de.po,
share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
* network/adsl_consts.pm: corrected "Morocco" name; converted to UTF-8
2004/10/07 Thomas Backlund <tmb at mandrake.org>
* share/po/fi.po: update translations, 100% translated, was 22 fuzzy, 2
untranslated.
* share/po/sv.po: Updated translations, 100% translated, was 193 fuzzy,
138 untranslated.
Whopee.... Swedish translations are now also at 100% ....
2004/10/07 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: add chinese ISPs (fundawang@yeah.net, #10965)
* network/modem.pm (first_modem) fix crash at install time
* harddrake/data.pm: explain
2004/10/07 Pixel <pixel at mandrakesoft.com>
* Xconfig/various.pm, install_steps.pm, Xconfig/default.pm,
Xconfig/main.pm, harddrake/autoconf.pm:
- XFdrake can detect a auxmouse which was not detected by mousedrake
so we need to call various_xfree_conf()
- this implies adding parameter $do_pkgs to a few functions
* Xconfig/parse.pm: fix parsing fully commented Section. eg:
#Section "Extensions"
# Option "Composite" "Enable"
# Option "RENDER" "Enable"
#Endsection
2004/10/07 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/modem.pm (first_modem) fix crash at install time
2004/10/07 Pixel <pixel at mandrakesoft.com>
* Xconfig/various.pm, install_steps.pm, Xconfig/default.pm,
Xconfig/main.pm, harddrake/autoconf.pm:
- XFdrake can detect a auxmouse which was not detected by mousedrake
so we need to call various_xfree_conf()
- this implies adding parameter $do_pkgs to a few functions
* Xconfig/parse.pm: fix parsing fully commented Section. eg:
#Section "Extensions"
# Option "Composite" "Enable"
# Option "RENDER" "Enable"
#Endsection
2004/10/06 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: jorge
2004/10/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/am.po: updated Amharic file
* share/po/nb.po: updated Bokmål file
updated Bokmål file
2004/10/06 Thomas Backlund <tmb at mandrake.org>
* share/po/sv.po: updated translations, was 269 fuzzy, 193 untranslated,
is now 171 fuzzy, 136 untranslated, the rest will be done by
tomorrow (today?)
2004/10/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Bokmål file
2004/10/06 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: fix regexp decompose_vmlinuz_name (broke with kernel
vmlinuz-2.6.8.1-12.1mdk)
2004/10/06 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_steps_auto_install.pm: Unneccessary in cooker
2004/10/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: log one more change in 10.1-21mdk
10.1-21mdk
* detect_devices.pm (getUPS) fix detecting UPS devices
2004/10/05 Pablo Saratxaga <pablo at mandrakesoft.com>
* services.pm: fixed encoding problem with the output of start/stop init
scripts
(the output must be forced to utf-8 in order to have it displayed in
gtk2)
2004/10/05 Pixel <pixel at mandrakesoft.com>
* install_gtk.pm: no special theme for meta_class firewall
no special theme for meta_class firewall
* install_steps_interactive.pm: for meta_class firewall, call the general
netconnect function
don't warnAboutNaughtyServers if meta_class is firewall
for meta_class firewall, call the general netconnect function
don't warnAboutNaughtyServers if meta_class is firewall
* Makefile: remove bad uniq now unneeded
use TMPDIR
* Makefile.config: add TMPDIR
* install2.pm: don't install updates when meta_class is firewall
don't install updates when meta_class is firewall
* partition_table.pm: don't use devices::part_number(), otherwise it fails
with c0d0p* devices
* network/netconnect.pm: don't configure firewall after configuring
network during install
(in summary you can configure firewall directly)
2004/10/05 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_steps_auto_install.pm: Add a dummy ask_yesorno for autoinstalls
* crypto.pm: Further normalization of updates directories.
New mirror structure for official updates
2004/10/05 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2004/10/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getUPS) add proper support for "American Power
Conversion|Back-UPS"
(getUPS) fix port for MGE's USB UPSes
(getUPS) fix drivers
(getUPS) typo fix
(getUPS) detect "American Power Conversion" UPS too
* drakxtools.spec: 10.1-20mdk
10.1-19mdk
* standalone/drakups: in manual adding:
- let's have unique UPS names in the list
- fix reading driver from the list
write config in pure wizard mode
(writeconf) restart upsd daemon
install nut earlier
fix installing nut
* standalone/drakfont (font_choice) remove debug message
fix closing import dialog (#11052)
* ugtk2.pm (Gtk2::ComboBox->set_text) do not die in official release
* pkgs.pm (supplCDMountPoint) perl_checker cleanup
* standalone/drakconnect (save) applying changes can be quite time
expensive, especially with
ppp and wifi connections thus let's show the same "wait" dialog like
in the old interface
* network/adsl_consts.pm: add a few new ADSL ISP : Argentina (Speedy),
Austria (AON), Morrocco
(Maroc Telecom) and Thailand (Asianet) (baud)
fix wrong VCI which wasn't in hexa for brazililan Velox/Telemar ISP
(baud)
2004/10/05 Warly <warly at mandrakesoft.com>
* share/rpmsrate: fix madwifi_kernel in madwifi-kernel
2004/10/05 Pixel <pixel at mandrakesoft.com>
* Makefile: remove bad uniq now unneeded
remove unused specific_arch
* partition_table.pm: don't use devices::part_number(), otherwise it fails
with c0d0p* devices
* tools/specific_arch: specific_arch will now return only the specific
arch file, not the main one
(which is what we want for perl-install/share/symlinks,
perl-install/share/list and rescue/list)
2004/10/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10.1-19mdk
* ugtk2.pm (Gtk2::ComboBox->set_text) do not die in official release
* network/adsl_consts.pm: add a few new ADSL ISP : Argentina (Speedy),
Austria (AON), Morrocco
(Maroc Telecom) and Thailand (Asianet) (baud)
fix wrong VCI which wasn't in hexa for brazililan Velox/Telemar ISP
(baud)
2004/10/04 Olivier Blin <oblin at mandrakesoft.com>
* standalone/drakconnect (apply) recompute NETWORK and BROADCAST fiels in
manage interface
(manage) use both type and device name in non-ethernet interfaces list
(build_notebook) do not crash if BOOTPROTO is empty, use 'none' by
default (#11899)
* network/netconnect.pm: do not lose GATEWAYDEV if it is a non wireless
one and a static
wireless card is configured (and vice versa)
2004/10/04 rcasha
* share/po/mt.po: var
2004/10/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10.1-18mdk
typo fix in 10.1-17mdk's changelog
* standalone/service_harddrake: remove what should had never been commited
2004/10/04 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Fix "Corporate Desktop" advertisment
2004/10/04 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* mdk-stage1/dietlibc/include/sys/io.h: allow ioports on x86_64 too for
pcmcia support
* c/smp.c: 64-bit fixes for x86_64
* share/symlinks.x86_64: extra links on x86_64
* rescue/list.x86_64: add grub files
* Makefile: handle lib64 dirs, build pcmcia stuff on x86_64 too, handle
arch-specific
symlinks additions.
* fs/type.pm: re-enable xfs on x86_64, for testing
* Xconfig/card.pm: make perl_checker happy
x86_64 is a lib64 platform, so handle nvidia glx here too (and ati in
the future)
* share/list.x86_64: updates for xorg
* share/list: lib64 fixes, add im-cedilla
* mdk-stage1/rescue-gui.c: allow recovery of MS bootloader on x86 too
2004/10/04 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: 1645:
NOTE: Depending on the printer model and the printing system up to %d MB
of
additional software will be installed.
2004/10/04 Olivier Blin <oblin at mandrakesoft.com>
* network/netconnect.pm: do not lose GATEWAYDEV if it is a non wireless
one and a static
wireless card is configured (and vice versa)
write wlan-ng config files for prism2 drivers
2004/10/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po: updated Italian file
2004/10/04 rcasha
* share/po/mt.po: var
2004/10/04 rstandtke
* share/po/de.po: some additions
2004/10/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: remove what should had never been commited
do not disable glx when switching from nvidia driver to nv (indirect
support, #11285)
do not failled when hw db is corrupted
* share/po/br.po: fix inverted translation for autologin
* drakxtools.spec: 10.1-18mdk
typo fix in 10.1-17mdk's changelog
10.1-17mdk
10.1-16mdk
2004/10/04 Warly <warly at mandrakesoft.com>
* share/rpmsrate: mdkkdm is now the default again
2004/10/03 Jos� JORGE <jjorge at free.fr>
* share/po/pt.po: melo
2004/10/03 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
soft/menu-messages/da.po soft/mdkonline/po/da.po
soft/mountloop/po/da.po gi/perl-install/share/po/da.po
2004/10/03 Olivier Blin <oblin at mandrakesoft.com>
* network/adsl.pm: fix typo
(sagem_set_parameters, adsl_conf_backend): write static ip in
eagle-usb.conf if needed for sagem modems, else erase it
* install_steps_interactive.pm (configureNetwork) load only ethernet
modules before easy_dhcp (this
will load firewire modules after other ethernet modules, so firewire
interfaces won't always take the name eth0)
* network/netconnect.pm: remove TYPE field in ifcfg files if connection
type isn't ADSL
perl_checker fix
do not lose ONBOOT setting for manual/dhcp dsl connections
misc sagem fixes:
- allow to write static ip in eagle-usb.conf (write this file later)
- load sagem specific modules/programs before config is written
- do not reset IP address each time it is configured
- automatically guess gateway for static connections
do not break the "IP %s address is usually reserved" warning
2004/10/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/pt.po: updated Persian file; put back current
version of Portuguese file
2004/10/03 rcasha
* share/po/mt.po: var
2004/10/03 tsdgeos
* share/po/ca.po: Small updates for ca
2004/10/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cs.po: updated Czech file
2004/10/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: fix keyboard names
2004/10/01 Daouda Lo <daouda at mandrakesoft.com>
* tools/cvslog2changelog.pl:
- added Romain
2004/10/01 Frederic Lepied <flepied at mandrakesoft.com>
* network/network.pm: call the scripts in
/etc/sysconfig/network-scripts/hostname.d like the network
scripts are doing when changing the hostname.
2004/10/01 Olivier Blin <oblin at mandrakesoft.com>
* network/netconnect.pm: create $intf->{sagem} when needed before checking
it exists ...
(make sagem usable again with dhcp/static connections)
* mouse.pm (detect) fix synaptics auto-detection
2004/10/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
* share/po/uk.po: updated Ukrainian file
2004/10/01 Pixel <pixel at mandrakesoft.com>
* share/compssUsers.pl, share/compssUsers-powerpack.pl,
share/compssUsers-discovery.pl, share/compssUsers-powerpackplus.pl:
dynamically choose the compssUsers based on meta_class, so now we have
only one compssUsers.pl
* share/rpmsrate: revert part of the commit that was not done on purpose
(nb: don't modify rpmsrate *after* running clean-rpmsrate)
* pkgs.pm: fix logging rpmsrate_flags_chosen
* install2.pm:
- prosuite is now named powerpackplus
- simplify the code searching for the meta_class
fix logging rpmsrate_flags_chosen
2004/10/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakups: add --wizard option in order to directly run the
wizard
do not show banner when embedded
* standalone/service_harddrake.sh: run harddrake service on stop
* share/rpmsrate: try harder to include IMs on CDs
* standalone/service_harddrake: on stop blacklist snd-usb-audio
* standalone/man/C/man8/drakconnect.8: typo fixes
* drakxtools.spec: 10.1-15mdk
10.1-14mdk
10.1-13mdk
* detect_devices.pm: perl_checker cleanup
2004/10/01 Pixel <pixel at mandrakesoft.com>
* share/rpmsrate: revert part of the commit that was not done on purpose
(nb: don't modify rpmsrate *after* running clean-rpmsrate)
* pkgs.pm: fix logging rpmsrate_flags_chosen
* share/compssUsers.pl, share/compssUsers-powerpack.pl,
share/compssUsers-discovery.pl, share/compssUsers-powerpackplus.pl:
dynamically choose the compssUsers based on meta_class, so now we have
only one compssUsers.pl
* install2.pm:
- prosuite is now named powerpackplus
- simplify the code searching for the meta_class
fix logging rpmsrate_flags_chosen
2004/09/30 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: 1612: Edit selected server
2004/09/30 marco
* share/po/it.po: fix
2004/09/30 Thomas Backlund <tmb at mandrake.org>
* share/po/fi.po: Updated translations, 100% translated, was 17 fuzzy, 78
untranslated.
2004/09/30 David Baudens <baudens at mandrakesoft.com>
* share/compssUsers.powerpack, share/rpmsrate, share/compssUsers.pl,
share/compssUsers-discovery.pl, share/compssUsers.server,
share/compssUsers.desktop, share/compssUsers-powerpack.pl,
share/compssUsers-powerpackplus.pl: Update
2004/09/30 Daouda Lo <daouda at mandrakesoft.com>
* standalone/net_applet:
- Numeric comparisons
2004/09/30 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/09/30 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: 1425:WARNING: this device
2004/09/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* authentication.pm: removed "\t" and "\n" out of translatable strings to
avoid useless
duplication; fixed English typographic errors (don't put spaces
before colons!).
* share/po/hr.po, share/po/sv.po: updated pot file
updated pot file
updated Croatian and Swedish files
* share/po/ja.po: updated po file
updated pot file
updated pot file
* share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/be.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/ltg.po, share/po/nb.po, share/po/ky.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/fur.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/vi.po,
share/po/fr.po, share/po/ta.po, share/po/nl.po, share/po/de.po,
share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
updated pot file
2004/09/30 Pixel <pixel at mandrakesoft.com>
* lvm.pm: don't die when device-mapper is missing (occurs on 2.4 kernel)
(bugzilla #11834)
* authentication.pm: kinds() must return all kinds
only allow Active Directory for the corporate product
revert enhancement commit since we are in deep freeze
* standalone/drakauth, install_steps_interactive.pm: only allow Active
Directory for the corporate product
2004/09/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: typo fix
list tablets too with mice
use a distinct icon for UPS devices in harddrake GUI
fix UPS devices listed in both "UPS" and "unknown" classes
list all mice and keyboards (thus lowering unknown hardware in
hwdb-clients)
* lang.pm (configure_kdeglobals) set KDE in m17n emvironment if needed
* drakxtools.spec: split localedrake menu entry in two ones:
- one for user config
- one for system (embedded in mcc)
add one missing log in 10.1-12mdk
10.1-12mdk
* share/po/br.po: translate reverted messages so that they got smoothly
uncommented once
drakauth changes are merged back after mdk10.1 release
update
* standalone/icons/harddrake2/ups.png: use a distinct icon for UPS devices
in harddrake GUI
* detect_devices.pm (getUPS) provide more data on UPS (arnaud quette)
(getInputDevices) introduce it in order to list input devices
2004/09/30 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: Remove ssl config in ldap
Add pam_mkhomedir for ldap
2004/09/29 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: check every 5 seconds (instead of 20) for new or
disconnected interfaces (#11780)
2004/09/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/es.po: corrected typo
2004/09/29 Pixel <pixel at mandrakesoft.com>
* interactive/gtk.pm:
- disable the new gtk smart search which display an entry box
- fix return value of key_press_event for some cases
(otherwise arrow keys do not work)
2004/09/29 rcasha
* share/po/mt.po: var
2004/09/29 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2004/09/29 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: Add more new entry for LDAP
2004/09/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/es.po: corrected typo
2004/09/29 Pixel <pixel at mandrakesoft.com>
* partition_table/raw.pm, fsedit.pm: don't die when failing to open a
device (to get its geometry), skip it instead
(as used to be done before partition_table::raw::get_geometries() was
introduced)
* interactive/gtk.pm:
- disable the new gtk smart search which display an entry box
- fix return value of key_press_event for some cases
(otherwise arrow keys do not work)
* any.pm: add raid-extra-boot=mbr when installing on mdX (bugzilla #11699)
* modules.pm: fix titi sux
* install_steps.pm: ensure gdk loaders, gtk immodules and pango modules
lists are correct
2004/09/29 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: install_urpmi now writes a names file for each media
2004/09/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* lang.pm (write) fix setting fonts at install time
* modules.pm (write_preload_conf) simplify
(write_preload_conf) preload nvram on laptops
* standalone.pm (version) print translated usage message (#5657)
* share/po/br.po: update
2004/09/28 Olivier Blin <oblin at mandrakesoft.com>
* network/netconnect.pm: test if IP address is already used for static
interfaces
(do not test for sagem DSL devices since it may use many ifcfg files)
2004/09/28 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: More logs on install_urpmi
2004/09/28 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2004/09/28 Frederic Lepied <flepied at mandrakesoft.com>
* share/rpmsrate: madwifi_pci => ath_pci
2004/09/28 Pixel <pixel at mandrakesoft.com>
* rescue/install_bootloader: handle /etc/mandrakelinux-release
* Xconfig/xfree.pm: use Driver "keyboard" instead of "Keyboard" (for Xorg
6.8)
* install_steps.pm, printer/main.pm, standalone/printerdrake,
printer/printerdrake.pm, install_steps_interactive.pm:
- make printer::printerdrake::install_spooler() work with an optional
$in
- many functions now take $security (which used to be taken from $in
during install)
- fix some functions with empty prototype but still using a parameter
- remove some unused variable
- rename some $_foo vars to $foo since those vars are used
- add some undef to some function calls to be minimally perl_checker
compliant
- perl_checker compliant optional parameters in
start_spooler_on_boot(), install_spooler()
2004/09/28 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: More logs on install_urpmi
2004/09/28 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, printer/main.pm, standalone/printerdrake,
printer/printerdrake.pm, install_steps_interactive.pm:
- make printer::printerdrake::install_spooler() work with an optional
$in
- many functions now take $security (which used to be taken from $in
during install)
- fix some functions with empty prototype but still using a parameter
- remove some unused variable
- rename some $_foo vars to $foo since those vars are used
- add some undef to some function calls to be minimally perl_checker
compliant
- perl_checker compliant optional parameters in
start_spooler_on_boot(), install_spooler()
2004/09/27 Olivier Blin <oblin at mandrakesoft.com>
* network/tools.pm: I sux, fix priority
(bg_command_as_root) use kdesu in kde
(get_default_gateway_interface) try to detect default connection in
this order : adsl > isdn > modem > ethernet
* mouse.pm: use input/mice instead of psaux for synaptics touchpads
(#11771)
(input/mice won't work with 2.4 kernels, but it doesn't matter since
the config file is rewritten at boot on major kernel change, and
synaptics devices are not configured for 2.4 kernels)
* network/netconnect.pm: ask to connect for isdn_external too
don't scramble $netcnx->{type}
ask to connect for modem/isdn connections too (crappy fix, this needs
to be redesigned once 10.1 is out)
we really support all linmodems (including Hsf and Hcf ones) with 2.6
kernels
2004/09/27 Pixel <pixel at mandrakesoft.com>
* partition_table/lvm_PV.pm: fix typos
simplify and handle LVM2, *but* since creating a LVM2 PV on a non
partitioned
drive doesn't modify the MBR, it won't help if the MBR is empty or a
valid dos
partition table, since those are checked first... but i won't change
this so
late in the release cycle
2004/09/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* lang.pm: fix last commit
* standalone/drakperm (get_user_or_group) list users rather than groups
when requested for
(anthill #1161)
2004/09/27 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* share/rpmsrate.corpo-server: mandrakegalaxy
* share/rpmsrate.corpo-desktop: clean-ups (factor out) + fixes for lib64
packages
2004/09/27 Olivier Blin <oblin at mandrakesoft.com>
* network/netconnect.pm: we really support all linmodems (including Hsf
and Hcf ones) with 2.6 kernels
2004/09/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cs.po: updated Czech file
* share/po/bn.po: updated Bengali and Ukrainian files
* share/po/uk.po: updated Ukrainian file
updated Bengali and Ukrainian files
* lang.pm: fixed KDE font names to match currently shiped Xfs font names
2004/09/27 Pixel <pixel at mandrakesoft.com>
* partition_table/lvm_PV.pm: fix typos
simplify and handle LVM2, *but* since creating a LVM2 PV on a non
partitioned
drive doesn't modify the MBR, it won't help if the MBR is empty or a
valid dos
partition table, since those are checked first... but i won't change
this so
late in the release cycle
* fs.pm: fix typo
* partition_table/dos.pm: fail if legacy_sectors_per_track or
legacy_max_head doesn't exist instead of returning garbage (bugzilla
#11738)
perl_checker compliance
don't call compute_nb_cylinders() before checking {sectors} and {heads}
are valid
* pkgs.pm, install2.pm: better logging
* Makefile: remove from perl-Gtk2 directories from /tmp/list to have less
warnings
2004/09/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* lang.pm: fix last commit
* standalone/drakperm (get_user_or_group) list users rather than groups
when requested for
(anthill #1161)
2004/09/27 Warly <warly at mandrakesoft.com>
* share/rpmsrate.corpo-server, share/rpmsrate.corpo-desktop: add ximian
connector with evolution and change mdkonline to mdkonline-backend
2004/09/26 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: perl-install:1310
Manual choice
2004/09/26 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: I am stupid, start when asked to start, stop
when asked to stop
* standalone/net_applet: fix again running processes detection
(go2state) do not destroy/re-create menu if state hasn't changed, or
else the menu may disappear without any reason
* standalone/drakroam (ConnectNow) specify device to iwconfig when
applying settings (partial fix for #11279)
2004/09/26 rcasha
* share/po/mt.po: var
2004/09/25 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: DrakX-zh_TW: 1283
The most common
2004/09/24 Frederic Lepied <flepied at mandrakesoft.com>
* install_steps.pm: Mandrakelinux
* share/rpmsrate: slmodem-kernel and bluez-utils
2004/09/24 Pixel <pixel at mandrakesoft.com>
* printer/printerdrake.pm: don't ask when $in is not set in
security_check()
* install_steps_interactive.pm: oops, i missed a ->cleanupPrinter here.
inline it here too
install_steps must not call a method only defined in
install_steps_interactive, inline it
* standalone/bootloader-config: fix typos in usage
* install_steps.pm: install_steps must not call a method only defined in
install_steps_interactive, inline it
* fsedit.pm: increase the max size of the swap
2004/09/24 Reinout van Schouwen <reinout at cs.vu.nl>
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
* DrakX
2004/09/24 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Fix field name
Remove dead code
Better handling of relative paths
Ask only once for a supplementary CD
Fix 10.0-style paths
* pkgs.pm: Save hdlists and synthesis as user root
Remove unused code
2004/09/24 tsdgeos
* share/po/ca.po: Small catalan updates
2004/09/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not disable ifplugd support for wireless cards
* standalone/drakups (add_device_wizard) refix list refreshing on UPS
adding
* drakxtools.spec: fix 10.1-11mdk's changelog
10.1-11mdk
2004/09/23 Olivier Blin <oblin at mandrakesoft.com>
* standalone/drakupdate_fstab: allow SYNC=no option in
/etc/sysconfig/dynamic
* network/modem.pm (ppp_configure) add a specific udev script in addition
to the udev
rules file to create /dev/modem (ttySL0 is a symlink, udev won't be
called when it's created)
* network/netconnect.pm: install kernel packages for winmodems
* network/adsl.pm (adsl_probe_info) fix old typo, do not reset vpi and vci
if vpi is
zero
2004/09/23 Pixel <pixel at mandrakesoft.com>
* install_interactive.pm: call fsedit::auto_allocate() with
$o->{partitions} so be able to fix a partitioning scheme in a defcfg
2004/09/23 rcasha
* share/po/mt.po: var
2004/09/23 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* Makefile.config, Makefile: Introducing TMPDIR
* install_any.pm: Missing bit from the trunk
2004/09/23 rstandtke
* share/po/de.po: some additions and fixes
2004/09/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: do not install scim for hindic (native keyboards're
availlable)
gives a change to be on CDs to skim
* share/po/br.po: update
* lang.pm: add support for SKIM IM
install x-unikey for vietnamese (aka sync with share/rpmsrate)
use Sazanami Gothic for everything in japanese (Yukiko Bando)
2004/09/22 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: simplify
* network/adsl_consts.pm: rename "|T�l�2 128k " as "|T�l�2" so that users
don't choose a random
provider with wrong vci/vpi settings
* network/netconnect.pm: use ttySL0 for slmodem, so that a symlink to
/dev/modem is done (#8947
again)
2004/09/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
* share/po/ja.po: updated Japanese file
2004/09/22 Pixel <pixel at mandrakesoft.com>
* partition_table/dos.pm: remove the backtrace
more logging
* install2.pm: don't set {meta_class} from file VERSION when it is already
given on cmdline
* fsedit.pm: fix an old ugly typo
* partition_table.pm: better logging
* devices.pm: module aes is now named aes-i586 (bugzilla #11588)
* lvm.pm: call pvremove on every PVs when destroying a VG (to clear the
LVM2 magic) (bugzilla #11579)
* fs.pm: silently ignore encrypted filesystems with no encrypt_key
don't add /dev/pts line in fstab anymore (it's done in initrd and udev)
2004/09/22 rcasha
* share/po/mt.po: var
2004/09/22 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm: New method
selectSupplMedia
* Makefile: Separate mdkinst_stage2 step in makefile
* pkgs.pm: Don't read packages twice
Fix variable name
Handle reading multiple "hdlists" files (for supplementary media)
More CD�rom mountpoint flexibility
Better error reporting with rpm installation failures
Always return a hashref from pkgs::packageMedium()
* install_any.pm: A trimmed-down version of the supplementary media
handling routine of
10.1 community. It handles only supplementary CDs.
Selection of supplementary media is now a method.
Backport utility functions from 10.1
Cope with different cd-rom mountpoints
2004/09/22 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2004/09/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: before exclamation marks, ellipsises, question marks and
colons:
- replace spaces by non breaking spaces where appropriate
- add missing spaces
* share/po/fr.po: fix badly phrased translation
before exclamation marks, ellipsises, question marks and colons:
- replace spaces by non breaking spaces where appropriate
- add missing spaces
fix a translation
2004/09/21 David Baudens <baudens at mandrakesoft.com>
* share/advertising/lpi.png, share/advertising/list-pwp,
share/advertising/lpi.pl, share/advertising/list-dwd,
share/advertising/list-dis, share/advertising/list-ppp: Add LPI
advertisement
2004/09/21 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/09/21 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com>
* mdk-stage1/pcmcia_/cs.h, mdk-stage1/pcmcia_/cardmgr.c,
mdk-stage1/pcmcia_/ds.h, mdk-stage1/pcmcia_/yacc_config.h,
mdk-stage1/pcmcia_/cs_types.h, mdk-stage1/pcmcia_/vg468.h,
mdk-stage1/pcmcia_/yacc_config.c, mdk-stage1/pcmcia_/i82365.h,
mdk-stage1/pcmcia_/driver_ops.h, mdk-stage1/pcmcia_/cirrus.h: clean-up,
merge, fix pcmcia subsystem to make it work on x86_64
* mdk-stage1/init.c: dirty little hack from pixel/gc to let mdk stage1
work with newer kernels
("testing" variable is supposedly obsolete btw)
* mdk-stage1/rescue-gui.c: make it possible to restore windows boot loader
on x86_64 too
* share/rpmsrate: rebreakify, tv likes it
- use correct name for mandrakegalaxy
- install cxoffice if available
- move rp-pppoe to appropriate location
* rescue/list.x86_64: add grub stuff to rescue
* bootloader.pm: run grub installation program in chroot so that to avoid
weird pbs at times
* mdk-stage1/stage1.c: same dirtly little hack (a cleanup actually)
* share/list: add missing gtk module (im-cedilla), arrangements for new
pango
* mdk-stage1/Makefile: pcmcia works on x86_64 too, update stage1 build for
10.0
* mdk-stage1/dietlibc/include/sys/io.h: define io ports on x86_64 too for
pcmcia stuff
2004/09/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/eu.po: updated Basque file
2004/09/21 Pixel <pixel at mandrakesoft.com>
* Xconfig/main.pm: allow ignoring X config file when it contains errors
* mouse.pm: don't allow a broken X configuration to break mouse
configuration
2004/09/21 Tibor Pittich <Tibor.Pittich at phuture.sk>
* share/po/sk.po: updated slovak translation
2004/09/21 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
typo fix
2004/09/21 Warly <warly at mandrakesoft.com>
* pkgs.pm: temporary workarround to fix extra CD
* install_steps_gtk.pm: do not display workstation entries in corporate
server
* share/rpmsrate, share/compssUsers.corpo-server,
share/rpmsrate.corpo-server, share/po/DrakX.pot,
share/rpmsrate.corpo-desktop, share/advertising/dwd-01.pl,
share/themes-corporate.rc, share/list, share/po/fr.po: Added some
corporate specific changes
* install_steps_interactive.pm: Display group selection in corporate
* any.pm: do not use default autologin in corporate
* Makefile: revert wrongly uploaded Makefile
Added some corporate specific changes
* install_gtk.pm: use corporate gtk theme in corporate
2004/09/21 Youcef Rabah Rahal <rahal at arabeyes.org>
* share/po/ar.po: Arabic translation
Arabic translation
2004/09/20 Olivier Blin <oblin at mandrakesoft.com>
* network/adsl.pm (adsl_conf_backend) do not let speedtouch-start launch
connection
* network/network.pm: more zeroconf fixes (zcip isn't a service, stop
tmdns service if
zeroconf is disabled, check tmdns init file in prefix/etc)
* network/netconnect.pm: do not write config two times for lan connections
2004/09/20 Pixel <pixel at mandrakesoft.com>
* diskdrake/interactive.pm, devices.pm, fs/type.pm, fs/mount_options.pm,
install_steps.pm, standalone/drakupdate_fstab, install_any.pm,
install_steps_interactive.pm, partition_table.pm:
- add field {part_number} for partitions
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names
when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use
them
* fs.pm: perl_checker compliance
- add field {part_number} for partitions
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names
when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use
them
2004/09/20 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* pkgs.pm: Fix supplementary CDs with any kind of media
2004/09/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* security/help.pm: add translator hints; real fix will be in mdk10.2:
s!N("(.*?) \"(ALL)\" (.*?)"!N("\1 %s \3", N("\2"))! and the like
2004/09/20 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: remove connection time timer if connection fails
(fix #11590)
* network/adsl.pm (adsl_conf_backend) use avmadsl option for capi cards to
use settings
generated by drdsl
* network/netconnect.pm: do not write config two times for lan connections
move "Start at boot" step for lan-like adsl/cable connections
* network/network.pm: more zeroconf fixes (zcip isn't a service, stop
tmdns service if
zeroconf is disabled, check tmdns init file in prefix/etc)
2004/09/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/da.po: merged with current pot file
2004/09/20 Pixel <pixel at mandrakesoft.com>
* diskdrake/interactive.pm, devices.pm, fs/type.pm, fs/mount_options.pm,
install_steps.pm, standalone/drakupdate_fstab,
install_steps_interactive.pm, partition_table.pm:
- add field {part_number} for partitions
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names
when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use
them
* fs.pm: perl_checker compliance
- add field {part_number} for partitions
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names
when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use
them
- don't use fs::get_info_from_fstab() in install_any::use_root_part()
to be able to handle
renamed devices
- fs::get_info_from_fstab() doesn't take a prefix anymore
- small perl_checker fix in install_any.pm
* install_any.pm:
- add field {part_number} for partitions
(handle it in subpart_from_wild_device_name(), partition_table::read())
- create migrate_device_names() to handle the change of device names
when
changing kernel&modules (eg: hde->hda or hda->sda)
- change prototype of install_any::use_root_part()
(prefix is dropped, optional $in is added)
- create fs::type::can_be_this_fs_type() and use it
- create devices::part_number() and devices::part_prefix() and use
them
- don't use fs::get_info_from_fstab() in install_any::use_root_part()
to be able to handle
renamed devices
- fs::get_info_from_fstab() doesn't take a prefix anymore
- small perl_checker fix in install_any.pm
* standalone/drakboot, network/tools.pm, standalone/diskdrake,
standalone/bootloader-config:
- don't use fs::get_info_from_fstab() in install_any::use_root_part()
to be able to handle
renamed devices
- fs::get_info_from_fstab() doesn't take a prefix anymore
- small perl_checker fix in install_any.pm
2004/09/20 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/po/fr.po: Fix typo
* pkgs.pm: Fix supplementary CDs with any kind of media
* install_any.pm: Remove no longer necessary hack.
2004/09/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakups (add_device_wizard) default to automatic detection
* share/po/br.po: update
2004/09/19 Funda Wang <fundawang at linux.net.cn>
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/09/19 (Hilbert) <h at mandrake.org>
* share/po/zh_TW.po: DrakX-zh_TW: 1210
Circular mounts
2004/09/19 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates (ugh!)
gi/perl-install/share/po/da.po
Updates
gi/perl-install/share/po/da.po
updates
gi/perl-install/share/po/da.po
2004/09/18 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
gi/perl-install/share/po/da.po
updates
gi/perl-install/share/po/da.po
updates
gi/perl-install/share/po/da.po
2004/09/17 Keld J�rn Simonsen <keld at dkuug.dk>
* share/po/da.po: updates
gi/perl-install/share/po/da.po
Updates
soft/drakbt/po/da.po soft/drakpxelinux/po/da.po
gi/perl-install/share/po/da.po
2004/09/17 Olivier Blin <oblin at mandrakesoft.com>
* standalone/service_harddrake: update iftab when new ethernet devices are
detected
probe firewire and pcmcia network devices too
* network/ethernet.pm (configure_eth_aliases) don't write aliases for
pcmcia cards but
remove them, or else the pcmcia service won't be started correctly
(the ethernet module being loaded, pcmcia_core would be loaded too,
and the pcmcia service would think it is already started ...)
(configure_eth_aliases) kill code that can't do anything good
(remove_alias isn't intended to be used with the module name)
* network/adsl.pm (adsl_conf_backend) make sure the speedtch kernel module
won't be hidden
* network/network.pm (configureNetwork2) really enable zeroconf if
zeroconf is requested
(configureNetwork2) write blank zeroconf hostname if zeroconf is
disabled, else drakconnect will assume it is enabled
(configureNetwork2) use services do disable zeroconf, do not disable
if it doesn't exist (to avoid warnings in console)
2004/09/17 Pixel <pixel at mandrakesoft.com>
* partition_table/dos.pm, partition_table/raw.pm, fsedit.pm: try to get
geometry from EDD
2004/09/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakups: perl_checker cleanup
remove debug message :-)
refresh UPS list when adding a new UPS though the add wizard
(add_device_wizard) fix automatically detect/add an UPS
* share/rpmsrate: install NUT for "American Power Conversion|Back-UPS Pro
500" too
* drakxtools.spec: 10.1-10mdk
|