summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-30 14:57:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-30 14:57:24 +0000
commit577197891bdbf188d78357c15f2082fff012aac0 (patch)
tree9d097bc55790a336c43b7de1af9db269d1949b39 /perl-install/ChangeLog
parenta6481196e20738d22d589bbb2145ae9dc29697db (diff)
downloaddrakx-backup-do-not-use-577197891bdbf188d78357c15f2082fff012aac0.tar
drakx-backup-do-not-use-577197891bdbf188d78357c15f2082fff012aac0.tar.gz
drakx-backup-do-not-use-577197891bdbf188d78357c15f2082fff012aac0.tar.bz2
drakx-backup-do-not-use-577197891bdbf188d78357c15f2082fff012aac0.tar.xz
drakx-backup-do-not-use-577197891bdbf188d78357c15f2082fff012aac0.zip
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r--perl-install/ChangeLog102
1 files changed, 101 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 79b9dad93..2d6520c89 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,103 @@
+2004/01/30 Damien Chaumette <dchaumette at mandrakesoft.com>
+
+ * standalone/drakconnect:
+ - show gateway in ethernet only
+ - hide gateway Entry in dhcp mode
+
+2004/01/30 Nicolas Planel <nplanel at mandrakesoft.com>
+
+ * install_steps.pm: add/fix various/agpgart section
+
+2004/01/30 Pablo Saratxaga <pablo at mandrakesoft.com>
+
+ * share/po/et.po, share/po/fi.po: updated Estonian and Finnish files
+
+2004/01/30 Pixel <pixel at mandrakesoft.com>
+
+ * modules.pm, install_steps.pm: xxx-agp is not loaded at install, so
+ when_load() is not the right place
+
+ * c/stuff.xs.pl: the multiplication must be done with type "long long"
+ otherwise it overflows at 4GB
+
+ * partition_table.pm:
+ - tell kernel to remove the extended partition
+ - true/false is better than yes/no in log message
+ enhance log message "tell kernel ..."
+
+2004/01/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
+
+ * share/rpmsrate: force availlability of speedtouch and eagle packages at
+ install time
+
+ * network/ethernet.pm (conf_network_card_backend) make type and interface
+ arguments mandatory
+
+ * network/netconnect.pm: perl_checker cleanups
+
+2004/01/30 Warly <warly at mandrakesoft.com>
+
+ * share/rpmsrate: add rpm-rebuilder and lm_sensors
+ add dvd+rw-tools in BURNER
+
+2004/01/29 Pablo Saratxaga <pablo at mandrakesoft.com>
+
+ * share/po/fa.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/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po,
+ share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
+ share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.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/lt.po, share/po/he.po,
+ share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
+ share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po,
+ share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
+ share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po,
+ share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
+ share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
+ share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
+ share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po,
+ share/po/bg.po, share/po/hu.po: updated pot file
+
+2004/01/29 Pixel <pixel at mandrakesoft.com>
+
+ * fs.pm: replace iocharset= with nls= for ntfs (as instructed by Thomas
+ Backlund, thanks)
+
+2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
+
+ * network/tools.pm (set_cnx_script) split it out of write_cnx_script()
+ rationale:functions whose behavior is totally altered by arguments
+ number are insane should just be splited and their callers be fixed
+
+ * network/adsl.pm, network/isdn.pm: convert some write_cnx_script()
+ callers into set_cnx_script() ones
+
+ * network/network.pm, standalone/drakconnect: replace
+ conf_network_card_backend() "detect" calls by get_eth_cards() ones
+
+ * network/netconnect.pm: kppp provider db reading: blacklist spurious
+ .directory entries
+ kill dead code
+ prevent the installer from going back to proxy configuration (!!!)
+ when pressinth the previous button on first step of network config
+ wizard :-)
+ cleanups enabled b/c of path sharing between standalone tool and
+ installer
+ convert some write_cnx_script() callers into set_cnx_script() ones
+ replace conf_network_card_backend() "detect" calls by get_eth_cards()
+ ones
+
+ * drakxtools.spec: fix changelog
+
+ * share/po/fr.po: update
+
+ * network/ethernet.pm: convert some write_cnx_script() callers into
+ set_cnx_script() ones
+ (conf_network_card_backend) insert a bug notice
+ (conf_network_card_backend) remove compat stuff since callers were
+ cleaned up
+
2004/01/29 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: beautify ethernet cards name
@@ -24539,7 +24639,7 @@
* Makefile.config: remove dir security
- * proxy.pm: add $Id: ChangeLog,v 1.859 2004/01/29 17:57:36 prigaux Exp $
+ * proxy.pm: add $Id: ChangeLog,v 1.860 2004/01/29 23:15:58 prigaux Exp $
* interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are
more accurate than