summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - never add usb-storage to scsi_hostadapter Pascal Rigaux2008-09-261-0/+2
| | | | | (never needed, and when wrongly added, it slows the boot)
* - ensure DPMS screensaver is not triggered during installPascal Rigaux2008-09-251-0/+2
| | | | | (it interacts badly with matchbox/compositing) (#44021)
* drakx-in-chroot: do not require running kernel to be installed, generate ↵Olivier Blin2008-09-251-0/+3
| | | | empty modules.dep and modules.alias files instead (useful when running drakx-in-chroot from a chroot)
* - generate /var/lib/rpm/installed-through-deps.listPascal Rigaux2008-09-251-0/+2
| | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root}
* - generate /root/drakx/package_list.pl at end of install Pascal Rigaux2008-09-251-0/+3
| | | | | (since we don't propose "Save packages selection" at end of install)
* override latest buggy versionThierry Vignaud2008-09-241-1/+1
|
* 11.53.1Thierry Vignaud2008-09-241-0/+2
|
* (_gtk__MDV_Notebook) actually use better rendering for background gradientThierry Vignaud2008-09-241-0/+2
|
* 11.53Thierry Vignaud2008-09-241-0/+2
|
* log latest changeThierry Vignaud2008-09-241-0/+2
|
* 11.52.2Pascal Rigaux2008-09-241-0/+2
|
* - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2Pascal Rigaux2008-09-241-0/+3
| | | | | in chroot
* 11.52Thierry Vignaud2008-09-231-0/+2
|
* install cpufreq (defaulting to ondemand governor) instead of powernowd (#43769)Olivier Blin2008-09-231-0/+2
|
* auto-configure floppies (in /etc/modprobe.preload.d/floppy)Olivier Blin2008-09-231-0/+1
|
* allow setting compssListLevel from command lineOlivier Blin2008-09-231-0/+2
|
* 11.50.3Olivier Blin2008-09-221-0/+2
|
* fix/workaround crash when setting banner backgroundOlivier Blin2008-09-221-0/+3
| | | | | | | | | | (Can't call method "get_width" on an undefined value) it got broken three days ago (246038) by Gtk2::Banner changes, and install::steps_gtk calls Gtk2::Banner::set_pixmap without a real Gtk2::Banner object (but with an Install_Title object), which does not define back_pixbuf member to be fixed properly by the previous committer (not to name titi...)
* 11.50.2Thierry Vignaud2008-09-221-0/+2
|
* RC2 logoThierry Vignaud2008-09-221-0/+2
|
* 11.50.1Thierry Vignaud2008-09-221-0/+2
|
* fix 1024x768 backgroundThierry Vignaud2008-09-221-0/+2
|
* 11.5011.50Thierry Vignaud2008-09-221-0/+2
|
* (_gtk__MDV_Notebook) implement new sidepanel widgetThierry Vignaud2008-09-221-0/+1
|
* (create_widgets_block) restore support for right alignement for simpleThierry Vignaud2008-09-221-0/+2
| | | | | | | | | | widgets while still not using fillers when packing both a label & a widget (as in eg ask_user_and_root()) regression introduced in r245853 on 2008-09-17: "(create_widget,create_widgets_block) better layout for right aligned widgets"
* log latest changesThierry Vignaud2008-09-221-0/+2
|
* handle new qlge ethernet driverThierry Vignaud2008-09-191-1/+1
|
* handle new enic ethernet driver:Thierry Vignaud2008-09-191-0/+3
|
* 11.48Thierry Vignaud2008-09-191-0/+2
|
* - install "cryptsetup" when neededPascal Rigaux2008-09-191-0/+1
|
* - add a special license for google programs (only for "Powerpack" product)Pascal Rigaux2008-09-191-0/+2
|
* 11.47.1Pascal Rigaux2008-09-191-0/+2
|
* - diskdrakePascal Rigaux2008-09-191-0/+2
| | | | | | | o handle partitions encrypted with cryptsetup - bug fix: add mandatory new modules for dm-crypt
* 11.47Pascal Rigaux2008-09-191-0/+2
|
* - diskdrake:Pascal Rigaux2008-09-181-0/+1
| | | | | o handle partitions encrypted with cryptsetup
* handle new jme ethernet driverThierry Vignaud2008-09-181-0/+2
|
* list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27)Olivier Blin2008-09-181-0/+1
|
* (Type) fix file system type drop down list showing most types as "..."Thierry Vignaud2008-09-181-0/+4
| | | | | in "Change partition type" dialog in expert mode due to ellipsizing
* 11.46Thierry Vignaud2008-09-171-0/+2
|
* (create_widget,create_widgets_block) better layout for right aligned widgetsThierry Vignaud2008-09-171-0/+2
|
* fix news entryOlivier Blin2008-09-171-1/+1
|
* license: put focus back on Refuse button by default (fix titypo)Olivier Blin2008-09-171-0/+2
|
* 11.45Thierry Vignaud2008-09-161-0/+2
|
* commit forgotten logThierry Vignaud2008-09-161-0/+1
|
* (ask_) use HTML help for services step tooThierry Vignaud2008-09-161-1/+1
|
* log latest commitThierry Vignaud2008-09-161-1/+1
|
* (load_from_uri ) enable relative links in HTML help (which prevented segfaultsThierry Vignaud2008-09-161-0/+1
| | | | | on anchors when using Gtk2::Html2)
* (>display_help,display_release_notes,load_from_uri) switch from perl-Gtk2-Html2Thierry Vignaud2008-09-161-0/+2
| | | | | to perl-Gtk2-WebKit in order to display release notes & help
* (summary_prompt) use HTML help for summary stepThierry Vignaud2008-09-161-0/+1
|
* allow to prefer kernel-server on x86_64 tooOlivier Blin2008-09-161-0/+2
|