summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 biosThomas Backlund2015-03-221-0/+3
| | | | fakeraids (containers defaults to >= 127 and partitions <=126)
* 16.7016.70Rémi Verschelde2015-03-211-0/+2
|
* better fix for the scrollbar in the package installation details windowRémi Verschelde2015-03-211-0/+3
| | | | patch by Martin Whitaker (mga#13894)
* 16.6916.69Thomas Backlund2015-03-201-0/+5
|
* 16.6816.68Thierry Vignaud2015-03-171-0/+2
|
* log mkinitrd faillures (mga#9201)Thierry Vignaud2015-03-171-0/+2
|
* fix mis-detecting some mobile broadband modems (mga#12492)Thierry Vignaud2015-03-111-0/+2
|
* 16.66Anne Nicolas2015-03-051-0/+2
|
* update NEWSAnne Nicolas2015-03-051-0/+3
|
* 16.6316.63Thierry Vignaud2015-02-271-0/+2
|
* fix too wide buttonsThierry Vignaud2015-02-271-0/+3
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* 16.6216.62Thierry Vignaud2015-02-191-0/+2
|
* use a vertical scrolling bar when neededThierry Vignaud2015-02-191-0/+2
| | | | there might be too much solutions (mga#15272)
* use an horizontal scrolling bar when neededThierry Vignaud2015-02-191-1/+2
| | | | | | | | | | | | gtk+ sometimes doesn't respect our sizing which causes the container to enlarge (see previous commit) with previous commit, this reduce the risk of having too small buttons, and fixes several issues in the installer: - buttons being too big causing their box & thus the dialog to increase which triggers a gtk+ bug which makes the window to jump (mga#12422) - as well as several other related issues (mga#11988, mga#14839, mga#15272, mga#15264)
* workaround too wide togglebuttons with empty labelThierry Vignaud2015-02-191-0/+3
| | | | | | | | | gtk+3 and/or Adwaita makes togglebuttons with empty label being at least 34px wide whereas when using ->new instead of ->new_with_label, they can be only 18px wide... ...which is still too much when we sized them to eg 5px and cause their container to enlarge
* Revert "Fix timezone dir install prefix prepending (broken symlink during ↵Angelo Naselli2015-02-151-2/+0
| | | | | | installer mga#14888)" This reverts commit 46ce1e3284d595bd7be1ab41a79ecd67730553e4.
* Fix timezone dir install prefix prepending (broken symlink during installer ↵Colin Guthrie2015-02-151-0/+2
| | | | mga#14888)
* 16.5616.56Thomas Backlund2015-02-101-0/+2
|
* - service_harddrake:Thomas Backlund2015-02-101-0/+4
| | | | | * add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers
* 16.5516.55Anne Nicolas2015-02-091-0/+2
|
* drakclock: Ensure that /etc/localtime is a symlink (mga#14888)Colin Guthrie2015-02-081-0/+1
| | | | | This is actually just a followup to d4be53b62 to use the wrapper symlinkf() function which seems a little bit neater (subjective) and to update NEWS file.
* users: Make sure to restart accounts-daemon after adding users (mga#15113)Colin Guthrie2015-02-081-0/+1
| | | | | | | | | | This prevents various details being loaded about the user when they first login (including being listed in GDM and other user editing bits within GNOME). It also has some effect on i18n where the user's language settings are totally reset (to en_US) rather than inheriting the system prefs which seems to be the problem presented in mga#14476
* i18n: Write the desired console font to /etc/vconsole.confColin Guthrie2015-02-081-0/+1
|
* i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18nColin Guthrie2015-02-081-0/+1
| | | | | Ensure we read and write the /etc/locale.conf file, but still support reading from /etc/sysconfig/i18n to cope with upgrades.
* drakedm: Don't run ancient dm init script (which no longer exists)Colin Guthrie2015-02-081-0/+2
|
* 16.5316.53Luc Menut2015-02-061-0/+2
|
* Switch to Adwaita theme - remove oxygen-gtkLuc Menut2015-02-061-0/+2
|
* 16.5216.52Thomas Backlund2015-02-051-0/+2
|
* Fix GPT initialization on empty diskPascal Terjan2015-02-031-0/+1
|
* New default "simple" partitioning schemeRémi Verschelde2015-02-021-0/+5
| | | | | | | libDrakX/fsedit.pm: new "simple" partitioning scheme - create separate /home only when more than 50G are available - in such case, / is 6/19th of the available space up to 50G, swap is 1/19th up to 4G and /home is the rest (12/19th)
* adapt to 3.19Thierry Vignaud2015-01-281-0/+2
|
* 16.50Thomas Backlund2015-01-091-0/+2
|
* update NEWS for drakxtoolsThomas Backlund2015-01-081-0/+2
|
* release drakxtools tooThierry Vignaud2015-01-011-0/+4
|
* release drakxtolls as wellThierry Vignaud2014-12-061-0/+2
|
* do not crash if fstab contains a bind mountThierry Vignaud2014-11-251-0/+3
| | | | rationale: it crashes on a file (mga#14657)
* 16.4616.46Thierry Vignaud2014-11-251-0/+2
|
* log drakbug changeThierry Vignaud2014-11-251-0/+1
|
* recognize e17/lxde/mate/razor (mga#12495, Luc Menut)Thierry Vignaud2014-11-231-0/+3
|
* 16.4416.44Thierry Vignaud2014-10-231-0/+2
|
* draksound: adapt to the switch to systemd for spawning PulseAudioPascal Terjan2014-10-201-0/+2
|
* fix drakxservices not showing all services due to systemctl output changeColin Guthrie2014-10-201-0/+2
|
* 16.4216.42Pascal Terjan2014-10-201-0/+2
|
* Don't include display_installer_help in drakxtools, it can not run outside ↵Pascal Terjan2014-10-201-0/+2
| | | | install
* Only allow GRUB2 when booting on btrfsPascal Terjan2014-10-201-0/+2
|
* 16.4116.41Thierry Vignaud2014-10-201-0/+2
|
* - add packages to wanted_hardware_packages list to prevent them beingThomas Backlund2014-10-201-0/+3
| | | | | | removed: * b43-fwcutter, b43-openfwwf, atmel-firmware, speedtouch-firmware * zd1211-firmware, isdn4k-utils, rfkill, x11-driver-input-wacom
* sync with kernel-3.17Thierry Vignaud2014-10-201-0/+1
|
* Allow /boot on btrfsPascal Terjan2014-10-201-0/+2
|
* fix version in NEWSThierry Vignaud2014-10-201-1/+1
|