summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-19 13:23:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-19 13:23:23 +0000
commit8df7430b9c2e33508b08c91ca25b092a0117f867 (patch)
tree2653270711050c24d6a0e7da92ab783d81ef5c42
parent64c87a5d530c14fb9796cc65bc4396474bfdeb25 (diff)
downloaddrakx-backup-do-not-use-8df7430b9c2e33508b08c91ca25b092a0117f867.tar
drakx-backup-do-not-use-8df7430b9c2e33508b08c91ca25b092a0117f867.tar.gz
drakx-backup-do-not-use-8df7430b9c2e33508b08c91ca25b092a0117f867.tar.bz2
drakx-backup-do-not-use-8df7430b9c2e33508b08c91ca25b092a0117f867.tar.xz
drakx-backup-do-not-use-8df7430b9c2e33508b08c91ca25b092a0117f867.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog165
1 files changed, 165 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 6c594f997..15f5a119b 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,168 @@
+2002/07/19 Christian Belisle <cbelisle@mandrakesoft.com>
+
+ * any.pm:
+ - remove any msec related functions
+ - remove 'use security::msec'
+
+2002/07/19 Damien Chaumette <dchaumette@mandrakesoft.com>
+
+ * standalone/drakconnect:
+ - any::setup_thiskind_backend changed in any::load_category_no_message
+
+2002/07/19 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * share/po/pt.po: updated Portuguese file
+
+2002/07/19 Pixel <pixel@mandrakesoft.com>
+
+ * standalone/XFdrake: rename $i in $X (to have the same as
+ Xconfigurator.pm)
+
+ * Xconfigurator.pm:
+ - don't write XF86Config when no {card}{server}
+ - don't write XF86Config-4 when no {card}{driver}
+ - workaround mixing values from existing config and
+ cardConfigurationAuto()
+ - fix asking VideoRam
+ - fix device0 in XF86Config
+ - use "device1", "device2"... for "Device" Identifier
+ - restore having a nice VendorName + BoardName
+ (since Identifier is not very useful)
+ - get {card}{Chipset} from existing XF86Config
+ - use $::prefix
+ - drop obsolete stuff: Ramdac, Dacspeed, Clockchip
+ - drop {card}{flags}, the few flags are moved directly to {card}
+ - force_xf4 is now a global in Xconfigurator
+ - create new functions for better modularity: multi_head_config,
+ xfree_and_glx_choices, xfree_and_glx_choose
+ - for ppc, allow choosing DRI or not
+ - need flag {card}{use_DRI_GLX} and {card}{use_UTAH_GLX} deciding
+ wether
+ to use DRI_GLX or UTAH_GLX. That way, {card}{DRI_GLX}, {card}{UTAH_GLX}
+ are only flags allowing or not DRI/UTAH.
+ - {card}{use_xf4} is dropped. New function using_xf4 has this
+ functionality. The flags are now:
+ - using XF4 if {driver} && !{prefer_xf3} otherwise using XF3
+ - error if $force_xf4 && !{driver} || !{driver} && !{server}
+ - internal error if $force_xf4 && {prefer_xf3} || {prefer_xf3} &&
+ !{server}
+ - {card}{description} contains what used to be {card}{identifier}
+ - rename {card}{type} to {card}{card_name}
+ - drop {monitor}{type}
+
+ * interactive.pm: nicer error message when {val} is not set for ask_from &
+ list
+
+ * Xconfig.pm:
+ - use "device1", "device2"... for "Device" Identifier
+ - restore having a nice VendorName + BoardName
+ (since Identifier is not very useful)
+ - get {card}{Chipset} from existing XF86Config
+ - use $::prefix
+ - drop obsolete stuff: Ramdac, Dacspeed, Clockchip
+ - drop {card}{flags}, the few flags are moved directly to {card}
+ - force_xf4 is now a global in Xconfigurator
+ - create new functions for better modularity: multi_head_config,
+ xfree_and_glx_choices, xfree_and_glx_choose
+ - for ppc, allow choosing DRI or not
+ - need flag {card}{use_DRI_GLX} and {card}{use_UTAH_GLX} deciding
+ wether
+ to use DRI_GLX or UTAH_GLX. That way, {card}{DRI_GLX}, {card}{UTAH_GLX}
+ are only flags allowing or not DRI/UTAH.
+ - {card}{use_xf4} is dropped. New function using_xf4 has this
+ functionality. The flags are now:
+ - using XF4 if {driver} && !{prefer_xf3} otherwise using XF3
+ - error if $force_xf4 && !{driver} || !{driver} && !{server}
+ - internal error if $force_xf4 && {prefer_xf3} || {prefer_xf3} &&
+ !{server}
+ - {card}{description} contains what used to be {card}{identifier}
+ - rename {card}{type} to {card}{card_name}
+ - drop {monitor}{type}
+
+ * install_steps.pm: don't pass the prefix parameter, not needed/wanted
+ anymore
+
+2002/07/18 Christian Belisle <cbelisle@mandrakesoft.com>
+
+ * standalone/draksec: create the main() function in security.pm
+
+ * security.pm: Re-Addition: will contain the security related (but not
+ related to any apps)
+ funtioncs and the draksec interface.
+ removing
+
+ * security/msec.pm:
+ - add prefix var in file names
+ - remove useless expert_mode var
+ - add get_options(): will be used to get various options from msec
+ move the msec related functions from any.pm to msec.pm. create
+ sec_options
+
+2002/07/18 Damien Chaumette <dchaumette@mandrakesoft.com>
+
+ * network/netconnect.pm: . draknet renamed in drakconnect
+
+2002/07/18 François Pons <fpons@mandrakesoft.com>
+
+ * install_any.pm: fixes allowNVIDIA_rpms against perl-URPM.
+ really fixes it.
+ fixes error if package is not found (regression fixed).
+
+ * pkgs.pm: removed all the commented out code obsoleted.
+ fix speed improvement for computeGroupSize by computing closure directly
+ (in
+ order to have an approximative size, not the real one).
+ add back change CD support.
+
+ * standalone/XFdrake: fixes with new urpm library of urpmi.
+
+2002/07/18 Pixel <pixel@mandrakesoft.com>
+
+ * install2.pm:
+ - set $::prefix
+ - drop $o->{root} (was "/tmp/root-perl-install" when testing but
+ completly unused)
+
+ * standalone/XFdrake, install_steps_interactive.pm: don't pass the prefix
+ parameter, not needed/wanted anymore
+
+ * Xconfigurator.pm, Xconfigurator_consts.pm, Xconfig.pm:
+ - %standard_monitors are now in Cards+, dropping them
+ - multi head support generalized, now based on Cards+ MULTI_HEAD
+ - fix some ModeLines being written twice in XF86Config
+ - remove setting DefaultFbBpp to 32
+ (since it is the default in all my tests)
+
+ * common.pm, install_any.pm: use $::prefix instead of $::o->{prefix}
+
+2002/07/18 Stew Benedict <sbenedict@mandrakesoft.com>
+
+ * install_any.pm, install_steps_interactive.pm: add support/option for
+ Windows(tm) authentication via winbind
+
+2002/07/18 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * drakxtools.spec: 7mdk changes
+ 6mdk final changes
+
+ * harddrake/bttv.pm: useless standalone dependancy for pixel fscking
+ checker
+
+ * Makefile: faster startup: remove use (diagnostics|vars|strict) in srpm
+ target as
+ in local target (dams fsck)
+
+ * harddrake/TODO: update
+
+ * harddrake/data.pm: s/draknet/drakconnect/
+ - bump version number
+ - move scsi & ata controllers, tv-audio, dvd, burners, ... in their
+ own "non configurable" sections
+
+2002/07/18 warly
+
+ * share/logo-mandrake.png: install logo for 9.0 beta 1
+
2002/07/18 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fix speed improvement for computeGroupSize by computing closure