summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 16.3016.30Thierry Vignaud2014-06-041-0/+2
|
* update locales listThierry Vignaud2014-05-291-0/+1
|
* (configure_hal) kill itThierry.Vignaud2014-05-271-0/+2
| | | | HAL has been obsoleted years ago...
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-0/+1
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* adjust package names to match realityThierry.Vignaud2014-05-261-0/+2
|
* convert comments to PODThierry.Vignaud2014-05-261-0/+1
|
* fix detecting some UPS devices (mga#13424)Thierry Vignaud2014-05-241-0/+2
|
* 16.2816.28Thierry Vignaud2014-04-281-0/+2
|
* recognize new kernel-3.14 driversThierry Vignaud2014-04-281-0/+2
| | | | we lack the new ones introduced in 3.13...
* 16.2716.27Thierry Vignaud2014-02-181-0/+1
|
* - nuke create_link_source(), as we haven't supported building againstThomas Backlund2014-02-071-0/+6
| | | | | | | an unprepared source for ages, and currently can also create wrong symlinks when kernel-source is installed before for example kernel-linus as found out during QA for mga#12518 and debugging the issue on irc
* 16.26.816.26.8Thierry Vignaud2014-02-041-0/+2
|
* fix untranslated "Help" entry in menu (mga#12497)Thierry Vignaud2014-02-011-0/+3
| | | | | one string wasn't tagged as "to be translate" in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* 16.26.716.26.7Colin Guthrie2014-01-251-0/+2
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-221-0/+3
| | | | issues mga#11184 mga#12364
* 16.26.116.26.1Thierry Vignaud2014-01-201-0/+2
|
* increase back minimum partition width for Oxygen (mga#11977)Thierry Vignaud2014-01-201-0/+3
| | | | | | reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 this should results in better sizing if there's a lot a small partitions as oxygen's ToggleButtons minimum width is bigger
* 16.2616.26Thierry Vignaud2014-01-201-0/+2
|
* revert minimum partition width to its pre-gtk3 valueThierry Vignaud2014-01-201-0/+1
| | | | reverting commit 6861dc0526938a22da627308591d652b05b8fbf6
* fix sizing partition widgetsThierry Vignaud2014-01-201-0/+3
| | | | | ratio would be negative when allocated width was reported as 1 in some cases since commit 807df2a2b558461a2890f9bec0050f0bd974c92e
* 16.2316.23Thierry Vignaud2014-01-161-0/+2
|
* fix a rpmdrake crash (mga#12331)Thierry Vignaud2014-01-161-0/+1
|
* dont remove pulseaudio-module-bluetooth (mga#12323)Thomas Backlund2014-01-161-0/+2
|
* 16.2216.22Thierry Vignaud2014-01-151-0/+2
|
* services.pm: Use no-reload mode when interacting with systemd.Colin Guthrie2014-01-141-0/+3
| | | | | | | | | | Basically, there seems to be an issue right now if we do lots of reloads. It seems to be somewhat racy and systemd gets generally confused when we do this during boot (which we do) and trigger a reload. The reload isn't strictly needed, as we do also explicitly start the services we enable (with --no-block so that we don't cause a deadlock) so all *should* be 99% OK. Using it at runtime might mean we don't have fully up-to-date enablement status, but being able to boot wins at the moment.
* fix random order of fields with perl-5.18Thierry Vignaud2014-01-131-0/+1
|
* fix detecting some wireless devices as scanners (mga#9895)Thierry Vignaud2014-01-131-0/+3
|
* 16.2116.21Thierry Vignaud2014-01-131-0/+2
|
* increase minimum partition width for Oxygen (mga#11977)Thierry Vignaud2014-01-131-0/+2
| | | | if it's not enough, we will disable labels on partitions buttons again
* do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116)Thierry Vignaud2014-01-131-0/+2
|
* fix menu acceleratorsThierry Vignaud2014-01-081-0/+2
| | | | got mixed up in commit ca6a026a23f723a74dab9a7d3afc11c2a43c01f2
* display mga copyright too (mga#10289)Thierry Vignaud2014-01-071-0/+2
|
* enhanced logThierry Vignaud2014-01-071-1/+2
|
* Add bug reference to NEWSJani Välimaa2014-01-071-1/+1
|
* Add minimal/experimental lightdm autologin support to drakbootJani Välimaa2014-01-071-0/+2
|
* 16.1816.18Thierry Vignaud2013-12-281-0/+2
|
* do not fill logs with "Cannot open /dev/input/eventX" (mga#8232)Thierry Vignaud2013-12-271-0/+1
| | | | | issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* do not crash if /dev/input/eventX doesn't exist (mga#10296)Thierry Vignaud2013-12-271-0/+1
| | | | | | | | do not attempt to create /dev/* if not root like previous commit, issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011
* better logThierry Vignaud2013-12-271-1/+2
|
* display the real accessed /dev/input/eventX file (mga#8232)Thierry Vignaud2013-12-271-0/+1
|
* use expanders for clarityThierry Vignaud2013-12-201-0/+3
|
* 16.1716.17Thierry Vignaud2013-12-201-0/+2
|
* drakx-in-chroot changes concerns stage2 not drakxtoolsThierry Vignaud2013-12-201-2/+0
|
* fix a crash (mga#12057)Thierry Vignaud2013-12-201-0/+3
|
* 16.1616.16Thierry Vignaud2013-12-161-0/+2
|
* fix a drakx crash (mga#6031)Thierry Vignaud2013-12-161-0/+2
|
* fix spacingThierry Vignaud2013-12-141-0/+1
|
* 16.1516.15Thierry Vignaud2013-12-131-0/+2
|
* workaround a gtk+3 issue resulting in blacked embbeded tools (mga#11969)Thierry Vignaud2013-12-131-0/+3
| | | | it only happens with some locales (eg: pl/uk)
* 16.1316.13Thierry Vignaud2013-12-101-0/+2
|