summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 10.4.217Thierry Vignaud2007-09-271-0/+2
|
* - localedrake: Pascal Rigaux2007-09-271-0/+4
| | | | | | | | | | | o allow to choose countries like "Angola" which have no locale (pt_AO) in the "best" countries (alas it won't be remembered, will only be used in kde settings for now) - a solution could be to put pt_AO in LANGUAGE? - another solution would be to really use LC_*=pt_AO, it should not be an issue since it will use pt which really is pt_PT
* (acceptLicense) display nicer HTML release notes rather than raw text versionThierry Vignaud2007-09-261-0/+3
|
* 10.4.213Thierry Vignaud2007-09-261-0/+2
|
* display arrows for tabsThierry Vignaud2007-09-261-0/+1
|
* add a right delegation tabThierry Vignaud2007-09-261-0/+2
|
* don't report a non existant crash when run w/o --errorThierry Vignaud2007-09-261-0/+1
|
* when unable to access X11, just print the backtrace on the consoleThierry Vignaud2007-09-261-0/+3
|
* 10.4.210Thierry Vignaud2007-09-241-0/+2
|
* (uninstall) size font directory list dialogThierry Vignaud2007-09-241-0/+1
|
* (list_fontpath) handle fontpath.dThierry Vignaud2007-09-241-0/+2
|
* - diskdrakePascal Rigaux2007-09-241-0/+2
| | | | | o fix "Add to LVM"
* fix race on ugtk2->exit that causes a crash (#33894)Thierry Vignaud2007-09-241-0/+3
|
* 10.4.209Olivier Blin2007-09-221-0/+2
|
* service_harddrake: auto-configure CD-Rom drives in fstab again (evenOlivier Blin2007-09-221-0/+4
| | | | | | | if it prevents KDE media manager from unmounting them), to be consistent with install which actually configures CD-Rom drives in fstab (revert harddrake commit 228859)
* make formatXiB() handle negative numbers (for rpmdrake)Thierry Vignaud2007-09-211-0/+2
|
* 10.4.208Olivier Blin2007-09-211-0/+2
|
* make clear it's service_harddrakeOlivier Blin2007-09-211-1/+1
|
* service_harddrake: automatically configure harddisksOlivier Blin2007-09-211-0/+1
|
* allow to configure harddisksOlivier Blin2007-09-211-0/+1
|
* read gdm autologin settingsOlivier Blin2007-09-211-0/+1
|
* finish-install: config first user to autologin if USER_AUTOLOGIN_FIRST is "yes"Olivier Blin2007-09-211-0/+1
|
* finish-install: write autologin settings after user creation only (so that ↵Olivier Blin2007-09-211-0/+3
| | | | home is set and exists, should partly fix GNOME autologin)
* harddrake: do not auto-configure CD-Rom drives in fstab, it fordbids ↵Olivier Blin2007-09-211-0/+4
| | | | umounting with hal (install does not configure them in fstab either)
* 10.4.207Thierry Vignaud2007-09-201-0/+2
|
* add bug referenceThierry Vignaud2007-09-201-1/+1
|
* default input method is now scim-bridge (#32138)Thierry Vignaud2007-09-201-0/+2
|
* fix listing DVD/CD as them and as unknown (#33366)Thierry Vignaud2007-09-201-0/+1
|
* - drakboot:Pascal Rigaux2007-09-201-0/+2
| | | | | o create .dmrc with mode 0644 for gdm (#33774)
* stop offering to run drakxtv ; rationale:Thierry Vignaud2007-09-191-0/+3
| | | | | | - all TV players have their own wizard - kernel do a better job at autoconfiguring cards
* 10.4.203Thierry Vignaud2007-09-191-0/+2
|
* - diskdrake :Pascal Rigaux2007-09-191-0/+2
| | | | | | o do not allow partitions bigger than 2TB-1 on DOS MBR, nor partitions starting above 2TB-1
* should have been committed with the rest...Pascal Rigaux2007-09-191-0/+2
|
* o handle /boot/xxx files on linux raid1Pascal Rigaux2007-09-191-0/+2
|
* - getInputDevices(): keep "Bus=..." for drakx-kbd-mouse-x11Pascal Rigaux2007-09-191-0/+1
|
* - fix getting UUID on mdmadm (eg: md0) devicesPascal Rigaux2007-09-191-0/+2
| | | | | | | the fix is to stop doing UUID_from_magic and LABEL_from_magic, and correctly set device_UUID and device_LABEL in the type_subpart returned by type_subpart_from_magic()
* 10.4.202Thierry Vignaud2007-09-171-0/+2
|
* hide system config menu entry (#32941)Thierry Vignaud2007-09-171-2/+3
|
* make localedrake menu entries more understandable (#32941)Thierry Vignaud2007-09-171-0/+3
|
* 10.4.200Thierry Vignaud2007-09-171-0/+2
|
* (IM2packages) only run "chksession -l" if neededThierry Vignaud2007-09-171-0/+1
|
* (getSCSI) extract std "vendor|description" in description fieldThierry Vignaud2007-09-171-0/+2
|
* (create_treeview_list) use ellipsis in order to prevent horizontal scroll barThierry Vignaud2007-09-171-0/+2
|
* - bootloader-config:Pascal Rigaux2007-09-171-0/+4
| | | | | | | | o --rebuild-initrds: don't choke on kernel files which have no version in file name (#28772) (thanks to anssi)
* 10.4.198Thierry Vignaud2007-09-151-0/+2
|
* transform "use lang" into "require lang" (lang.pm doesn't exportThierry Vignaud2007-09-151-0/+1
| | | | | | anything anyway, thus making stuff require any.pm then lang.pm works as well as stuff requiring lang.pm then any.pm
* install scim-bridge-qt4 if KDE4 is installedThierry Vignaud2007-09-151-0/+3
|
* 10.4.197Thierry Vignaud2007-09-151-0/+2
|
* kill extra SCIM combinations (simpler) (UTUMI Hirosi)Thierry Vignaud2007-09-151-0/+1
|
* install scim-qtimm for scim default configThierry Vignaud2007-09-151-0/+1
|