summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 17.9017.90Thierry Vignaud2017-09-181-0/+2
|
* read_grub2: fix undefined labels (mga#19014)Thierry Vignaud2017-09-181-0/+2
| | | | | | | | | | | we were wrongly assuming we entered a new entry when reading eg: "${xen_rm_opts}" (which is why most people never see that error and why I wasn't able to reproduce it, one would need Xen or similar to be installed) Then drakboot would crash with: drakboot crashed ("undefined value for mandatory argument 'text' encountered at ugtk3.pm" Theorically, it could happen with DrakX too when updating a system with Xen.
* (read_grub2) handle both linux & linux16Thierry Vignaud2017-09-181-0/+3
| | | | thus we got more data
* 17.8817.88Thomas Backlund2017-07-071-0/+4
|
* 17.8517.85Thierry Vignaud2017-06-221-0/+2
|
* Don't overwrite custom grub2 settings when updating/upgrading (mga#20596)Martin Whitaker2017-06-221-0/+1
| | | | | Fixes a corner case bug where GRUB_DEFAULT and GRUB_SAVEDEFAULT would be overwritten if previously set to a value that evaluates as false.
* list 8812au (mga#21043)Thierry Vignaud2017-06-101-0/+2
|
* 17.8417.84Rémi Verschelde2017-06-051-0/+4
|
* 17.8317.83Thierry Vignaud2017-06-041-0/+2
|
* log previous changesThierry Vignaud2017-06-041-0/+1
|
* fix crash introduced in 17.77 (mga#20956)Thierry Vignaud2017-05-301-0/+3
| | | | | | | | | | | | | | Depending on machine speed/slowness, signals will not be fired in the order expected and Repaint() will be called before global variable $cairo is set by draw(). This can be reproduced by making $timer to happens much faster than every 120ms so that it happens before the first call to draw() This workaround fix the bug introduced in commit 1a30f422b41250e338d2c1d209aec1b64204c8e0 But it would probably be saner to get rid of the $cairo global variable and to create a Cairo context in every Repaint() caller instead...
* 17.8217.82Martin Whitaker2017-05-061-0/+7
|
* 17.8017.80Rémi Verschelde2017-05-031-0/+2
|
* Updated DE selection and advertising artwork for Mageia 6 (mga#20647)Rémi Verschelde2017-05-031-0/+2
|
* 17.79: update translations17.79Thomas Backlund2017-04-261-0/+4
|
* 17.7717.77Rémi Verschelde2017-04-041-0/+2
|
* Document previous commits by Martin WhitakerRémi Verschelde2017-04-041-0/+12
|
* Improve the CPU usage of the clockFrédéric Buclin2017-03-261-0/+3
|
* 17.7517.75Thierry Vignaud2017-03-171-0/+2
|
* log previous changesThierry Vignaud2017-03-171-0/+11
|
* 17.7417.74Jani Välimaa2017-03-091-0/+2
|
* Recognize LXQt (Razor-qt is now LXQt)Jani Välimaa2017-03-091-0/+1
|
* Fix Enlightenment (e21) recognitionJani Välimaa2017-03-091-0/+2
|
* 17.7317.73Thierry Vignaud2017-03-081-0/+2
|
* sync with kernel-4.8Thierry Vignaud2017-02-251-0/+2
|
* 17.7217.72Thierry Vignaud2017-02-251-0/+2
|
* Update NEWSMartin Whitaker2017-02-251-0/+10
|
* move installer release notes where they belongThierry Vignaud2017-02-221-1/+0
|
* - Add 60-block.rules in the installer (mga#20074)Nicolas Lécureuil2017-02-221-0/+1
|
* sync nonfree firmware list with kernel-4.9Thierry Vignaud2017-01-301-0/+2
|
* Release 17.7117.71Pascal Terjan2017-01-181-0/+2
|
* Update NEWS filesPascal Terjan2017-01-181-0/+1
|
* Update NEWS filesPascal Terjan2017-01-171-0/+3
|
* fix year... :-(Thierry Vignaud2017-01-121-1/+1
|
* 17.6917.69Thierry Vignaud2017-01-121-0/+2
|
* rely on Gtk+ for checking for Xserver (mga#19498)Thierry Vignaud2017-01-121-0/+2
| | | | | | | | | MCC also needs a separate fix for forcing using the X11 GDK backend b/c GtkPlug/Socket do not work under Wayland, thus relying on xwayland XFdrake will probably fails the same way under wayland, but anyway it's there for configuring xserver... It should probably checks for wayland before proposing to test
* fix exception when clearing all partitionsThierry Vignaud2017-01-071-0/+2
| | | | it happens on !UEFI (mga#20083)
* sync with kernel-4.9Thierry Vignaud2016-12-311-0/+1
| | | | looks like nobobdy did 4.8...
* disable audit logging by default as it floods the logsThomas Backlund2016-12-241-0/+3
|
* 17.6517.65Thierry Vignaud2016-12-121-0/+2
|
* show generic help too when using grub2Thierry Vignaud2016-12-111-0/+1
|
* describe what skipping os-prober does (mga#18538)Thierry Vignaud2016-12-111-0/+3
|
* 17.6317.63Anne Nicolas2016-12-091-0/+2
|
* allow disabling autologin on LXDM (mga#17616)Nicolas Salguero2016-12-011-0/+3
|
* 17.6017.60Thierry Vignaud2016-11-151-0/+2
|
* fix being unable to format a newly part (mga#19172)Thierry Vignaud2016-11-151-0/+4
| | | | | | previous test was using an unexported function as a side effect, we now correctly offer to format a unmounted partition (eg: when using "noauto" option in /etc/fstab)
* 17.5917.59Thierry Vignaud2016-11-081-0/+2
|
* log previous changeThierry Vignaud2016-11-081-1/+2
|
* NEWS++Nicolas Lécureuil2016-11-061-0/+3
|
* 17.5817.58Thierry Vignaud2016-10-241-0/+2
|